JSK pom.xml

This commit is contained in:
skjia 2025-07-04 09:42:03 +08:00
parent b313e34260
commit 717fd7441b
1 changed files with 6 additions and 0 deletions

View File

@ -269,6 +269,12 @@
<systemPath>${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.3.jar
</systemPath>
</dependency>
<dependency>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
<version>0.0.20131108.vaadin1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>