|
|
|
|
@@ -1,10 +1,10 @@
|
|
|
|
|
dependencyManagement {
|
|
|
|
|
imports {
|
|
|
|
|
mavenBom 'io.projectreactor:reactor-bom:2020.0.7'
|
|
|
|
|
mavenBom 'io.projectreactor:reactor-bom:2020.0.10'
|
|
|
|
|
mavenBom 'org.junit:junit-bom:5.7.1'
|
|
|
|
|
mavenBom 'org.springframework:spring-framework-bom:5.3.8'
|
|
|
|
|
mavenBom 'org.springframework.data:spring-data-bom:2020.0.9'
|
|
|
|
|
mavenBom 'org.springframework.security:spring-security-bom:5.4.6'
|
|
|
|
|
mavenBom 'org.springframework:spring-framework-bom:5.3.9'
|
|
|
|
|
mavenBom 'org.springframework.data:spring-data-bom:2020.0.12'
|
|
|
|
|
mavenBom 'org.springframework.security:spring-security-bom:5.4.8'
|
|
|
|
|
mavenBom 'org.testcontainers:testcontainers-bom:1.15.3'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -14,23 +14,23 @@ dependencyManagement {
|
|
|
|
|
entry 'hazelcast-client'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependency 'org.aspectj:aspectjweaver:1.9.6'
|
|
|
|
|
dependency 'org.aspectj:aspectjweaver:1.9.7'
|
|
|
|
|
dependency 'com.h2database:h2:1.4.200'
|
|
|
|
|
dependency 'com.ibm.db2:jcc:11.5.0.0'
|
|
|
|
|
dependency 'com.microsoft.sqlserver:mssql-jdbc:7.4.1.jre8'
|
|
|
|
|
dependency 'com.oracle.database.jdbc:ojdbc8:19.8.0.0'
|
|
|
|
|
dependency 'com.zaxxer:HikariCP:3.4.5'
|
|
|
|
|
dependency 'edu.umd.cs.mtc:multithreadedtc:1.01'
|
|
|
|
|
dependency 'io.lettuce:lettuce-core:6.0.5.RELEASE'
|
|
|
|
|
dependency 'io.lettuce:lettuce-core:6.0.7.RELEASE'
|
|
|
|
|
dependency 'javax.annotation:javax.annotation-api:1.3.2'
|
|
|
|
|
dependency 'javax.servlet:javax.servlet-api:4.0.1'
|
|
|
|
|
dependency 'junit:junit:4.13.2'
|
|
|
|
|
dependency 'mysql:mysql-connector-java:8.0.23'
|
|
|
|
|
dependency 'mysql:mysql-connector-java:8.0.25'
|
|
|
|
|
dependency 'org.apache.derby:derby:10.14.2.0'
|
|
|
|
|
dependency 'org.assertj:assertj-core:3.18.0'
|
|
|
|
|
dependency 'org.hsqldb:hsqldb:2.5.1'
|
|
|
|
|
dependency 'org.mariadb.jdbc:mariadb-java-client:2.7.3'
|
|
|
|
|
dependency 'org.mockito:mockito-core:3.5.15'
|
|
|
|
|
dependency 'org.postgresql:postgresql:42.2.18'
|
|
|
|
|
dependency 'org.postgresql:postgresql:42.2.23'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|