From 14d1b4d779cde7c5d2d24ebbd9e6d5035dfe7abc Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 15 Apr 2013 17:17:45 +0800 Subject: [PATCH] simplifying logging dependencies --- pom.xml | 1009 +++++++++++++++++++++++++++---------------------------- 1 file changed, 493 insertions(+), 516 deletions(-) diff --git a/pom.xml b/pom.xml index c7fadad8f..8d686cb08 100644 --- a/pom.xml +++ b/pom.xml @@ -1,537 +1,514 @@ - - 4.0.0 - org.springframework.samples - spring-petclinic - 1.0.0-SNAPSHOT + + 4.0.0 + org.springframework.samples + spring-petclinic + 1.0.0-SNAPSHOT - petclinic - war + petclinic + war + + + + + 1.6 + UTF-8 + UTF-8 - - - - 1.6 - UTF-8 - UTF-8 - - 3.2.2.RELEASE - 1.3.0.RELEASE - + 3.2.2.RELEASE + 1.3.0.RELEASE - - 2.2 - 1.2 + + + 2.2 + 1.2 2.5 - 2.2 - 2.2.7 - 2.2.7-b53 - - - 4.1.9.Final - 1.0.1.Final - - - 1.0.0.GA - 4.3.0.Final - - - 1.4 - 2.6.5 - 2.2.9 + 2.2 + 2.2.7 + 2.2.7-b53 + + + 4.1.9.Final + 1.0.1.Final + + + 1.0.0.GA + 4.3.0.Final + + + 1.4 + 2.6.5 + 2.2.9 + + + 1.7.2 - - 1.7.2 - - 1.0.9 - 1.7.2 - - - 1.0 - - - 4.11 - 1.3 + 1.0.9 + 1.7.2 + + + 1.0 + + + 4.11 + 1.3 - 1.3 - 1.1.1 - 2.2 - 3.1.0.CR1 + 1.3 + 1.1.1 + 2.2 + 3.1.0.CR1 - 2.3.0 - 1.9.2 - 1.9.0 - 0.8.10 - - 5.1.22 - - + 2.3.0 + 1.9.2 + 1.9.0 + 0.8.10 - - - org.jadira.usertype - usertype.core - ${jadira-usertype-core.version} - - - javax.validation - validation-api - ${validation.version} - - - javax.servlet - jstl - ${jstl.version} - - - javax.servlet - servlet-api - ${servlet.version} - provided - - - javax.servlet.jsp - jsp-api - ${jsp.version} - provided - - - javax.xml.bind - jaxb-api - ${jaxb-api.version} - provided - - - com.sun.xml.bind - jaxb-impl - ${jaxb-impl.version} - provided - - - - org.springframework.data - spring-data-jpa - ${spring-data-jpa.version} - - - org.springframework - * - - - - - - 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} - - - quartz - quartz - - - - - 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} - - + 5.1.22 - - - commons-dbcp - commons-dbcp - ${commons-dbcp.version} - runtime - - - - - org.slf4j - jcl-over-slf4j - ${slf4j.version} - runtime - - - org.slf4j - slf4j-api - ${slf4j.version} - runtime - - - org.slf4j - jul-to-slf4j - ${slf4j.version} - runtime - - - ch.qos.logback - logback-classic - ${logback.version} - runtime - - - - - rome - 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 - - - javax.servlet.jsp.jstl - jstl-api - ${jstl.version} - - - org.glassfish.web - jstl-impl - ${jstl.version} - - - javax.el - el-api - ${javax-el.version} - provided - - - - - - - org.hibernate - hibernate-core - ${hibernate.version} - - - asm - asm-attrs - - - - - org.hibernate - hibernate-entitymanager - ${hibernate.version} - - - org.hibernate.javax.persistence - hibernate-jpa-2.0-api - ${hibernate-jpa.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.hamcrest - hamcrest-library - ${hamcrest.version} - test - - - org.hamcrest - hamcrest-core - ${hamcrest.version} - test - - - - org.aspectj - aspectjrt - ${aspectj.version} - - - org.aspectj - aspectjweaver - ${aspectj.version} - runtime - - + org.jadira.usertype + usertype.core + ${jadira-usertype-core.version} + + + javax.validation + validation-api + ${validation.version} + + + javax.servlet + jstl + ${jstl.version} + + + javax.servlet + servlet-api + ${servlet.version} + provided + + + javax.servlet.jsp + jsp-api + ${jsp.version} + provided + + + javax.xml.bind + jaxb-api + ${jaxb-api.version} + provided + + + com.sun.xml.bind + jaxb-impl + ${jaxb-impl.version} + provided + + + + org.springframework.data + spring-data-jpa + ${spring-data-jpa.version} + + + org.springframework + * + + + - - - com.github.dandelion - datatables-jsp - ${dandelion.datatables.version} - - - com.github.dandelion - datatables-export-itext - ${dandelion.datatables.version} - - - com.github.dandelion - datatables-servlet2 - ${dandelion.datatables.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} + + + quartz + quartz + + + + + 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} + - - - install - - - 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-dependency-plugin - 2.6 - - - install - install - - sources - - - - - - 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.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - [1.0.0,) - - enforce - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.4,) - - unpack - sources - - - - - - - - - - - - - + + + + commons-dbcp + commons-dbcp + ${commons-dbcp.version} + runtime + + + + + org.slf4j + slf4j-api + ${slf4j.version} + runtime + + + ch.qos.logback + logback-classic + ${logback.version} + runtime + + + + + rome + 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 + + + javax.servlet.jsp.jstl + jstl-api + ${jstl.version} + + + org.glassfish.web + jstl-impl + ${jstl.version} + + + javax.el + el-api + ${javax-el.version} + provided + + + + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + asm + asm-attrs + + + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + ${hibernate-jpa.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.hamcrest + hamcrest-library + ${hamcrest.version} + test + + + org.hamcrest + hamcrest-core + ${hamcrest.version} + test + + + + org.aspectj + aspectjrt + ${aspectj.version} + + + org.aspectj + aspectjweaver + ${aspectj.version} + runtime + + + + + + com.github.dandelion + datatables-jsp + ${dandelion.datatables.version} + + + com.github.dandelion + datatables-export-itext + ${dandelion.datatables.version} + + + com.github.dandelion + datatables-servlet2 + ${dandelion.datatables.version} + + + + + + + + install + + + 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-dependency-plugin + 2.6 + + + install + install + + sources + + + + + + 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.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0.0,) + + enforce + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.4,) + + unpack + sources + + + + + + + + + + + + + \ No newline at end of file