Skip to content

Commit

Permalink
Merge pull request #1071 from metasfresh/gh4683-app
Browse files Browse the repository at this point in the history
#4683-app - Shipment Schedule does not set QtyToDeliver properly
  • Loading branch information
metas-ts committed Oct 24, 2018
2 parents 6c9d62a + cebce0d commit 3ec3931
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@
<version>21.0</version>
</dependency>

<!--
Lombok
See https://github.com/metasfresh/metasfresh/issues/1125
NOTE: if you don't need fancy things like @SneakyThrows then scope 'provided' it's totally fine
Also note that the version is managed by spring-boot.
-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down Expand Up @@ -160,6 +154,12 @@
<classifier>tests</classifier>
</dependency>

<!-- required to display ATP info in sales and purchase contexts -->
<dependency>
<groupId>de.metas.material</groupId>
<artifactId>metasfresh-material-dispo-commons</artifactId>
<version>${metasfresh.version}</version>
</dependency>

<!-- Elasticsearch -->
<dependency>
Expand Down

0 comments on commit 3ec3931

Please sign in to comment.