X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.unit%2Fpom.xml;h=5e4377b7b4fd1f0b37824e3688643179d74ebfaa;hb=b51cced6c9ca873af71831f4b4015cc8ecf56b91;hp=77945356707a9256fd4d4150ea28244cf87fac74;hpb=32265c1185c19ae86783c039a6c04d50db30bb8e;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.unit/pom.xml b/runtime/org.argeo.slc.unit/pom.xml index 779453567..5e4377b7b 100644 --- a/runtime/org.argeo.slc.unit/pom.xml +++ b/runtime/org.argeo.slc.unit/pom.xml @@ -1,9 +1,10 @@ - + 4.0.0 org.argeo.slc runtime - 0.11.4 + 0.13.1-SNAPSHOT .. org.argeo.slc.runtime @@ -11,43 +12,21 @@ 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 - ${version.maven-bundle-plugin} + 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", + * @@ -59,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 @@ -73,36 +54,64 @@ 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 - org.argeo.slc.runtime - org.argeo.slc.osgiboot + org.argeo.commons.osgi + org.argeo.osgi.boot + ${version.argeo-commons} org.springframework.osgi org.springframework.osgi.core - + org.argeo.slc.runtime org.argeo.slc.launcher + ${version.slc} + + + + org.springframework.ws + 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 + +