Author: reto
Date: Tue Mar 19 10:01:48 2013
New Revision: 1458196
URL: http://svn.apache.org/r1458196
Log:
CLEREZZA-748: using original rather than bundleized version of json-simple
Modified:
clerezza/trunk/jaxrs.utils/pom.xml
Modified: clerezza/trunk/jaxrs.utils/pom.xml
URL:
http://svn.apache.org/viewvc/clerezza/trunk/jaxrs.utils/pom.xml?rev=1458196&r1=1458195&r2=1458196&view=diff
==============================================================================
--- clerezza/trunk/jaxrs.utils/pom.xml (original)
+++ clerezza/trunk/jaxrs.utils/pom.xml Tue Mar 19 10:01:48 2013
@@ -56,9 +56,8 @@
<version>0.9-incubating</version>
</dependency>
<dependency>
- <groupId>org.apache.clerezza.ext</groupId>
- <artifactId>org.json.simple</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file