From 0a991b6029f362bf04edcdb76b235090b0005d2b Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 21 Jan 2016 07:09:04 +0100 Subject: move or remove third-party library depentencies --- id/server/idserverlib/pom.xml | 86 +++----------------------- id/server/moa-id-commons/pom.xml | 4 +- id/server/modules/moa-id-module-openID/pom.xml | 10 ++- id/server/modules/module-stork/pom.xml | 27 ++++++++ id/server/modules/pom.xml | 4 ++ 5 files changed, 50 insertions(+), 81 deletions(-) (limited to 'id') diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index d9006dbf8..afc432628 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -90,11 +90,7 @@ Commons 1.4.0 --> - - eu.stork - SamlEngine - 1.5.1 - + MOA @@ -405,78 +401,6 @@ --> - - - - - com.googlecode.jsontoken - jsontoken - 1.1 - - - javax.servlet - servlet-api - - - google-collections - com.google.collections - - - - - - com.google.guava - guava - 18.0 - - - - commons-codec - commons-codec - 1.10 - - - - - com.google.http-client - google-http-client-jackson2 - 1.19.0 - test - - - com.google.oauth-client - google-oauth-client-jetty - 1.19.0 - test - - - org.mortbay.jetty - servlet-api - - - - - - eu.stork - DocumentService - 0.0.1-SNAPSHOT - classes - - - axis - org.apache.axis - - - bcprov-jdk16 - org.bouncycastle - - - jaxws-tools - com.sun.xml.ws - - - - com.fasterxml.jackson.core @@ -511,7 +435,7 @@ com.h2database h2 1.4.178 - runtime + test @@ -543,6 +467,12 @@ --> + + eu.stork + SamlEngine + 1.5.1 + + diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index d5ae6225c..244ea1412 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -178,7 +178,7 @@ spring-orm - + com.fasterxml.jackson.core jackson-databind @@ -203,12 +203,14 @@ cglib cglib 2.2.2 + test com.h2database h2 1.4.178 + test diff --git a/id/server/modules/moa-id-module-openID/pom.xml b/id/server/modules/moa-id-module-openID/pom.xml index 318ee8228..080d5ae0b 100644 --- a/id/server/modules/moa-id-module-openID/pom.xml +++ b/id/server/modules/moa-id-module-openID/pom.xml @@ -19,6 +19,12 @@ + + commons-codec + commons-codec + 1.10 + + org.springframework spring-test @@ -67,11 +73,11 @@ - + diff --git a/id/server/modules/module-stork/pom.xml b/id/server/modules/module-stork/pom.xml index 234c8d28a..b52c10391 100644 --- a/id/server/modules/module-stork/pom.xml +++ b/id/server/modules/module-stork/pom.xml @@ -21,6 +21,33 @@ + + eu.stork + DocumentService + 0.0.1-SNAPSHOT + classes + + + axis + org.apache.axis + + + bcprov-jdk16 + org.bouncycastle + + + jaxws-tools + com.sun.xml.ws + + + + + + eu.stork + SamlEngine + 1.5.1 + + org.springframework spring-test diff --git a/id/server/modules/pom.xml b/id/server/modules/pom.xml index db03326ea..c164252c7 100644 --- a/id/server/modules/pom.xml +++ b/id/server/modules/pom.xml @@ -40,6 +40,10 @@ ch.qos.logback logback-classic + + DocumentService + eu.stork + -- cgit v1.2.3