From 1326e9fa5cffe326b82aeee9d82d008526aff947 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Mon, 5 Sep 2016 12:10:26 +0200 Subject: Cleanup TODOs and FIXMEs - Fix minor ones - Report bigger and include issue number in comment - Pull common dependencies into dependency management of common/parents Change-Id: I06a6ac37c52b603fd73ed42023d6b2e7fa18010f Signed-off-by: Maros Marsalek --- common/minimal-distribution-parent/pom.xml | 117 ++++++++++++++++++++++++++--- 1 file changed, 106 insertions(+), 11 deletions(-) (limited to 'common/minimal-distribution-parent/pom.xml') diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index e69b1c8f1..cdaf92582 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -17,6 +17,12 @@ + 4.0.0 + io.fd.honeycomb.common + minimal-distribution-parent + 1.16.12-SNAPSHOT + pom + http://nexus.fd.io/content @@ -31,16 +37,109 @@ 9.3.11.v20160721 3.1.0 0.8.2-Beryllium-SR2 - 1.3.2-Beryllium-SR2 + 1.3.2-Beryllium-SR2 + 2.0.2-Beryllium-SR2 5.0.0 - 4.0.0 - io.fd.honeycomb.common - minimal-distribution-parent - 1.16.12-SNAPSHOT - pom + + + + org.opendaylight.controller + mdsal-artifacts + ${mdsal.controller.version} + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + ${mdsal.version} + pom + import + + + org.opendaylight.netconf + netconf-artifacts + ${netconf.version} + pom + import + + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + ${yangtools.version} + pom + import + + + + com.google.inject + guice + ${guice.version} + + + net.jmob + guice.conf + ${guice.config.version} + + + com.google.inject.extensions + guice-multibindings + ${guice.version} + + + + org.eclipse.jetty + jetty-server + ${jetty.version} + + + javax.servlet + javax.servlet-api + ${servlet.version} + + + org.eclipse.jetty + jetty-webapp + ${jetty.version} + + + org.eclipse.jetty + jetty-servlets + ${jetty.version} + + + com.sun.jersey + jersey-server + ${jersey.version} + + + com.sun.jersey + jersey-core + ${jersey.version} + + + com.sun.jersey + jersey-servlet + ${jersey.version} + + + + org.osgi + org.osgi.core + ${osgi.core.version} + + + @@ -138,11 +237,7 @@ execute - - - - - + import java.nio.file.Paths -- cgit 1.2.3-korg