@@ -39,6 +39,7 @@ allprojects {
39
39
maven { url ' https://repo.spring.io/plugins-release' }
40
40
maven { url " https://repo.spring.io/libs-snapshot" }
41
41
42
+ maven { url ' https://m2.neo4j.org/content/repositories/snapshots' }
42
43
maven { url ' https://m2.neo4j.org/content/repositories/releases' }
43
44
mavenCentral()
44
45
}
@@ -55,8 +56,7 @@ allprojects {
55
56
springDataGemfireVersion = ' 2.0.0.BUILD-SNAPSHOT'
56
57
springDataJpaVersion = ' 2.0.0.BUILD-SNAPSHOT'
57
58
springDataMongodbVersion = ' 2.0.0.BUILD-SNAPSHOT'
58
- springDataNeo4jVersion = ' 3.4.5.RELEASE'
59
- springDataNeo4j4Version = ' 5.0.0.BUILD-SNAPSHOT' // ?
59
+ springDataNeo4jVersion = ' 5.0.0.BUILD-SNAPSHOT'
60
60
springIntegrationVersion = ' 5.0.0.BUILD-SNAPSHOT'
61
61
springLdapVersion = ' 2.0.4.RELEASE'
62
62
@@ -84,7 +84,7 @@ allprojects {
84
84
javaxTransactionVersion = ' 1.2'
85
85
jbatchTckSpi = ' 1.0'
86
86
jettisonVersion = ' 1.2'
87
- jmsVersion = ' 1.1-rev- 1'
87
+ jmsVersion = ' 2.0. 1'
88
88
jtdsVersion = ' 1.3.1' // ?
89
89
junitVersion = ' 4.12'
90
90
log4jVersion = ' 1.2.17'
@@ -333,7 +333,7 @@ project('spring-batch-infrastructure') {
333
333
334
334
testRuntime " org.beanshell:bsh:$beanshellVersion "
335
335
336
- optional " javax.jms:jms-api:$jmsVersion "
336
+ optional " javax.jms:javax. jms-api:$jmsVersion "
337
337
optional " org.slf4j:slf4j-log4j12:$slf4jVersion "
338
338
optional " org.codehaus.jackson:jackson-mapper-asl:$jacksonVersion "
339
339
compile(" org.hibernate:hibernate-core:$hibernateVersion " ) { dep ->
@@ -392,43 +392,6 @@ project('spring-batch-infrastructure') {
392
392
}
393
393
}
394
394
395
- project(' spring-batch-infrastructure-neo4j4' ) {
396
-
397
- merge. into = project(' :spring-batch-infrastructure' )
398
-
399
- dependencies {
400
- optional (" org.springframework.data:spring-data-neo4j:$springDataNeo4j4Version " ) {
401
- exclude group : ' org.springframework' , module : ' spring-core'
402
- exclude group : ' org.springframework' , module : ' spring-aspects'
403
- exclude group : ' org.springframework' , module : ' spring-web'
404
- exclude group : ' org.springframework' , module : ' spring-context'
405
- exclude group : ' org.springframework' , module : ' spring-tx'
406
- exclude group : ' org.springframework' , module : ' spring-beans'
407
- exclude group : ' org.springframework' , module : ' spring-aop'
408
- exclude group : ' org.springframework' , module : ' spring-expression'
409
- }
410
- optional " org.springframework:spring-core:$springVersion "
411
- optional " org.springframework:spring-context:$springVersion "
412
- optional " org.springframework:spring-aspects:$springVersion "
413
- optional " org.springframework:spring-web:$springVersion "
414
- optional " org.springframework:spring-tx:$springVersion "
415
- optional " org.springframework:spring-beans:$springVersion "
416
- optional " org.springframework:spring-aop:$springVersion "
417
- optional " org.springframework:spring-expression:$springVersion "
418
- testCompile " org.mockito:mockito-core:$mockitoVersion "
419
- testCompile " junit:junit:${ junitVersion} "
420
- }
421
-
422
- if (project. hasProperty(' platformVersion' )) {
423
- def dataNeo4jVersion = dependencyManagement. springIoTestRuntime. managedVersions[' org.springframework.data:spring-data-neo4j' ]
424
- if (dataNeo4jVersion?. startsWith(' 3.' )) {
425
- tasks. withType(Test ). matching { it. name =~ " springIoJdk.Test" }. all {
426
- enabled false
427
- }
428
- }
429
- }
430
- }
431
-
432
395
project(' spring-batch-core-tests' ) {
433
396
description = ' Spring Batch Core Tests'
434
397
project. tasks. findByPath(" artifactoryPublish" )?. enabled = false
@@ -470,7 +433,7 @@ project('spring-batch-infrastructure-tests') {
470
433
project. tasks. findByPath(" artifactoryPublish" )?. enabled = false
471
434
dependencies {
472
435
compile project(" :spring-batch-infrastructure" )
473
- compile " javax.jms:jms-api:1.1-rev-1 "
436
+ compile " javax.jms:javax. jms-api:$j msVersion "
474
437
compile " commons-dbcp:commons-dbcp:$commonsDdbcpVersion "
475
438
compile " org.springframework:spring-tx:$springVersion "
476
439
compile " org.springframework:spring-aop:$springVersion "
@@ -580,7 +543,7 @@ project('spring-batch-integration') {
580
543
}
581
544
testCompile " org.springframework.integration:spring-integration-jdbc:$springIntegrationVersion "
582
545
583
- optional " javax.jms:jms-api:$jmsVersion "
546
+ optional " javax.jms:javax. jms-api:$jmsVersion "
584
547
optional " org.slf4j:slf4j-log4j12:$slf4jVersion "
585
548
optional " log4j:log4j:$log4jVersion "
586
549
optional " org.springframework.integration:spring-integration-jms:$springIntegrationVersion "
0 commit comments