|
53 | 53 | <url>https://github.com/spring-projects/spring-integration-samples</url> |
54 | 54 | </scm> |
55 | 55 | <dependencies> |
| 56 | + <dependency> |
| 57 | + <groupId>org.springframework.integration</groupId> |
| 58 | + <artifactId>spring-integration-rmi</artifactId> |
| 59 | + <version>4.2.2.RELEASE</version> |
| 60 | + <scope>compile</scope> |
| 61 | + </dependency> |
56 | 62 | <dependency> |
57 | 63 | <groupId>junit</groupId> |
58 | 64 | <artifactId>junit</artifactId> |
|
65 | 71 | <version>1.3</version> |
66 | 72 | <scope>test</scope> |
67 | 73 | </dependency> |
68 | | - <dependency> |
69 | | - <groupId>org.springframework.integration</groupId> |
70 | | - <artifactId>spring-integration-jmx</artifactId> |
71 | | - <version>4.2.0.RELEASE</version> |
72 | | - <scope>compile</scope> |
73 | | - </dependency> |
74 | 74 | <dependency> |
75 | 75 | <groupId>org.codehaus.groovy</groupId> |
76 | 76 | <artifactId>groovy-all</artifactId> |
77 | 77 | <version>2.3.0</version> |
78 | 78 | <scope>compile</scope> |
79 | 79 | </dependency> |
80 | | - <dependency> |
81 | | - <groupId>org.springframework.integration</groupId> |
82 | | - <artifactId>spring-integration-stream</artifactId> |
83 | | - <version>4.2.0.RELEASE</version> |
84 | | - <scope>compile</scope> |
85 | | - </dependency> |
86 | 80 | <dependency> |
87 | 81 | <groupId>org.springframework.integration</groupId> |
88 | 82 | <artifactId>spring-integration-groovy</artifactId> |
89 | | - <version>4.2.0.RELEASE</version> |
| 83 | + <version>4.2.2.RELEASE</version> |
90 | 84 | <scope>compile</scope> |
91 | 85 | </dependency> |
92 | 86 | <dependency> |
|
98 | 92 | <dependency> |
99 | 93 | <groupId>org.springframework</groupId> |
100 | 94 | <artifactId>spring-test</artifactId> |
101 | | - <version>4.2.0.RELEASE</version> |
| 95 | + <version>4.2.3.RELEASE</version> |
102 | 96 | <scope>test</scope> |
103 | 97 | </dependency> |
| 98 | + <dependency> |
| 99 | + <groupId>org.springframework.integration</groupId> |
| 100 | + <artifactId>spring-integration-jmx</artifactId> |
| 101 | + <version>4.2.2.RELEASE</version> |
| 102 | + <scope>compile</scope> |
| 103 | + </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>log4j</groupId> |
106 | 106 | <artifactId>log4j</artifactId> |
|
121 | 121 | </dependency> |
122 | 122 | <dependency> |
123 | 123 | <groupId>org.springframework.integration</groupId> |
124 | | - <artifactId>spring-integration-rmi</artifactId> |
125 | | - <version>4.2.0.RELEASE</version> |
| 124 | + <artifactId>spring-integration-stream</artifactId> |
| 125 | + <version>4.2.2.RELEASE</version> |
126 | 126 | <scope>compile</scope> |
127 | 127 | </dependency> |
128 | 128 | </dependencies> |
|
0 commit comments