From 2864b7aa966a6fb2007c10ec1897eb441d607cd9 Mon Sep 17 00:00:00 2001 From: javakthar Date: Sun, 1 Nov 2015 18:50:30 +0530 Subject: [PATCH] Update pom_test.xml --- pom_test.xml | 468 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 468 insertions(+) diff --git a/pom_test.xml b/pom_test.xml index 8b1378917..f9df56be3 100644 --- a/pom_test.xml +++ b/pom_test.xml @@ -1 +1,469 @@ + + + 4.0.0 + org.springframework.samples + spring-petclinic + 1.0.0-SNAPSHOT + + petclinic + war + + + + + 1.6 + UTF-8 + UTF-8 + + + 4.1.6.RELEASE + 1.8.0.RELEASE + + + + 2.2 + 1.2 + 7.0.30 + 2.2.7 + + + 4.3.8.Final + + + 4.3.1.Final + + + 7.0.42 + 2.6.10 + 2.3.2 + + + 1.8.5 + + + 1.1.2 + 1.7.10 + + + 1.5.0 + + + 4.12 + 2.0.0 + + + 1.3 + 1.1.1 + 2.7 + 3.2.0.GA + + + + 2.3.0 + 1.10.3 + 2.0.3-1 + 0.10.1 + + 5.1.22 + + + + + + org.jadira.usertype + usertype.core + ${jadira-usertype-core.version} + + + org.apache.tomcat + tomcat-servlet-api + ${tomcat.servlet.version} + provided + + + javax.servlet.jsp + jsp-api + 2.1 + provided + + + + org.glassfish.web + jstl-impl + 1.2 + + + javax.servlet + servlet-api + + + + + com.sun.xml.bind + jaxb-impl + ${jaxb-impl.version} + provided + + + + org.springframework.data + spring-data-jpa + ${spring-data-jpa.version} + + + + org.springframework + spring-jdbc + ${spring-framework.version} + + + org.springframework + spring-aop + ${spring-framework.version} + + + org.springframework + spring-webmvc + ${spring-framework.version} + + + org.springframework + spring-tx + ${spring-framework.version} + + + + org.springframework + spring-context-support + ${spring-framework.version} + + + org.springframework + spring-orm + ${spring-framework.version} + + + org.springframework + spring-oxm + ${spring-framework.version} + + + commons-lang + commons-lang + + + + + org.springframework + spring-jms + ${spring-framework.version} + + + + + + org.apache.tomcat + tomcat-jdbc + ${tomcat-jdbc.version} + runtime + + + + + org.slf4j + slf4j-api + ${slf4j.version} + compile + + + ch.qos.logback + logback-classic + ${logback.version} + runtime + + + + + com.rometools + rome + ${rome.version} + + + + + joda-time + joda-time + ${jodatime.version} + + + joda-time + joda-time-hibernate + ${jodatime-hibernate.version} + + + joda-time + joda-time-jsptags + ${jodatime-jsptags.version} + + + + + + org.hsqldb + hsqldb + ${hsqldb.version} + runtime + + + + + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate + hibernate-validator + ${hibernate-validator.version} + + + + org.hibernate + hibernate-ehcache + ${hibernate.version} + + + net.sf.ehcache + ehcache-core + ${ehcache.version} + + + commons-logging + commons-logging + + + + + + org.webjars + bootstrap + ${webjars-bootstrap.version} + + + org.webjars + jquery-ui + ${webjars-jquery-ui.version} + + + org.webjars + jquery + ${webjars-jquery.version} + + + + + org.springframework + spring-test + ${spring-framework.version} + test + + + junit + junit + ${junit.version} + test + + + org.assertj + assertj-core + ${assertj.version} + + + + org.aspectj + aspectjrt + ${aspectj.version} + + + org.aspectj + aspectjweaver + ${aspectj.version} + runtime + + + + + + com.github.dandelion + datatables-jsp + ${dandelion.version} + + + com.github.dandelion + datatables-export-itext + ${dandelion.version} + + + + + + + org.springframework + spring-core + ${spring-framework.version} + + + org.springframework + spring-beans + ${spring-framework.version} + + + org.springframework + spring-context + ${spring-framework.version} + + + org.springframework + spring-orm + ${spring-framework.version} + + + org.springframework + spring-aop + ${spring-framework.version} + + + org.springframework + spring-tx + ${spring-framework.version} + + + + + + + install + + + + ${project.basedir}/src/test/java + + + ${project.basedir}/src/test/resources + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + + + + true + ${java.version} + ${java.version} + true + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.13 + + + **/*Tests.java + + + + + org.apache.maven.plugins + maven-war-plugin + 2.3 + + petclinic + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + true + true + 2.0 + + **/*.* + + + + org.springframework.ide.eclipse.core.springbuilder + + + org.eclipse.m2e.core.maven2Builder + + + + org.eclipse.jdt.core.javanature + org.springframework.ide.eclipse.core.springnature + org.eclipse.m2e.core.maven2Nature + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.4 + + + jar-with-dependencies + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.0 + + tomcat-development-server + 9966 + /petclinic + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + xml + + + + + package + + cobertura + + + + + + + + + demopetclinic +