X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/8578ec141a0c4fc7336231d1d5f83432681f715a..73ec4722c106b214aea6839277330a6a9ef602c2:/cdmlib-remote-webapp/pom.xml?ds=sidebyside diff --git a/cdmlib-remote-webapp/pom.xml b/cdmlib-remote-webapp/pom.xml index eab76962d8..983fad99f9 100644 --- a/cdmlib-remote-webapp/pom.xml +++ b/cdmlib-remote-webapp/pom.xml @@ -4,8 +4,8 @@ cdmlib-parent eu.etaxonomy - 3.3.0-SNAPSHOT - ../pom.xml + 3.6.1-SNAPSHOT + ../pom.xml eu.etaxonomy @@ -29,149 +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 - - - commons-io - commons-io - - - - - net.sf.json-lib - json-lib - jdk15 - + + xmlunit + xmlunit + - - - org.springframework - org.springframework.oxm - ${spring.version} - - - - - com.thoughtworks.xstream - xstream - - - xpp3 - xpp3 - - - stax - stax - - - - - taglibs - standard - 1.1.2 - - - taglibs - x - 1.1.2 - tld - - - - org.hibernate - hibernate-c3p0 - - - - com.vaadin - vaadin-server - - - com.vaadin - vaadin-shared - - - com.vaadin - vaadin-client-compiled - - - com.vaadin - vaadin-client - provided - - - com.vaadin - vaadin-themes - - - com.vaadin - vaadin-client-compiler - + + commons-io + commons-io + + + + + net.sf.json-lib + json-lib + jdk15 + - - ru.xpoft.vaadin - spring-vaadin-integration - + + + org.springframework + org.springframework.oxm + ${spring.version} + - - org.vaadin.addons - exporter - - - - org.vaadin.addons - wizards-for-vaadin - + + + com.thoughtworks.xstream + xstream + + + xpp3 + xpp3 + + + stax + stax + - - - p6spy - p6spy - 1.3 - - + + 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 - 3.8.1 test - com.yourkit - yjp-controller-api-redist - 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 + + + + + +