X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=lighty%2Fpom.xml;h=50393f3dd1e81627a11f617be228bacf3b49313b;hb=5e3f7dd89cb088ef4957f5559a82b8c6436afa17;hp=f06c97d00de440882656d27f66357258a4b87061;hpb=e6f1b3acce76396e50731b0c97b07c36dca7224d;p=transportpce.git diff --git a/lighty/pom.xml b/lighty/pom.xml index f06c97d00..50393f3dd 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -1,143 +1,155 @@ - + + 4.0.0 - 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 https://www.eclipse.org/legal/epl-v10.html ---> - - 4.0.0 + + io.lighty.core + lighty-app-parent + 15.1.1-SNAPSHOT + + - - io.lighty.core - lighty-app-parent - 12.0.0-SNAPSHOT - - + io.lighty.controllers + tpce + 5.0.0-SNAPSHOT + jar - io.lighty.examples.controllers - lighty-transportpce - 12.0.0-SNAPSHOT - jar + + io.lighty.controllers.tpce.Main + true + true + 5.0.0-SNAPSHOT + - - io.lighty.controllers.tpce.Main - true - true - 2.0.0-SNAPSHOT - + + + + commons-cli + commons-cli + 1.4 + + + + 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 + + + junit + junit + test + + + net.jcip + jcip-annotations + 1.0 + true + + + com.github.spotbugs + spotbugs-annotations + true + + + org.eclipse.jetty + jetty-client + test + + - - - - - 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-pce - ${transportpce.version} - - - org.opendaylight.transportpce - transportpce-olm - ${transportpce.version} - - - org.opendaylight.transportpce - transportpce-servicehandler - ${transportpce.version} - - - - - io.lighty.modules - lighty-netconf-sb - - - io.lighty.modules - lighty-restconf-nb-community - - - - javax.ws.rs - javax.ws.rs-api - - - - - - io.lighty.resources - singlenode-configuration - - - io.lighty.resources - log4j-properties - - - - org.eclipse.jetty - jetty-server - - - javax.servlet - javax.servlet-api - - - org.eclipse.jetty - jetty-webapp - - - org.eclipse.jetty - jetty-servlets - - - org.glassfish.jersey.core - jersey-server - - - org.glassfish.jersey.containers - jersey-container-jetty-http - - - org.glassfish.jersey.inject - jersey-hk2 - - - javax.ws.rs - javax.ws.rs-api - - - - org.eclipse.jetty - jetty-client - test - - + + 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 + + + + + +