File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
spring-integration-cassandra
src/main/java/org/springframework/integration/cassandra/outbound Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ repositories {
21
21
maven { url ' http://repo.spring.io/libs-snapshot' }
22
22
}
23
23
maven { url ' http://repo.spring.io/libs-milestone' }
24
+ // maven { url 'http://repo.spring.io/libs-staging-local' }
24
25
}
25
26
26
27
if (project. hasProperty(' platformVersion' )) {
37
38
cassandraVersion = ' 2.1.5'
38
39
cassandraUnitVersion = ' 2.1.3.1'
39
40
jacocoVersion = ' 0.7.2.201409121644'
40
- slf4jVersion = ' 1.7.11 '
41
- springDataCassandraVersion = ' 1.2 .0.RELEASE'
42
- springIntegrationVersion = ' 4.1.5 .RELEASE'
41
+ slf4jVersion = ' 1.7.12 '
42
+ springDataCassandraVersion = ' 1.3 .0.RELEASE'
43
+ springIntegrationVersion = ' 4.2.0 .RELEASE'
43
44
44
45
idPrefix = ' cassandra'
45
46
Original file line number Diff line number Diff line change 31
31
import org .springframework .expression .spel .support .StandardEvaluationContext ;
32
32
import org .springframework .expression .spel .support .StandardTypeLocator ;
33
33
import org .springframework .integration .expression .ExpressionUtils ;
34
- import org .springframework .integration .expression .IntegrationEvaluationContextAware ;
35
34
import org .springframework .integration .handler .AbstractReplyProducingMessageHandler ;
36
35
import org .springframework .integration .handler .ExpressionEvaluatingMessageProcessor ;
37
36
import org .springframework .integration .handler .MessageProcessor ;
38
- import org .springframework .integration .util .AbstractExpressionEvaluator ;
39
37
import org .springframework .messaging .Message ;
40
38
import org .springframework .util .Assert ;
41
39
You can’t perform that action at this time.
0 commit comments