X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fimpl%2Fpom.xml;h=499059ffbc92e3a5a60df6acda9b8fecaeb99b98;hb=refs%2Fchanges%2F86%2F78686%2F1;hp=61ce25a63f8084721a2f864b5e72df1dabed4ca0;hpb=378f3ba51e8e49c3e54593656cc193fda7970388;p=controller.git diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml index 61ce25a63f..499059ffbc 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml @@ -12,13 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 - org.opendaylight.controller - config-parent - 0.7.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.5-SNAPSHOT @@ -30,6 +29,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ODL :: ${groupId} :: ${project.artifactId} bundle + + + + org.opendaylight.controller + mdsal-artifacts + 1.7.5-SNAPSHOT + pom + import + + + + ${symbol_dollar}{project.groupId} @@ -37,6 +48,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${symbol_dollar}{project.version} + + org.opendaylight.controller + sal-binding-api + + junit @@ -50,4 +66,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +