Added gson dependency
This commit is contained in:
parent
01b33d11e9
commit
ee8255df7b
@ -30,6 +30,8 @@ dependencies {
|
|||||||
annotationProcessor 'org.projectlombok:lombok'
|
annotationProcessor 'org.projectlombok:lombok'
|
||||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||||
implementation 'com.rethinkdb:rethinkdb-driver:2.4.4'
|
implementation 'com.rethinkdb:rethinkdb-driver:2.4.4'
|
||||||
|
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
||||||
|
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named('test') {
|
tasks.named('test') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user