X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.unit%2Fpom.xml;h=8e609a0fd40c3b54500c77ac22a6fe900761d831;hb=c9adceb0d397f37355c51a80c947ce44d981ab44;hp=1d345c8eeb199b5f5161d3cbf29c49a8d9b06672;hpb=ef9526b977a7cd42bafa433ec6739ec09f0f2a7d;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.unit/pom.xml b/runtime/org.argeo.slc.unit/pom.xml index 1d345c8ee..8e609a0fd 100644 --- a/runtime/org.argeo.slc.unit/pom.xml +++ b/runtime/org.argeo.slc.unit/pom.xml @@ -4,7 +4,7 @@ org.argeo.slc runtime - 0.12.1-SNAPSHOT + 0.13.1-SNAPSHOT .. org.argeo.slc.runtime @@ -12,28 +12,6 @@ SLC Unit Tests Helpers - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.apache.maven.plugins - maven-jar-plugin - - org.apache.felix maven-bundle-plugin @@ -43,12 +21,12 @@ org.argeo.slc.*,org.argeo.slc.core.test.spring - *,org.apache.commons.logging;version="1.1", - org.dbunit;resolution:="optional", - org.dbunit.database;resolution:="optional", - org.dbunit.dataset;resolution:="optional", - org.dbunit.dataset.xml;resolution:="optional", - org.dbunit.operation;resolution:="optional" + org.apache.commons.logging;version="1.1", + org.dbunit.*;resolution:="optional", + org.hibernate.*;resolution:="optional", + org.springframework.xml.*;resolution:="optional", + org.springframework.orm.*;resolution:="optional", + * @@ -60,10 +38,12 @@ org.argeo.slc.runtime org.argeo.slc.core + ${version.slc} org.argeo.slc.runtime org.argeo.slc.support.simple + ${version.slc} org.junit @@ -74,20 +54,24 @@ org.dbunit com.springsource.org.dbunit + true org.apache.commons com.springsource.org.apache.commons.collections + true org.hibernate com.springsource.org.hibernate + true org.springframework org.springframework.orm + true @@ -105,6 +89,7 @@ org.argeo.slc.runtime org.argeo.slc.launcher + ${version.slc} @@ -113,5 +98,20 @@ org.springframework.oxm true + + + + org.slf4j + com.springsource.slf4j.org.apache.commons.logging + + + org.apache.log4j + com.springsource.org.apache.log4j + + + org.slf4j + com.springsource.slf4j.log4j + +