diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index c705ec07f..7c0b53b4e 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 spring-batch-infrastructure-tests Infrastructure Tests @@ -20,8 +21,27 @@ - stax - stax + javax.xml.bind + jaxb-api + provided + true + 2.1 + + + javax.xml.stream + stax-api + + + javax.activation + activation + + + + + com.sun.xml.bind + jaxb-impl + 2.1.5 + provided diff --git a/spring-batch-infrastructure-tests/src/test/resources/log4j.properties b/spring-batch-infrastructure-tests/src/test/resources/log4j.properties index baba01bdc..8137e5c91 100644 --- a/spring-batch-infrastructure-tests/src/test/resources/log4j.properties +++ b/spring-batch-infrastructure-tests/src/test/resources/log4j.properties @@ -8,6 +8,6 @@ log4j.category.org.apache.activemq=ERROR # log4j.category.org.springframework=DEBUG # log4j.category.org.springframework.jdbc=DEBUG # log4j.category.org.springframework.jms=DEBUG -log4j.category.org.springframework.batch=DEBUG +# log4j.category.org.springframework.batch=DEBUG log4j.category.org.springframework.batch.support=INFO # log4j.category.org.springframework.retry=DEBUG