Added log4j to parent pom for samples, and replaced the inbound-channel-adapter with message-driven-channel-adapter in the JMS ChannelAdapterDemo sample.

This commit is contained in:
Mark Fisher
2009-07-16 21:11:14 +00:00
parent fdfb537a16
commit b54382efae
3 changed files with 46 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
<packaging>pom</packaging>
<name>Spring Integration Samples</name>
<properties>
<release.version>1.0.3.BUILD-SNAPSHOT</release.version>
<release.version>1.0.3.RELEASE</release.version>
</properties>
<modules>
<module>cafe</module>
@@ -24,18 +24,11 @@
</modules>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>org.springframework.integration.stream</artifactId>
<version>${release.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>org.springframework.integration</artifactId>
<version>${release.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>org.springframework.integration.adapter</artifactId>
@@ -81,6 +74,11 @@
<artifactId>org.springframework.integration.security</artifactId>
<version>${release.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>org.springframework.integration.stream</artifactId>
<version>${release.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>org.springframework.integration.ws</artifactId>
@@ -91,7 +89,11 @@
<artifactId>org.springframework.integration.xml</artifactId>
<version>${release.version}</version>
</dependency>
<!-- -->
<dependency>
<groupId>org.apache.log4j</groupId>
<artifactId>com.springsource.org.apache.log4j</artifactId>
<version>1.2.15</version>
</dependency>
</dependencies>
<build>
<resources>