From 3430e62da37e13ae8ee442ea3eb2966eaf6ce27a Mon Sep 17 00:00:00 2001 From: Henning Bredel Date: Tue, 29 May 2018 09:26:38 +0200 Subject: [PATCH] Make series-api dependencies Spring Boot compliant --- io/pom.xml | 2 +- pom.xml | 205 ++++++--------------------------------------------- rest/pom.xml | 2 +- spi/pom.xml | 26 +++---- 4 files changed, 37 insertions(+), 198 deletions(-) diff --git a/io/pom.xml b/io/pom.xml index 8e4b37e5d..493695289 100644 --- a/io/pom.xml +++ b/io/pom.xml @@ -127,7 +127,7 @@ org.hamcrest - hamcrest-all + hamcrest-library diff --git a/pom.xml b/pom.xml index ade198340..4cace46bb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,12 @@ - + 4.0.0 org.n52 parent - 11 + 12 org.n52.series-api @@ -52,18 +54,12 @@ dev - - - file:${user.home}/${project.build.finalName}.properties - + 3.2.0 - 4.2.5.RELEASE - 1.2.3 - 2.8.5 + 2.8.5 19.0 - 1.7.25 - 1.3 - 3.1.0 + 3.1.0 + 2.0.2.RELEASE ${maven.build.timestamp} yyyy @@ -74,6 +70,15 @@ + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + import + pom + + ${project.groupId} spi @@ -94,35 +99,23 @@ xml-pdf-format 3.2.0 - org.n52.arctic-sea svalbard-odata - ${version.arctic-sea} + ${arctic-sea.version} org.n52.arctic-sea svalbard - ${version.arctic-sea} + ${arctic-sea.version} org.n52.arctic-sea shetland - ${version.arctic-sea} - - - - joda-time - joda-time - 2.9.9 - - - javax.servlet - javax.servlet-api - 3.0.1 - provided + ${arctic-sea.version} + org.geotools gt-api @@ -154,7 +147,6 @@ - org.geotools gt-opengis ${version.geotools} @@ -242,58 +234,6 @@ - - org.springframework - spring-core - ${version.spring} - - - org.springframework - spring-beans - ${version.spring} - - - org.springframework - spring-context - ${version.spring} - - - org.springframework - spring-web - ${version.spring} - - - org.springframework - spring-webmvc - ${version.spring} - - - org.springframework - spring-oxm - ${version.spring} - - - org.springframework - spring-context-support - ${version.spring} - - - org.springframework - spring-tx - ${version.spring} - - - org.springframework - spring-orm - ${version.spring} - - - - org.quartz-scheduler - quartz - 2.2.3 - - org.jfree jfreechart @@ -326,19 +266,12 @@ 2.7.2 - xml-apis xml-apis - - xml-apis - xml-apis - 1.3.04 - - org.apache.avalon.framework avalon-framework-api @@ -350,11 +283,6 @@ 4.3.1 - - commons-codec - commons-codec - 1.11 - org.apache.commons commons-math @@ -366,98 +294,9 @@ 2.4 - - com.fasterxml.jackson.core - jackson-core - ${version.jackson} - - - com.fasterxml.jackson.core - jackson-databind - ${version.jackson} - - - com.fasterxml.jackson.core - jackson-annotations - - - - - com.fasterxml.jackson.core - jackson-annotations - ${version.jackson} - - - - org.slf4j - slf4j-api - ${version.slf4j} - - - - org.slf4j - jcl-over-slf4j - ${version.slf4j} - runtime - - - - org.slf4j - log4j-over-slf4j - ${version.slf4j} - runtime - - - - commons-logging - commons-logging - 1.2 - provided - - - ch.qos.logback - logback-core - ${version.logback} - runtime - - - ch.qos.logback - logback-classic - ${version.logback} - runtime - - - junit - junit - 4.12 - test - - - org.hamcrest - hamcrest-core - ${version.hamcrest} - test - - - org.hamcrest - hamcrest-all - ${version.hamcrest} - test - - - - - - - - - - - - @@ -479,7 +318,7 @@ - + com.mycila license-maven-plugin diff --git a/rest/pom.xml b/rest/pom.xml index c2a0a595a..d40f973de 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -89,7 +89,7 @@ org.hamcrest - hamcrest-all + hamcrest-library diff --git a/spi/pom.xml b/spi/pom.xml index 9e28c41b8..158eec9f0 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -10,6 +10,18 @@ Series REST API - SPI module jar + + org.n52.arctic-sea + svalbard-odata + + + org.n52.arctic-sea + svalbard + + + org.n52.arctic-sea + shetland + joda-time @@ -85,19 +97,7 @@ org.hamcrest - hamcrest-all - - - org.n52.arctic-sea - svalbard-odata - - - org.n52.arctic-sea - svalbard - - - org.n52.arctic-sea - shetland + hamcrest-library