X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/5e973b684a91c2b148410a7fc404e18858ae4928..f25972373f27c848ebffa0c25e34fdf1cf61e5b0:/cdmlib-remote-webapp/pom.xml diff --git a/cdmlib-remote-webapp/pom.xml b/cdmlib-remote-webapp/pom.xml index eab76962d8..b6b2e7759f 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.5.2-SNAPSHOT + ../pom.xml eu.etaxonomy @@ -29,149 +29,266 @@ + + + local-repository + + + localrepo + + + + + EditLocalRepository + file://${localrepo}/eu/etaxonomy/ + + false + always + + + true + always + + + + + + eu.etaxonomy cdmlib-remote - - - javax.servlet - servlet-api - provided - - - - org.easymock - easymock - - - xmlunit - xmlunit - + + + javax.servlet + javax.servlet-api + provided + - - 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 + + + + org.hibernate + hibernate-c3p0 + + + + 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 - - - - 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 + + + + + org.apache.maven.plugins + maven-war-plugin + 2.3 + + + + + ${project.build.directory}/cdm-vaadin + + + + + + 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 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.9 + + + unpack + prepare-package + + unpack + + + + + eu.etaxonomy + cdm-vaadin + ${cdm-vaadin.version} + war + true + ${project.build.directory}/cdm-vaadin + + + META-INF/** + + + + + + false + true + + + + + +