From 84ff4e5fd52c064437d0b6dcf43b2223f440b3c5 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 30 Jun 2017 12:46:56 +0200 Subject: HONEYCOMB-373 - Separate minimal distribution modules to core module Change-Id: I5278f91ea06f57c84b44a8458ef44469ebd0cf84 Signed-off-by: Jan Srnicek --- infra/minimal-distribution/pom.xml | 119 ++----------------------------------- 1 file changed, 5 insertions(+), 114 deletions(-) (limited to 'infra/minimal-distribution/pom.xml') diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 6f520eaf6..0d7167ed0 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -41,7 +41,6 @@ io.fd.honeycomb.infra.distro.restconf.RestconfModule, io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule - 2.5 @@ -50,125 +49,17 @@ com.google.inject guice - - net.jmob - guice.conf - - - com.google.inject.extensions - guice-multibindings - - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.controller - sal-core-api - - - - org.opendaylight.netconf - sal-rest-connector - - - - org.opendaylight.netconf - netconf-impl - - - org.opendaylight.netconf - netconf-ssh - - - org.opendaylight.netconf - mdsal-netconf-notification - - - org.opendaylight.netconf - mdsal-netconf-monitoring - - - org.opendaylight.netconf - mdsal-netconf-connector - - - org.opendaylight.netconf - ietf-netconf-monitoring - - - org.opendaylight.netconf - ietf-netconf-monitoring-extension - - - - org.eclipse.jetty - jetty-server - - - javax.servlet - javax.servlet-api - - - org.eclipse.jetty - jetty-webapp - - - org.eclipse.jetty - jetty-servlets - - - com.sun.jersey - jersey-server - - - com.sun.jersey - jersey-core - - - com.sun.jersey - jersey-servlet - - + - org.osgi - org.osgi.core - compile - - - - - ${project.groupId} - data-impl - ${project.version} - - - ${project.groupId} - honeycomb-impl - ${project.version} - - - ${project.groupId} - notification-impl - ${project.version} - - - ${project.groupId} - rpc-impl + io.fd.honeycomb + minimal-distribution-core ${project.version} - - com.google.guava - guava - - - commons-io - commons-io - ${commons-io.version} + org.eclipse.jetty + jetty-server -- cgit 1.2.3-korg