X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=lighty%2Fpom.xml;h=8ee8a1275341ed380a2efdae2f9186ac5779192c;hb=8e32e3ed33d22d148cc46bb2653ecf7ed8b34f64;hp=518ef8b638efe7878f3764f9ba242f424fde514f;hpb=945aaee9d514a2348dce53418f70aeceda8b3ef1;p=transportpce.git diff --git a/lighty/pom.xml b/lighty/pom.xml index 518ef8b63..8ee8a1275 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -11,20 +11,24 @@ 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 @@ -35,26 +39,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 +62,11 @@ transportpce-servicehandler ${transportpce.version} + + org.opendaylight.transportpce + transportpce-tapi + ${transportpce.version} + @@ -89,8 +78,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 + + + + +