X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/6ff62c66e715b3f3ca087cc76ea2b44c09f118dd..73ec4722c106b214aea6839277330a6a9ef602c2:/cdmlib-remote-webapp/pom.xml diff --git a/cdmlib-remote-webapp/pom.xml b/cdmlib-remote-webapp/pom.xml index e20a206ff6..983fad99f9 100644 --- a/cdmlib-remote-webapp/pom.xml +++ b/cdmlib-remote-webapp/pom.xml @@ -4,7 +4,7 @@ cdmlib-parent eu.etaxonomy - 3.4.0 + 3.6.1-SNAPSHOT ../pom.xml @@ -19,17 +19,17 @@ - scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.4.0/cdmlib-remote + scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/ - scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.4.0/cdmlib-remote + scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/ - scm:svn:http://dev.e-taxonomy.eu/svn/tags/cdmlib/cdmlib-parent-3.4.0/cdmlib-remote + http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-remote/ - + local-repository @@ -58,19 +58,43 @@ eu.etaxonomy cdmlib-remote + + + + postgresql + postgresql + + + mysql-connector-java + mysql + + + c3p0 + com.mchange + + + oracle + ojdbc14 + + + net.sourceforge.jtds + jtds + + javax.servlet - servlet-api + javax.servlet-api provided - - org.easymock - easymock - xmlunit xmlunit @@ -121,54 +145,28 @@ 1.1.2 tld - - - org.hibernate - hibernate-c3p0 - - - - com.vaadin - vaadin-server - + - com.vaadin - vaadin-shared + com.mangofactory + swagger-springmvc + 0.8.5 + - com.vaadin - vaadin-client-compiled - - - com.vaadin - vaadin-client - provided + com.fasterxml.jackson.core + jackson-databind - com.vaadin - vaadin-themes + com.fasterxml.jackson.core + jackson-core - com.vaadin - vaadin-client-compiler + com.fasterxml.jackson.core + jackson-annotations - - - ru.xpoft.vaadin - spring-vaadin-integration - - - - org.vaadin.addons - exporter - - - - org.vaadin.addons - wizards-for-vaadin - - - + + + junit junit test @@ -178,11 +176,20 @@ yjp-controller-api-redist test - + + + org.hibernate + hibernate-c3p0 + test + + + c3p0 + com.mchange + - + @@ -190,55 +197,24 @@ true ${basedir}/src/test/resources - datasources.xml + datasources.xml - + ${project.build.directory}/test-classes ${basedir}/src/test/resources - datasources.xml + datasources.xml - + ${project.build.directory}/classes ${basedir}/src/main/resources - + - - org.apache.maven.plugins - maven-war-plugin - 2.3 - - - com.vaadin - vaadin-maven-plugin - 7.1.11 - - - - - - ${cdm-remote}.vaadin.redlist.widgetset - - - - update-widgetset - - - - - true - true - src/main/webapp/VAADIN/widgetsets - eu.etaxonomy.cdm.remote.vaadin.redlist.wigetset.AppWidgetSet - - maven-failsafe-plugin 2.16 @@ -260,24 +236,23 @@ 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 - - + 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 + +