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 989ca8f commit 810a036Copy full SHA for 810a036
gpstore/pom.xml
@@ -24,8 +24,8 @@
24
<groupId>org.pkumod</groupId>
25
<artifactId>gpstore-api-sdk</artifactId>
26
<version>0.0.1-alpha</version>
27
-<!-- <scope>system</scope>-->
28
-<!-- <systemPath>${project.basedir}/lib/gpstore-api-sdk-0.0.1-alpha.jar</systemPath>-->
+ <scope>system</scope>
+ <systemPath>${project.basedir}/lib/gpstore-api-sdk-0.0.1-alpha.jar</systemPath>
29
</dependency>
30
<dependency>
31
<groupId>org.ldbcouncil.finbench</groupId>
@@ -54,4 +54,4 @@
54
</plugin>
55
</plugins>
56
</build>
57
-</project>
+</project>
0 commit comments