Fix logging dependencies, and upgrade Spring Integration
This commit is contained in:
committed by
Michael Minella
parent
db5d76b239
commit
2397b8bfb5
@@ -10,7 +10,7 @@
|
||||
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
||||
<spring.batch.version>2.1.6.RELEASE</spring.batch.version>
|
||||
<spring.framework.version>3.0.5.RELEASE</spring.framework.version>
|
||||
<spring.integration.version>2.0.0.RELEASE</spring.integration.version>
|
||||
<spring.integration.version>2.0.3.RELEASE</spring.integration.version>
|
||||
</properties>
|
||||
<profiles>
|
||||
<profile>
|
||||
@@ -344,18 +344,18 @@
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
<version>1.6.1</version>
|
||||
<version>1.5.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.6.1</version>
|
||||
<version>1.5.8</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>1.6.1</version>
|
||||
<version>1.5.8</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -38,6 +38,10 @@
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user