summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/modules/databinding-json/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/modules/databinding-json/pom.xml')
-rw-r--r--sca-java-2.x/branches/2.0/modules/databinding-json/pom.xml22
1 files changed, 7 insertions, 15 deletions
diff --git a/sca-java-2.x/branches/2.0/modules/databinding-json/pom.xml b/sca-java-2.x/branches/2.0/modules/databinding-json/pom.xml
index 44e1599e8c..4bdf30463a 100644
--- a/sca-java-2.x/branches/2.0/modules/databinding-json/pom.xml
+++ b/sca-java-2.x/branches/2.0/modules/databinding-json/pom.xml
@@ -54,21 +54,9 @@
</dependency>
<dependency>
- <groupId>com.fasterxml</groupId>
- <artifactId>jackson-module-json-org</artifactId>
- <version>0.9.1</version>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>20090211</version>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-json4j</artifactId>
+ <version>1.2.0-incubating</version>
</dependency>
<dependency>
@@ -94,6 +82,10 @@
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>jsr173</artifactId>
+ </exclusion>
</exclusions>
</dependency>