X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fcli%2Fpom.xml;h=1725cd259bccfeef0afdf0a7571a94f059f356bd;hp=cc6541d5a2c6c48bf846157725592ac8548e1b00;hb=cc2c9b513d9d05500be462a0d12a3c374fce3946;hpb=f74b55012d87d834fda624cda7ae5d07644b2ec7 diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml index cc6541d5a2..1725cd259b 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml @@ -12,13 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 org.opendaylight.mdsal binding-parent - 0.11.0-SNAPSHOT + 0.13.0-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.8.0-SNAPSHOT + pom + import + + + + @@ -38,6 +49,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${symbol_dollar}{project.version} + + org.opendaylight.controller + sal-binding-api + + org.apache.karaf.shell @@ -50,4 +66,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${karaf.version} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +