X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=1fc32b37d8a364b5e0536480044bed122172e2f2;hb=67d58d1ab50f3c3bbe19a96fb6f0d9d94211829f;hp=b9a6f3841270b543e1190b92d3f8bcb15ed2d1f0;hpb=a2670916a9c216311479463bbe2d707444afedc5;p=controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index b9a6f38412..1fc32b37d8 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -39,6 +39,7 @@ 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT + 3.0.1 7.0.32.v201211201336 7.0.32.v201211201952 7.0.32.v201211201952 @@ -78,6 +79,7 @@ etc/opendaylight/karaf 00-netty.xml 01-mdsal.xml + 04-xsql.xml 01-netconf.xml 03-toaster-sample.xml 10-rest-connector.xml @@ -252,6 +254,16 @@ logback-core ${logback.version} + + com.codahale.metrics + metrics-core + ${codahale.metrics.version} + + + com.codahale.metrics + metrics-graphite + ${codahale.metrics.version} + com.fasterxml.jackson.core jackson-annotations @@ -1114,6 +1126,16 @@ ${netconf.version} test-jar + + org.opendaylight.controller + netconf-auth + ${netconf.version} + + + org.opendaylight.controller + netconf-usermanager + ${netconf.version} + org.opendaylight.controller netconf-ssh @@ -1276,6 +1298,16 @@ sal-connector-api ${mdsal.version} + + org.opendaylight.controller + sal-dom-xsql + ${mdsal.version} + + + org.opendaylight.controller + sal-dom-xsql-config + ${mdsal.version} + org.opendaylight.controller sal-core-api @@ -1738,6 +1770,11 @@ yang-data-composite-node ${yangtools.version} + + org.opendaylight.yangtools + yang-data-codec-gson + ${yangtools.version} +