X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/551bf0bcc8e4a6caed4e3f6ab9521ad357eb25da..73ec4722c106b214aea6839277330a6a9ef602c2:/cdmlib-remote-webapp/pom.xml diff --git a/cdmlib-remote-webapp/pom.xml b/cdmlib-remote-webapp/pom.xml index 6f1760cde6..983fad99f9 100644 --- a/cdmlib-remote-webapp/pom.xml +++ b/cdmlib-remote-webapp/pom.xml @@ -4,8 +4,8 @@ cdmlib-parent eu.etaxonomy - 3.3.1-SNAPSHOT - ../pom.xml + 3.6.1-SNAPSHOT + ../pom.xml eu.etaxonomy @@ -29,57 +29,252 @@ + + + local-repository + + + localrepo + + + + + EditLocalRepository + file://${localrepo}/eu/etaxonomy/ + + false + always + + + true + always + + + + + + eu.etaxonomy cdmlib-remote + + + + postgresql + postgresql + + + mysql-connector-java + mysql + + + c3p0 + com.mchange + + + oracle + ojdbc14 + + + net.sourceforge.jtds + jtds + + + + + + javax.servlet + javax.servlet-api + provided - - - javax.servlet - servlet-api - provided - - - org.easymock - easymock - - - xmlunit - xmlunit - + + xmlunit + xmlunit + + + + commons-io + commons-io + + + + + net.sf.json-lib + json-lib + jdk15 + - - commons-io - commons-io - - - - - net.sf.json-lib - json-lib - jdk15 - + + + org.springframework + org.springframework.oxm + ${spring.version} + - - - com.yourkit - yjp-controller-api-redist - test + + + com.thoughtworks.xstream + xstream + + + xpp3 + xpp3 + + + stax + stax + + + taglibs + standard + 1.1.2 + + + taglibs + x + 1.1.2 + tld + + + + com.mangofactory + swagger-springmvc + 0.8.5 + + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + + + junit + junit + test + + + com.yourkit + yjp-controller-api-redist + test + + + + org.hibernate + hibernate-c3p0 + test + + + c3p0 + com.mchange + - - - cdmserver - - - org.apache.maven.plugins - maven-war-plugin - 2.1-beta-1 - - - + + + + + + ${project.build.directory}/test-classes + true + ${basedir}/src/test/resources + + datasources.xml + + + + + ${project.build.directory}/test-classes + ${basedir}/src/test/resources + + datasources.xml + + + + + ${project.build.directory}/classes + ${basedir}/src/main/resources + + + + + maven-failsafe-plugin + 2.16 + + 3 + true + + + + + integration-test + verify + + + + + + org.eclipse.jetty + jetty-maven-plugin + 9.1.3.v20140225 + + stop + 9199 + 10 + ${basedir}/src/test/resources/etc/jetty/jetty.xml,${basedir}/src/test/resources/etc/jetty/jetty-http.xml + + + + cdm.datasource + h2_cdmTest + + + + cdm.beanDefinitionFile + ${project.build.directory}/test-classes/datasources.xml + + + + + + start-jetty + pre-integration-test + + start + + + 0 + true + + + + stop-jetty + post-integration-test + + stop + + + + + +