X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/07883b40bb5ab81f6c2df4bf2234d5c0fa400347..df435453bd68fc0a09c7b8be8cd49ff87a918cac:/cdmlib-remote-webapp/pom.xml diff --git a/cdmlib-remote-webapp/pom.xml b/cdmlib-remote-webapp/pom.xml old mode 100644 new mode 100755 index e21015b493..79baa7cc53 --- a/cdmlib-remote-webapp/pom.xml +++ b/cdmlib-remote-webapp/pom.xml @@ -4,7 +4,7 @@ cdmlib-parent eu.etaxonomy - 3.8.0 + 4.4.0-SNAPSHOT ../pom.xml @@ -66,27 +66,20 @@ and http://stackoverflow.com/questions/6981564/why-must-the-jdbc-driver-be-put-in-tomcat-home-lib-folder --> - postgresql - postgresql - - - mysql-connector-java - mysql - - - c3p0 - com.mchange - - - oracle - ojdbc14 - - - net.sourceforge.jtds - jtds + eu.etaxonomy + cdmlib-db + + commons-io + commons-io + + + eu.etaxonomy + cdmlib-test + test + @@ -99,27 +92,16 @@ xmlunit xmlunit - - - commons-io - commons-io - - - - net.sf.json-lib - json-lib - jdk15 - - - + org.springframework - org.springframework.oxm - ${spring.version} + spring-oxm - + com.thoughtworks.xstream xstream @@ -147,11 +129,14 @@ - com.mangofactory - swagger-springmvc - 0.8.5 + io.springfox + springfox-swagger2 + test - + com.fasterxml.jackson.core jackson-databind @@ -165,53 +150,55 @@ jackson-annotations + - + junit junit test - - com.yourkit - yjp-controller-api-redist - test - + org.hibernate hibernate-c3p0 test - - c3p0 - com.mchange + + + + + + + + com.yourkit + yjp-controller-api-redist + test - - ${project.build.directory}/test-classes true - ${basedir}/src/test/resources + src/test/resources + ../test-classes datasources.xml - ${project.build.directory}/test-classes - ${basedir}/src/test/resources + src/test/resources + ../test-classes datasources.xml - ${project.build.directory}/classes - ${basedir}/src/main/resources + src/main/resources @@ -234,24 +221,44 @@ org.eclipse.jetty jetty-maven-plugin - 9.1.3.v20140225 + 9.1.3.v20140225 stop 9199 10 + true ${basedir}/src/test/resources/etc/jetty/jetty.xml,${basedir}/src/test/resources/etc/jetty/jetty-http.xml + true cdm.datasource h2_cdmTest + + + user.home + ${basedir}/target/ + cdm.beanDefinitionFile ${project.build.directory}/test-classes/datasources.xml + + + spring.profiles.active + swagger + @@ -275,6 +282,33 @@ + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + + + verify + + war + + + + + + maven-resources-plugin + 2.7 + + false + + +