diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index a76c27784..55e7b2e7c 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -101,6 +101,8 @@ org.apache.commons commons-math3 + + joda-time joda-time @@ -111,6 +113,8 @@ commons-logging commons-logging + + org.apache.commons commons-lang3 @@ -157,14 +161,20 @@ easymockclassextension test + + org.jfree jfreechart + + org.jfree jcommon + + javax.servlet javax.servlet-api diff --git a/libreplan-business/pom.xml b/libreplan-business/pom.xml index d00cfaa8b..9a28b28ce 100644 --- a/libreplan-business/pom.xml +++ b/libreplan-business/pom.xml @@ -18,10 +18,13 @@ gettext-commons + org.springframework spring-orm + + org.hibernate hibernate-core @@ -35,6 +38,7 @@ hibernate-validator + org.jadira.usertype usertype.core @@ -57,6 +61,7 @@ spring-context-support + org.aspectj aspectjweaver @@ -74,11 +79,13 @@ bonecp + org.springframework spring-test + org.easymock easymock @@ -90,7 +97,7 @@ test - + net.sf.json-lib json-lib @@ -102,6 +109,8 @@ org.apache.commons commons-math3 + + org.slf4j slf4j-log4j12 @@ -113,10 +122,13 @@ joda-time + org.dbunit dbunit + + org.liquibase liquibase-core diff --git a/libreplan-webapp/pom.xml b/libreplan-webapp/pom.xml index 3da9ba644..8e1d623e0 100644 --- a/libreplan-webapp/pom.xml +++ b/libreplan-webapp/pom.xml @@ -324,6 +324,7 @@ customdetailrowcomponent + org.springframework spring-web @@ -343,7 +344,7 @@ spring-security-ldap - + org.springframework.security spring-security-web @@ -359,14 +360,19 @@ spring-security-ldap + org.beanshell bsh + + org.jfree jfreechart + + org.jfree jcommon @@ -404,6 +410,7 @@ libreplan-business + junit junit @@ -428,6 +435,7 @@ spring-test + org.easymock easymock @@ -439,12 +447,12 @@ test + javax.servlet javax.servlet-api - javax.mail @@ -467,7 +475,7 @@ org.apache.cxf cxf-rt-frontend-jaxrs - + com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider diff --git a/pom.xml b/pom.xml index 04f1ee9df..6400b4864 100644 --- a/pom.xml +++ b/pom.xml @@ -231,12 +231,15 @@ (depends on spring-core, spring-beans, spring-context, spring-tx) Define this if you need ORM (org.springframework.orm.*) --> + + org.springframework spring-orm 4.0.3.RELEASE + org.hibernate hibernate-core @@ -248,12 +251,14 @@ 4.3.11.Final + org.hibernate hibernate-validator 4.3.2.Final + org.jadira.usertype usertype.core @@ -286,28 +291,33 @@ + org.springframework spring-web 4.0.3.RELEASE + - - org.springframework - spring-context-support - 4.0.3.RELEASE - + org.aspectj aspectjweaver 1.7.4 + + + org.springframework + spring-context-support + 4.0.3.RELEASE + + org.springframework.security @@ -332,6 +342,14 @@ 3.2.3.RELEASE + + + org.springframework + spring-test + 4.0.3.RELEASE + test + + junit @@ -348,13 +366,6 @@ test - - org.springframework - spring-test - 4.0.3.RELEASE - test - - org.easymock @@ -362,7 +373,6 @@ 2.4 test - org.easymock easymockclassextension @@ -370,24 +380,21 @@ test + net.sf.json-lib json-lib 2.2.3 jdk15 + + commons-collections commons-collections 3.2 - - net.sf.ezmorph - ezmorph - 1.0.6 - - org.apache.commons @@ -408,6 +415,8 @@ commons-logging 1.1.3 + + org.slf4j slf4j-api @@ -497,11 +506,15 @@ libreplan-business ${project.version} + + org.dbunit dbunit 2.5.2 + + javax.servlet javax.servlet-api