From 4d14446ee08f268800c22b96fa4d15a659469b76 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 1 Dec 2017 16:09:12 +0100 Subject: Move all deps using properties from container-dep-versions up .. from parent to container-dep-versions. - The aim was to have only deps provided runtime from jdisc in container-dep-versions, but this is not possible because factorylib reads the text in parent/pom.xml (and now container-dep-versions/pom.xml) to build a pom model used to bootstrap the maven cache on factory. Hence all deps using properties declared in a pom also have to reside in the same pom. --- parent/pom.xml | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'parent') diff --git a/parent/pom.xml b/parent/pom.xml index e01612218ff..48d35410fff 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -418,18 +418,6 @@ gs-collections 6.1.0 - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-xml-provider - ${jackson2.version} - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - ${jackson2.version} - com.infradna.tool bridge-method-annotation @@ -581,31 +569,6 @@ 1.0 test - - org.eclipse.jetty - jetty-continuation - ${jetty.version} - - - org.eclipse.jetty - jetty-server - ${jetty.version} - - - org.eclipse.jetty - jetty-servlet - ${jetty.version} - - - org.eclipse.jetty - jetty-servlets - ${jetty.version} - - - org.eclipse.jetty - jetty-jmx - ${jetty.version} - org.hamcrest hamcrest-all -- cgit v1.2.3