Author: ivol37 at gmail.com
Date: Fri Nov 12 12:41:43 2010
New Revision: 421
Log:
[AMDATU-173] Fixed by adding JSON lib
Modified:
trunk/amdatu-web/rest-wink/pom.xml
Modified: trunk/amdatu-web/rest-wink/pom.xml
==============================================================================
--- trunk/amdatu-web/rest-wink/pom.xml (original)
+++ trunk/amdatu-web/rest-wink/pom.xml Fri Nov 12 12:41:43 2010
@@ -50,7 +50,13 @@
<artifactId>httpcontext</artifactId>
<scope>provided</scope>
<type>bundle</type>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20080701</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>