From c1b704075e84b768c654114a60df702ccab6efce Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 17 Nov 2014 16:25:03 -0600 Subject: [PATCH] Adding sample pom.xml files --- samples/Maven POM/example.pom.xml | 207 ++++++++++++++++++++++++++++ samples/Maven POM/filenames/pom.xml | 207 ++++++++++++++++++++++++++++ 2 files changed, 414 insertions(+) create mode 100644 samples/Maven POM/example.pom.xml create mode 100644 samples/Maven POM/filenames/pom.xml diff --git a/samples/Maven POM/example.pom.xml b/samples/Maven POM/example.pom.xml new file mode 100644 index 00000000..6e329fd9 --- /dev/null +++ b/samples/Maven POM/example.pom.xml @@ -0,0 +1,207 @@ + + + 4.0.0 + renpengben + spring4mvc-jpa + war + 0.0.1-SNAPSHOT + spring4mvc-jpa Maven Webapp + + https://renpengben.github.io + + spring4mvc-jpa + + + UTF-8 + 1.7 + 4.11 + 1.7.7 + 1.2.17 + + 4.0.5.RELEASE + 1.6.0.RELEASE + 2.1_3 + + 5.1.31 + 4.3.5.Final + 5.1.1.Final + 1.0.6 + + + + + + + + junit + junit + ${junit.version} + test + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + log4j + log4j + ${log4j.version} + + + + + + org.springframework + spring-core + ${spring.version} + + + commons-logging + commons-logging + + + + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + + org.springframework + spring-aop + ${spring.version} + + + + org.springframework + spring-expression + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + + + org.springframework + spring-aspects + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-orm + ${spring.version} + + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + test + + + + org.springframework.data + spring-data-jpa + ${spring.data.jpa.version} + + + junit-dep + junit + + + + + cglib + cglib-nodep + ${cglib.version} + + + + + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate + hibernate-validator + ${hibernate-validator.version} + compile + + + + + + mysql + mysql-connector-java + ${mysql.version} + runtime + + + com.alibaba + druid + ${druid-version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.7 + 1.7 + + + + + diff --git a/samples/Maven POM/filenames/pom.xml b/samples/Maven POM/filenames/pom.xml new file mode 100644 index 00000000..6e329fd9 --- /dev/null +++ b/samples/Maven POM/filenames/pom.xml @@ -0,0 +1,207 @@ + + + 4.0.0 + renpengben + spring4mvc-jpa + war + 0.0.1-SNAPSHOT + spring4mvc-jpa Maven Webapp + + https://renpengben.github.io + + spring4mvc-jpa + + + UTF-8 + 1.7 + 4.11 + 1.7.7 + 1.2.17 + + 4.0.5.RELEASE + 1.6.0.RELEASE + 2.1_3 + + 5.1.31 + 4.3.5.Final + 5.1.1.Final + 1.0.6 + + + + + + + + junit + junit + ${junit.version} + test + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + log4j + log4j + ${log4j.version} + + + + + + org.springframework + spring-core + ${spring.version} + + + commons-logging + commons-logging + + + + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + + org.springframework + spring-aop + ${spring.version} + + + + org.springframework + spring-expression + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + + + org.springframework + spring-aspects + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-orm + ${spring.version} + + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + test + + + + org.springframework.data + spring-data-jpa + ${spring.data.jpa.version} + + + junit-dep + junit + + + + + cglib + cglib-nodep + ${cglib.version} + + + + + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate + hibernate-validator + ${hibernate-validator.version} + compile + + + + + + mysql + mysql-connector-java + ${mysql.version} + runtime + + + com.alibaba + druid + ${druid-version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.7 + 1.7 + + + + +