launcher/pom.xml
branchdew
changeset 461 ccc3fd318cb1
parent 329 a1c84cc2ed14
child 462 aa69b1387624
     1.1 --- a/launcher/pom.xml	Sat Dec 15 22:10:19 2012 +0100
     1.2 +++ b/launcher/pom.xml	Tue Jan 15 16:56:18 2013 +0100
     1.3 @@ -45,5 +45,10 @@
     1.4        <artifactId>vm4brwsr</artifactId>
     1.5        <version>${project.version}</version>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.json</groupId>
     1.9 +      <artifactId>json</artifactId>
    1.10 +      <version>20090211</version>
    1.11 +    </dependency>
    1.12    </dependencies>
    1.13  </project>