From a90863760d1ae1a92520ce29841aec600d25a83a Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 30 Jun 2017 15:10:27 +0200 Subject: HONEYCOMB-358 - Conditional module loading Change-Id: Ic9b7182cc77bf2f73cf5edd3ee19f25f53711cda Signed-off-by: Jan Srnicek --- infra/minimal-distribution/pom.xml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) (limited to 'infra/minimal-distribution/pom.xml') diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 637640723..6f520eaf6 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -41,6 +41,7 @@ io.fd.honeycomb.infra.distro.restconf.RestconfModule, io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule + 2.5 @@ -164,33 +165,10 @@ com.google.guava guava - - - junit - junit - test - - - com.mashape.unirest - unirest-java - 1.4.9 - test - - - com.jcraft - jsch - 0.1.54 - test - - - org.hamcrest - hamcrest-all - test - - org.mockito - mockito-core - test + commons-io + commons-io + ${commons-io.version} -- cgit 1.2.3-korg