Skip to content

Commit

Permalink
Use correct client jar from common service
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Nov 20, 2023
1 parent 74e4c36 commit d7e160b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
</dependency>
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.common.service</artifactId>
<artifactId>org.openwms.common.service.lib</artifactId>
<version>${common.version}</version>
<classifier>client</classifier>
</dependency>
Expand All @@ -208,7 +208,7 @@
<!-- Project Dependencies -->
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.common.service</artifactId>
<artifactId>org.openwms.common.service.lib</artifactId>
<classifier>client</classifier>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -387,6 +387,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jolokia</groupId>
Expand Down

0 comments on commit d7e160b

Please sign in to comment.