X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=lighty%2Fpom.xml;h=93930ab79af88c3b950b81b8dff2595a03e2ddca;hb=24f32d6b12509e53e55e4c32f59aa077f89f787c;hp=a8757eabfaa49296056161be8825a41a4ccebb55;hpb=866ecc93841cc9601d7974071e288adc89dbacf1;p=transportpce.git diff --git a/lighty/pom.xml b/lighty/pom.xml index a8757eabf..93930ab79 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -6,101 +6,208 @@ - 4.0.0 + 4.0.0 - - io.lighty.core - lighty-app-parent - 12.1.0 - - + + io.lighty.core + lighty-app-parent + 19.0.0-SNAPSHOT + + - io.lighty.controllers - tpce - 2.0.0-SNAPSHOT - jar + io.lighty.controllers + tpce + 8.0.0-SNAPSHOT + jar - - io.lighty.controllers.tpce.Main - true - true - 2.0.0-SNAPSHOT - + + io.lighty.controllers.tpce.Main + true + true + 8.0.0-SNAPSHOT + 19.0.0-SNAPSHOT + + + + org.opendaylight.transportpce.models + transportpce-models-artifacts + ${transportpce.models.version} + pom + import + + + - - - org.opendaylight.transportpce - 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 - ${transportpce.version} - - - org.opendaylight.transportpce - transportpce-tapimodels - ${transportpce.version} - - - - - - org.opendaylight.transportpce - transportpce-pce - ${transportpce.version} - - - org.opendaylight.transportpce - transportpce-olm - ${transportpce.version} - - - org.opendaylight.transportpce - transportpce-servicehandler - ${transportpce.version} - - - org.opendaylight.transportpce - transportpce-tapi - ${transportpce.version} - - - - - io.lighty.modules - lighty-netconf-sb - - - io.lighty.modules - lighty-restconf-nb-community - + + + + commons-cli + commons-cli + 1.4 + + + + org.opendaylight.transportpce.models + openroadm-common-1.2.1 + + + org.opendaylight.transportpce.models + openroadm-common-2.2.1 + + + org.opendaylight.transportpce.models + openroadm-common-7.1.0 + + + org.opendaylight.transportpce.models + openroadm-common-10.1.0 + + + org.opendaylight.transportpce.models + openroadm-device-1.2.1 + + + org.opendaylight.transportpce.models + openroadm-device-2.2.1 + + + org.opendaylight.transportpce.models + openroadm-device-7.1.0 + + + org.opendaylight.transportpce.models + openroadm-network-10.1.0 + + + org.opendaylight.transportpce.models + openroadm-service-10.1.0 + + + org.opendaylight.transportpce.models + tapi-2.1.1 + + + org.opendaylight.transportpce + transportpce-api + ${transportpce.version} + + + org.opendaylight.transportpce + transportpce-networkmodel + ${transportpce.version} + + + + + org.opendaylight.transportpce + transportpce-pce + ${transportpce.version} + + + org.opendaylight.transportpce + transportpce-olm + ${transportpce.version} + + + org.opendaylight.transportpce + transportpce-servicehandler + ${transportpce.version} + + + org.opendaylight.transportpce + transportpce-tapi + ${transportpce.version} + + + org.opendaylight.transportpce + transportpce-nbinotifications + ${transportpce.version} + + + + io.lighty.modules + lighty-netconf-sb + + + io.lighty.modules + lighty-restconf-nb-community + + + io.lighty.modules + lighty-openapi + + + junit + junit + test + + + net.jcip + jcip-annotations + 1.0 + true + + + com.github.spotbugs + spotbugs-annotations + true + + + org.eclipse.jetty + jetty-client + test + + - - - tpce - + + 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 + checkstyle.violationSeverity=error + + + + validate + validate + + check + + + + + +