Skip to content

Commit 3586449

Browse files
committed
add JpsCore as dependency
1 parent b7ce854 commit 3586449

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lib/jpscore-1.11.3.jar

8.49 MB
Binary file not shown.

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,13 @@
850850
<artifactId>jackson-annotations</artifactId>
851851
<version>2.16.0</version>
852852
</dependency>
853+
<dependency>
854+
<groupId>gg.jps</groupId>
855+
<artifactId>JpsCore</artifactId>
856+
<version>1.11.3</version>
857+
<scope>system</scope>
858+
<systemPath>${project.basedir}/lib/jpscore-1.11.3.jar</systemPath>
859+
</dependency>
853860

854861
</dependencies>
855862
</project>

0 commit comments

Comments
 (0)