We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6418cfc commit 780cb73Copy full SHA for 780cb73
java/pom.xml
@@ -20,7 +20,7 @@
20
<artifactId>sz-sdk</artifactId>
21
<version>4.0.0-beta.2.0</version>
22
<scope>system</scope>
23
- <systemPath>${SENZING_DIR}/lib/sz-sdk.jar</systemPath>
+ <systemPath>${SENZING_DIR}/sdk/java/sz-sdk.jar</systemPath>
24
</dependency>
25
<dependency>
26
<groupId>org.glassfish</groupId>
@@ -88,7 +88,7 @@
88
<configuration>
89
<createDependencyReducedPom>false</createDependencyReducedPom>
90
<extraJars>
91
- <include>${SENZING_DIR}/lib/sz-sdk.jar</include>
+ <include>${SENZING_DIR}/sdk/java/sz-sdk.jar</include>
92
</extraJars>
93
<filters>
94
<filter>
0 commit comments