X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=83d79fb8224bbdcb00fc1667637229dd078b740e;hp=b9a6f3841270b543e1190b92d3f8bcb15ed2d1f0;hb=0d9d05daf173294d0ebdef2512ee862f2a54c59a;hpb=a4bffc377489ceab979de681257c9629c561f4d7 diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index b9a6f38412..83d79fb822 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,11 @@ sal-connector-api ${mdsal.version} + + org.opendaylight.controller + sal-dom-xsql + ${mdsal.version} + org.opendaylight.controller sal-core-api @@ -1738,6 +1765,11 @@ yang-data-composite-node ${yangtools.version} + + org.opendaylight.yangtools + yang-data-codec-gson + ${yangtools.version} +