Skip to content

Commit 810a036

Browse files
authored
fix: update gpstore pom.xml to allow local dependency (#54)
Update gpstore pom.xml to allow local dependency
1 parent 989ca8f commit 810a036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gpstore/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<groupId>org.pkumod</groupId>
2525
<artifactId>gpstore-api-sdk</artifactId>
2626
<version>0.0.1-alpha</version>
27-
<!-- <scope>system</scope>-->
28-
<!-- <systemPath>${project.basedir}/lib/gpstore-api-sdk-0.0.1-alpha.jar</systemPath>-->
27+
<scope>system</scope>
28+
<systemPath>${project.basedir}/lib/gpstore-api-sdk-0.0.1-alpha.jar</systemPath>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.ldbcouncil.finbench</groupId>
@@ -54,4 +54,4 @@
5454
</plugin>
5555
</plugins>
5656
</build>
57-
</project>
57+
</project>

0 commit comments

Comments
 (0)