Add RethinkDBConnector and RethinkDBService
- Configure dependency
This commit is contained in:
@@ -17,6 +17,10 @@ dependencies {
|
||||
testImplementation 'io.rest-assured:rest-assured'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.32'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.32'
|
||||
implementation ('com.rethinkdb:rethinkdb-driver:2.4.4') {
|
||||
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' // exclude older jackson-databind version
|
||||
}
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' // Manually add newer jackson-databind version without CVE
|
||||
}
|
||||
|
||||
group 'de.w665'
|
||||
|
Reference in New Issue
Block a user