JSK pom.xml
This commit is contained in:
parent
b313e34260
commit
717fd7441b
|
|
@ -269,6 +269,12 @@
|
||||||
<systemPath>${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.3.jar
|
<systemPath>${project.basedir}/src/main/resources/lib/artemis-http-client-1.1.3.jar
|
||||||
</systemPath>
|
</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.vaadin.external.google</groupId>
|
||||||
|
<artifactId>android-json</artifactId>
|
||||||
|
<version>0.0.20131108.vaadin1</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue