builder:pom.xml: add dependency on mapstream 2.3.4

This commit is contained in:
Paul Campbell 2017-01-05 07:01:27 +00:00
parent 23d1a49592
commit 95bc4064ae
2 changed files with 6 additions and 0 deletions

View file

@ -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>

View file

@ -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>