X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fpom.xml;h=a8dd607f44240d17203e782a57d8a9179e53d5f0;hb=61b7635939c25009bbd12449d9b6aaddd100b982;hp=64872e9f1179713c3a2b8e5818bbc67645157191;hpb=cd70a1080d382015a1eebbde8fa0d9ad156ce404;p=controller.git diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 64872e9f11..a8dd607f44 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -152,7 +152,6 @@ org.opendaylight.yangtools.model ietf-topology - 2013.07.12.2-SNAPSHOT org.opendaylight.controller @@ -263,6 +262,22 @@ config-persister-directory-xml-adapter ${config.version} + + org.opendaylight.controller + config-persister-directory-autodetect-adapter + ${config.version} + + + + org.opendaylight.controller + shutdown-api + ${config.version} + + + org.opendaylight.controller + shutdown-impl + ${config.version} + @@ -928,22 +943,37 @@ ch.qos.logback logback-classic + - org.codehaus.jackson - jackson-mapper-asl + com.fasterxml.jackson.core + jackson-databind + - org.codehaus.jackson - jackson-core-asl + com.fasterxml.jackson.core + jackson-annotations + - org.codehaus.jackson - jackson-jaxrs + com.fasterxml.jackson.core + jackson-core + - org.codehaus.jackson - jackson-xc + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + org.codehaus.jettison jettison @@ -1269,11 +1299,7 @@ com.sun.jersey jersey-client - - com.sun.jersey - jersey-json - ${jersey.version} - + org.ow2.asm asm-all @@ -1436,6 +1462,16 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + **\/target\/,**\/bin\/,**\/target-ide\/,**\/configuration\/initial\/ + +