INT-1380, added mail sample, modified POM to Log4J 1.2.16 to avoid transient dependencies on artifacts that are nowehere to be found

This commit is contained in:
Oleg Zhurakousky
2010-09-17 13:54:18 -04:00
parent 85a8e77584
commit 9fdd28287f
26 changed files with 504 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
<packaging>jar</packaging>
<properties>
<spring.integration.version>2.0.0.M7</spring.integration.version>
<log4j.version>1.2.15</log4j.version>
<log4j.version>1.2.16</log4j.version>
<junit.version>4.7</junit.version>
</properties>
<dependencies>
@@ -45,4 +45,21 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url>
</repository>
<repository>
<id>repository.springframework.maven.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>repository.springframework.maven.snapshot</id>
<name>Spring Framework Maven Snapshot Repository</name>
<url>http://maven.springframework.org/snapshot</url>
</repository>
</repositories>
</project>