X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-parent%2Fpom.xml;h=042cb4e1675cb11b47631edd752ed797e742904c;hp=0b2b634170e7541e59760e236dc249d7a2ecf33c;hb=6774b02f13c4c0dc972f6d7884763cb400c351ca;hpb=1e80b656857bf829d8ae3cae21b0b726190b96ea diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 0b2b634170..042cb4e167 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -9,22 +9,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.yangtools + org.opendaylight.mdsal binding-parent - 0.7.0-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 org.opendaylight.controller config-parent - 0.3.0-SNAPSHOT + 0.5.0-SNAPSHOT pom - 0.3.0-SNAPSHOT - 1.2.0-SNAPSHOT - src/main/yang-gen-config + 0.5.0-SNAPSHOT + 1.4.0-SNAPSHOT + 1.0.0-SNAPSHOT + target/generated-sources/config-binding src/main/config/default-config.xml @@ -45,10 +46,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom import + + org.opendaylight.yangtools + yangtools-artifacts + ${yangtools.version} + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + 2.1.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yang-common + org.opendaylight.controller config-api @@ -64,6 +83,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yang-maven-plugin + ${yangtools.version} org.opendaylight.controller @@ -102,9 +122,34 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ** + + ${salGeneratorPath} + + ** + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-yang-sources + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + +