X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-manager%2Fpom.xml;h=f50f7693ad4933565cec219c6980ea712be069b6;hb=3948bedd0129e44c0943bd77c91806425645cd72;hp=f722d62b02f4ad4749c8ef255ab936f8146fff80;hpb=dadbdf9865f2f17e73acd1d1ee07500358957689;p=controller.git diff --git a/opendaylight/config/config-manager/pom.xml b/opendaylight/config/config-manager/pom.xml index f722d62b02..f50f7693ad 100644 --- a/opendaylight/config/config-manager/pom.xml +++ b/opendaylight/config/config-manager/pom.xml @@ -1,22 +1,21 @@ - + 4.0.0 config-subsystem org.opendaylight.controller - 0.2.1-SNAPSHOT + 0.2.4-SNAPSHOT .. config-manager ${project.artifactId} bundle + ${project.groupId} config-api - 0.2.1-SNAPSHOT org.slf4j @@ -30,11 +29,13 @@ com.google.code.findbugs jsr305 + commons-io commons-io @@ -42,21 +43,17 @@ - org.opendaylight.bgpcep + org.opendaylight.yangtools mockito-configuration - 0.2.0-SNAPSHOT - test ${project.groupId} config-util - 0.2.1-SNAPSHOT test ${project.groupId} config-util - 0.2.1-SNAPSHOT test test-jar @@ -65,6 +62,16 @@ guava test + + org.opendaylight.yangtools + concepts + ${yangtools.version} + + + org.opendaylight.yangtools + yang-data-impl + ${yangtools.version} + @@ -80,16 +87,6 @@ org.opendaylight.controller.config.manager.*, javax.annotation.*, - - org.opendaylight.controller.config.api.*, - org.opendaylight.controller.config.spi.*, - org.slf4j, - javax.management, - org.osgi.framework, - org.opendaylight.protocol.concepts, - org.apache.commons.io, - org.osgi.util.tracker, -