INT-1176: added scope= attribute to channels and removed thread-local-channel

This commit is contained in:
David Syer
2010-06-17 11:07:37 +00:00
parent 49558ea82f
commit 8df7265abb
14 changed files with 169 additions and 316 deletions

View File

@@ -32,6 +32,10 @@
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<!-- test-scoped dependencies -->
<dependency>
<groupId>org.easymock</groupId>