changeset 295:512addede0ec

Added dependency org.json.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 15 Aug 2013 15:16:07 +0200
parents 7c268f742553
children b196ef9d8645
files pom.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Wed Aug 14 16:12:09 2013 +0200
+++ b/pom.xml	Thu Aug 15 15:16:07 2013 +0200
@@ -191,6 +191,11 @@
             <artifactId>arquillian-protocol-servlet</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+        	<groupId>org.json</groupId>
+        	<artifactId>json</artifactId>
+        	<version>20090211</version>
+        </dependency>
     </dependencies>
 
     <build>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)