X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=013cfbee52d0a27858291c507bb9c7e5edf357b0;hb=80b787dd2b437cc7318b660788779d54c87a4a6c;hp=bec17ff8ab22f31b5b3e114e196b132874dabf1e;hpb=3b38f7ab02985255a6112f7a418667a5d6c35391;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index bec17ff8ab..013cfbee52 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -22,6 +22,7 @@ netconf-impl config-netconf-connector netconf-util + netconf-netty-util config-persister-impl netconf-mapping-api netconf-client @@ -29,140 +30,13 @@ netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension - ../../third-party/org.openexi - - 2.4.0 - 5.0.0 - 1.7.2 - - - - - - ${project.groupId} - config-api - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - test-jar - - - ${project.groupId} - config-netconf-connector - ${netconf.version} - - - ${project.groupId} - config-persister-impl - ${netconf.version} - - - ${project.groupId} - config-util - ${config.version} - - - ${project.groupId} - ietf-netconf-monitoring - ${netconf.version} - - - ${project.groupId} - netconf-api - ${netconf.version} - - - ${project.groupId} - netconf-client - ${netconf.version} - - - ${project.groupId} - netconf-impl - ${netconf.version} - - - ${project.groupId} - netconf-impl - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-mapping-api - ${netconf.version} - - - ${project.groupId} - netconf-monitoring - ${netconf.version} - - - ${project.groupId} - netconf-ssh - ${netconf.version} - - - ${project.groupId} - netconf-ssh - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-util - ${netconf.version} - - - ${project.groupId} - netconf-util - ${netconf.version} - test-jar - - - ${project.groupId} - yang-jmx-generator - ${config.version} - - - ${project.groupId} - yang-test - ${config.version} - - - org.opendaylight.controller - config-persister-api - ${config.version} - - - org.opendaylight.controller - logback-config - ${config.version} - - - org.osgi - org.osgi.core - ${osgi.version} - - - xmlunit - xmlunit - 1.4 - - - - + + org.osgi + org.osgi.core + ch.qos.logback logback-classic @@ -181,7 +55,6 @@ org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true @@ -226,6 +99,35 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.12 + + false + false + checkstyle-logging.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + + + + + + check + + + + org.apache.maven.plugins maven-compiler-plugin