@@ -39,6 +39,7 @@ allprojects {
3939 maven { url ' https://repo.spring.io/plugins-release' }
4040 maven { url " https://repo.spring.io/libs-snapshot" }
4141
42+ maven { url ' https://m2.neo4j.org/content/repositories/snapshots' }
4243 maven { url ' https://m2.neo4j.org/content/repositories/releases' }
4344 mavenCentral()
4445 }
@@ -55,8 +56,7 @@ allprojects {
5556 springDataGemfireVersion = ' 2.0.0.BUILD-SNAPSHOT'
5657 springDataJpaVersion = ' 2.0.0.BUILD-SNAPSHOT'
5758 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'
6060 springIntegrationVersion = ' 5.0.0.BUILD-SNAPSHOT'
6161 springLdapVersion = ' 2.0.4.RELEASE'
6262
@@ -84,7 +84,7 @@ allprojects {
8484 javaxTransactionVersion = ' 1.2'
8585 jbatchTckSpi = ' 1.0'
8686 jettisonVersion = ' 1.2'
87- jmsVersion = ' 1.1-rev- 1'
87+ jmsVersion = ' 2.0. 1'
8888 jtdsVersion = ' 1.3.1' // ?
8989 junitVersion = ' 4.12'
9090 log4jVersion = ' 1.2.17'
@@ -333,7 +333,7 @@ project('spring-batch-infrastructure') {
333333
334334 testRuntime " org.beanshell:bsh:$beanshellVersion "
335335
336- optional " javax.jms:jms-api:$jmsVersion "
336+ optional " javax.jms:javax. jms-api:$jmsVersion "
337337 optional " org.slf4j:slf4j-log4j12:$slf4jVersion "
338338 optional " org.codehaus.jackson:jackson-mapper-asl:$jacksonVersion "
339339 compile(" org.hibernate:hibernate-core:$hibernateVersion " ) { dep ->
@@ -392,43 +392,6 @@ project('spring-batch-infrastructure') {
392392 }
393393}
394394
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-
432395project(' spring-batch-core-tests' ) {
433396 description = ' Spring Batch Core Tests'
434397 project. tasks. findByPath(" artifactoryPublish" )?. enabled = false
@@ -470,7 +433,7 @@ project('spring-batch-infrastructure-tests') {
470433 project. tasks. findByPath(" artifactoryPublish" )?. enabled = false
471434 dependencies {
472435 compile project(" :spring-batch-infrastructure" )
473- compile " javax.jms:jms-api:1.1-rev-1 "
436+ compile " javax.jms:javax. jms-api:$j msVersion "
474437 compile " commons-dbcp:commons-dbcp:$commonsDdbcpVersion "
475438 compile " org.springframework:spring-tx:$springVersion "
476439 compile " org.springframework:spring-aop:$springVersion "
@@ -580,7 +543,7 @@ project('spring-batch-integration') {
580543 }
581544 testCompile " org.springframework.integration:spring-integration-jdbc:$springIntegrationVersion "
582545
583- optional " javax.jms:jms-api:$jmsVersion "
546+ optional " javax.jms:javax. jms-api:$jmsVersion "
584547 optional " org.slf4j:slf4j-log4j12:$slf4jVersion "
585548 optional " log4j:log4j:$log4jVersion "
586549 optional " org.springframework.integration:spring-integration-jms:$springIntegrationVersion "
0 commit comments