X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Faaa-authn-odl-plugin%2Fpom.xml;h=f330e7f851237c214b2366c191b2979b4e589919;hb=432fef94a0e2960a2422d335631dafa727e2cfc3;hp=abdf3c6123d04e19cd4f0fe8b77f8e394d9689ca;hpb=4c0c091813aea131d32dc70c5121a450eb9b7291;p=netconf.git diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index abdf3c6123..f330e7f851 100644 --- a/netconf/aaa-authn-odl-plugin/pom.xml +++ b/netconf/aaa-authn-odl-plugin/pom.xml @@ -1,36 +1,42 @@ + Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved. + This program and the accompanying materials are made available under the + terms of the Eclipse Public License v1.0 which accompanies this distribution, + and is available at http://www.eclipse.org/legal/epl-v10.html +--> 4.0.0 - org.opendaylight.controller - config-parent - 0.5.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 3.0.2 org.opendaylight.netconf aaa-authn-odl-plugin - 1.1.0-SNAPSHOT + 1.5.0-SNAPSHOT bundle org.opendaylight.netconf - netconf-subsystem + netconf-artifacts ${project.version} pom import + + org.opendaylight.aaa + aaa-artifacts + 0.8.0-SNAPSHOT + pom + import + @@ -61,8 +67,21 @@ org.mockito - mockito-all + mockito-core test + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + +