Merge "Upgrade jackson library to version 2.3.0"
authorMadhu Venugopal <mavenugo@gmail.com>
Sat, 4 Jan 2014 22:11:02 +0000 (22:11 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 4 Jan 2014 22:11:02 +0000 (22:11 +0000)
15 files changed:
1  2 
opendaylight/commons/opendaylight/pom.xml
opendaylight/distribution/opendaylight/pom.xml
opendaylight/northbound/commons/pom.xml
opendaylight/northbound/connectionmanager/pom.xml
opendaylight/northbound/containermanager/pom.xml
opendaylight/northbound/controllermanager/pom.xml
opendaylight/northbound/flowprogrammer/pom.xml
opendaylight/northbound/hosttracker/pom.xml
opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml
opendaylight/northbound/staticrouting/pom.xml
opendaylight/northbound/statistics/pom.xml
opendaylight/northbound/subnets/pom.xml
opendaylight/northbound/switchmanager/pom.xml
opendaylight/northbound/topology/pom.xml
opendaylight/northbound/usermanager/pom.xml

index 8e52242105680b8505b7a2e2cdd90dba261a3061,0a05571a82b4e97631e5cd703bb055bd3c7e663c..2169f3f3e7c679670f24c94516217fe9bbceaf9b
      <dependency>
        <groupId>org.opendaylight.controller</groupId>
        <artifactId>bundlescanner</artifactId>
 -      <version>0.4.1-SNAPSHOT</version>
 +      <version>${bundlescanner.version}</version>
      </dependency>
      <dependency>
-       <groupId>org.codehaus.jackson</groupId>
-       <artifactId>jackson-core-asl</artifactId>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-annotations</artifactId>
      </dependency>
      <dependency>
-       <groupId>org.codehaus.jackson</groupId>
-       <artifactId>jackson-mapper-asl</artifactId>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-core</artifactId>
      </dependency>
      <dependency>
-       <groupId>org.codehaus.jackson</groupId>
-       <artifactId>jackson-jaxrs</artifactId>
+       <groupId>com.fasterxml.jackson.core</groupId>
+       <artifactId>jackson-databind</artifactId>
      </dependency>
+     <dependency>
+        <groupId>com.fasterxml.jackson.jaxrs</groupId>
+        <artifactId>jackson-jaxrs-json-provider</artifactId>
+     </dependency>
+       <dependency>
+          <groupId>com.fasterxml.jackson.jaxrs</groupId>
+          <artifactId>jackson-jaxrs-base</artifactId>
+       </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>