From 5c840a69608aacd77a5e7c95b2eff29dd1dcfe10 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 25 Mar 2008 05:39:36 +0000 Subject: [PATCH] [BATCH-271] tweak dependencies to ensure optional where appropriate --- pom.xml | 61 ++++++++++++------------- spring-batch-core/pom.xml | 2 +- spring-batch-infrastructure/pom.xml | 12 ++--- spring-batch-integration/pom.xml | 71 +++++++++++++++++------------ spring-batch-samples/pom.xml | 15 +++--- 5 files changed, 84 insertions(+), 77 deletions(-) diff --git a/pom.xml b/pom.xml index 160cbad7b..a48fc9312 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ - 4.0.0 org.springframework.batch spring-batch @@ -9,10 +8,8 @@ - 1.0.0.-SNAPSHOT pom - spring-batch-infrastructure spring-batch-core @@ -20,7 +17,6 @@ spring-batch-integration docs - http://www.springframework.org/spring-batch SpringSource @@ -28,11 +24,9 @@ http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk - - scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk + scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk - - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk @@ -62,12 +56,10 @@ http://www.apache.org/licenses/LICENSE-2.0.txt - true 2.5.2 - default @@ -80,9 +72,7 @@ static.springframework.org - - scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch - + scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch @@ -112,6 +102,13 @@ http://repository.atlassian.com/maven2 + + + apache-snapshot + Apache Foundation Snapshot Repository + http://people.apache.org/maven-snapshot-repository + + @@ -159,8 +156,7 @@ ]]> - + @@ -176,7 +172,6 @@ - http://www.springframework.org/download @@ -194,7 +189,6 @@ s3://maven.springframework.org/snapshot - @@ -245,8 +239,7 @@ Creating Emma reports - + @@ -341,7 +334,6 @@ - @@ -537,6 +529,23 @@ spring-web ${spring.framework.version} + + org.springframework.ws + spring-oxm + 1.0.3 + test + true + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + xerces xercesImpl @@ -545,7 +554,6 @@ - true @@ -592,7 +600,6 @@ - dsyer @@ -616,7 +623,6 @@ robert.kasanicky@accenture.com - spring-release @@ -633,18 +639,12 @@ Spring Portfolio External Repository http://s3.amazonaws.com/maven.springframework.org/external - - apache-snapshot - Apache Foundation Snapshot Repository - http://people.apache.org/maven-snapshot-repository - objectstyle ObjectStyle.org Repository http://objectstyle.org/maven2/ - spring-external @@ -661,5 +661,4 @@ https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext - - \ No newline at end of file + diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 31e0628ae..ce6db6635 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -248,4 +248,4 @@ - \ No newline at end of file + diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index dd3f32158..0badd449c 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -1,5 +1,5 @@ - - + 4.0.0 spring-batch-infrastructure jar @@ -8,14 +8,12 @@ - org.springframework.batch spring-batch 1.0.0.-SNAPSHOT .. - clover @@ -38,7 +36,6 @@ - @@ -56,7 +53,6 @@ - junit @@ -134,7 +130,7 @@ org.springframework.ws spring-oxm - 1.0.0 + 1.0.3 true @@ -207,7 +203,6 @@ true - @@ -216,5 +211,4 @@ - diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index 488228307..8505b7f9b 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -1,13 +1,10 @@ - - + 4.0.0 spring-batch-integration jar Integration Tests - - Integration tests for the Spring Batch Infrastructure - - + Integration tests for the Spring Batch Infrastructure org.springframework.batch 1.0.0.-SNAPSHOT @@ -15,16 +12,24 @@ .. - - - true - + + + notest + + true + + + true + + + + org.springframework.batch spring-batch-infrastructure - ${project.version} + ${pom.version} hsqldb @@ -34,11 +39,13 @@ commons-io commons-io + test org.apache.derby derby 10.2.1.6 + test org.apache.activemq @@ -49,15 +56,25 @@ commons-logging commons-logging + + commons-logging + commons-logging-api + mx4j mx4j org.apache.geronimo.specs - - geronimo-j2ee-management_1.0_spec - + geronimo-j2ee-management_1.0_spec + + + org.apache.activemq + activeio-core + + + org.apache.camel + camel-core test @@ -89,7 +106,8 @@ org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec - 1.0-M1 + 1.0.1 + test xmlunit @@ -101,19 +119,7 @@ org.springframework.ws spring-oxm - 1.0.0 test - true - - - org.springframework - spring-beans - - - org.springframework - spring-core - - org.codehaus.castor @@ -132,18 +138,18 @@ xerces xercesImpl 2.4.0 - true + test stax stax - true + test com.thoughtworks.xstream xstream 1.2.1 - true + test @@ -166,6 +172,11 @@ spring-tx test + + org.springframework + spring-aop + test + diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 300a975b1..087acf0a3 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 spring-batch-samples jar @@ -7,14 +8,12 @@ - org.springframework.batch spring-batch 1.0.0.-SNAPSHOT .. - clover @@ -37,7 +36,6 @@ - org.springframework.batch @@ -92,6 +90,12 @@ aspectjweaver test + + mysql + mysql-connector-java + 5.1.6 + test + hsqldb hsqldb @@ -237,7 +241,6 @@ true - @@ -345,4 +348,4 @@ - \ No newline at end of file +