From d0c488e8f61a0645d7ca46ba1812e634aa8b68fd Mon Sep 17 00:00:00 2001 From: koala Date: Thu, 16 Mar 2017 13:43:21 +0800 Subject: [PATCH] pom pom --- pom.xml | 332 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 332 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d7c3184 --- /dev/null +++ b/pom.xml @@ -0,0 +1,332 @@ + + 4.0.0 + com.sivalabs + spring-data-jpa + war + 1.0 + spring-data-jpa + http://maven.apache.org + + + 0.6.0 + UTF-8 + 6.1.4 + 3.1.0.RC1 + 1.6.1 + 1.6 + 4.8.2 + + + + + + repository.jboss.org + JBoss Repository + http://repository.jboss.org/nexus/content/groups/public-jboss/ + + + + org.springframework.maven.milestone + Spring Maven Milestone Repository + http://maven.springframework.org/milestone + + false + + + + + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + + + + + + + javax.validation + validation-api + 1.0.0.GA + compile + + + + org.hibernate + hibernate-validator + 4.0.0.GA + compile + + + + org.hibernate + hibernate-entitymanager + 3.6.0.Final + compile + + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.0.Final + compile + + + + + org.springframework.data + spring-data-jpa + 1.0.1.RELEASE + compile + + + org.springframework + spring-context + ${spring.version} + + + + commons-logging + commons-logging + + + + + + org.springframework + spring-webmvc + ${spring.version} + + + + org.springframework + spring-test + ${spring.version} + jar + test + + + org.springframework + spring-core + ${spring.version} + jar + compile + + + org.springframework + spring-orm + ${spring.version} + jar + compile + + + org.springframework + spring-jdbc + ${spring.version} + jar + compile + + + + org.cloudfoundry + cloudfoundry-runtime + ${org.cloudfoundry-version} + + + + + + mysql + mysql-connector-java + 5.1.15 + + + + hsqldb + hsqldb + 1.8.0.10 + + + + commons-dbcp + commons-dbcp + 1.4 + jar + compile + + + commons-pool + commons-pool + 1.5.6 + jar + compile + + + + + taglibs + standard + 1.1.2 + jar + compile + + + + jstl + jstl + 1.1.2 + jar + compile + + + + javax.servlet + servlet-api + 2.5 + provided + + + javax.servlet.jsp + jsp-api + 2.2 + provided + + + + opensymphony + sitemesh + 2.4.2 + + + + + junit + junit + ${junit.version} + test + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + runtime + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + runtime + + + + log4j + log4j + 1.2.15 + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + runtime + + + + commons-fileupload + commons-fileupload + 1.2.2 + + + commons-io + commons-io + 2.0.1 + + + commons-lang + commons-lang + 2.4 + + + + + spring-data-jpa + + + + + org.cloudfoundry + cf-maven-plugin + 1.0.0.M1 + + mycloudfoundry-instance + http://api.cloudfoundry.com + sivalabs.cloudfoundry.com + 512 + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + 2.0 + true + true + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.25 + + 3 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + ${java.version} + ${java.version} + + + + + + org.codehaus.mojo + tomcat-maven-plugin + 1.1 + + /${project.build.finalName} + + + + + + + + +