X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=lighty%2Fpom.xml;h=891b72caf049dcbb0e4195bd60f2f4c4f9a2f43a;hb=56ad6406faba3227e19a6f609325c8b9dbaca3fb;hp=518ef8b638efe7878f3764f9ba242f424fde514f;hpb=945aaee9d514a2348dce53418f70aeceda8b3ef1;p=transportpce.git diff --git a/lighty/pom.xml b/lighty/pom.xml index 518ef8b63..891b72caf 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -11,23 +11,33 @@ io.lighty.core lighty-app-parent - 12.1.0 + 13.0.0 + io.lighty.controllers tpce - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT jar io.lighty.controllers.tpce.Main true true - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT + + + commons-cli + commons-cli + 1.4 + @@ -35,26 +45,6 @@ transportpce-api ${transportpce.version} - - org.opendaylight.transportpce.ordmodels - transportpce-ordmodels-common - ${transportpce.version} - - - org.opendaylight.transportpce.ordmodels - transportpce-ordmodels-device - ${transportpce.version} - - - org.opendaylight.transportpce.ordmodels - transportpce-ordmodels-network - ${transportpce.version} - - - org.opendaylight.transportpce.ordmodels - transportpce-ordmodels-service - ${transportpce.version} - org.opendaylight.transportpce transportpce-networkmodel @@ -78,6 +68,16 @@ transportpce-servicehandler ${transportpce.version} + + org.opendaylight.transportpce + transportpce-tapi + ${transportpce.version} + + + org.opendaylight.transportpce + transportpce-nbinotifications + ${transportpce.version} + @@ -89,8 +89,72 @@ lighty-restconf-nb-community + + junit + junit + test + + + + net.jcip + jcip-annotations + 1.0 + true + + + com.github.spotbugs + spotbugs-annotations + 3.1.3 + true + + tpce + + + maven-jar-plugin + + + + true + true + True + + + + + + maven-checkstyle-plugin + + odl_checks.xml + checkstyle-suppressions.xml + + + ${project.build.sourceDirectory} + + true + true + true + **\/*.java + + **/protobuff/messages/**, + **/thrift/gen/*.java, + **/module-info.java + + true + + + + validate + validate + + check + + + + +