From a2968c60a32df3b92f1b67cdbe0233c72d5ab59f Mon Sep 17 00:00:00 2001 From: KevinVdV Date: Thu, 25 Feb 2016 12:11:49 +0100 Subject: [PATCH] [DS-3057] Enable enforce versions to prevent dependency issues (Fixing dspace-api & dspace-xmlui) --- dspace-api/pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++--- dspace-xmlui/pom.xml | 24 ++++++++++++++++++++ 2 files changed, 75 insertions(+), 3 deletions(-) diff --git a/dspace-api/pom.xml b/dspace-api/pom.xml index 46edd6162d..24b4e0d024 100644 --- a/dspace-api/pom.xml +++ b/dspace-api/pom.xml @@ -218,7 +218,7 @@ - + maven-surefire-plugin @@ -296,10 +296,22 @@ org.hibernate hibernate-core + + + org.jboss.logging + jboss-logging + + org.hibernate hibernate-ehcache + + + org.jboss.logging + jboss-logging + + org.springframework @@ -325,6 +337,16 @@ org.apache.jena apache-jena-libs pom + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + commons-cli @@ -441,6 +463,12 @@ xerces xercesImpl + + + xml-apis + xml-apis + + xml-apis @@ -501,6 +529,13 @@ gr.ekt.bte bte-io 0.9.3.5 + + + + org.apache.commons + commons-lang3 + + org.apache.httpcomponents @@ -575,7 +610,7 @@ org.postgresql postgresql - + org.slf4j slf4j-api @@ -593,7 +628,7 @@ im4java 1.4.0 - + org.flywaydb @@ -664,6 +699,12 @@ com.amazonaws aws-java-sdk-s3 1.10.50 + + + joda-time + joda-time + + @@ -675,6 +716,13 @@ com.fasterxml.jackson.core jackson-databind 2.5.3 + + + + com.fasterxml.jackson.core + jackson-annotations + + com.fasterxml.jackson.core diff --git a/dspace-xmlui/pom.xml b/dspace-xmlui/pom.xml index 6bb7dda75d..04de6ff4ef 100644 --- a/dspace-xmlui/pom.xml +++ b/dspace-xmlui/pom.xml @@ -96,6 +96,10 @@ jackson-databind com.fasterxml.jackson.core + + xml-apis + xml-apis + @@ -117,6 +121,14 @@ net.sf.ehcache ehcache + + commons-jxpath + commons-jxpath + + + org.apache.excalibur.components + excalibur-sourceresolve + @@ -124,6 +136,12 @@ org.apache.cocoon cocoon-template-impl 1.1.0 + + + commons-jxpath + commons-jxpath + + org.apache.cocoon @@ -210,6 +228,12 @@ com.yahoo.platform.yui yuicompressor 2.4.8 + + + rhino + js + +