builder:pom.xml: add dependency on mapstream 2.3.4
This commit is contained in:
parent
23d1a49592
commit
95bc4064ae
2 changed files with 6 additions and 0 deletions
|
@ -58,5 +58,10 @@
|
|||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.speedment.common</groupId>
|
||||
<artifactId>mapstream</artifactId>
|
||||
<version>${mapstream.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -57,5 +57,6 @@
|
|||
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
|
||||
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
||||
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
||||
<mapstream.version>2.3.4</mapstream.version>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue