forked from Hithomelabs/CFTunnels
14 lines
535 B
Groovy
14 lines
535 B
Groovy
dependencies {
|
|
implementation 'org.springframework:spring-context'
|
|
implementation 'org.springframework:spring-web'
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
|
implementation 'org.apache.httpcomponents.client5:httpclient5'
|
|
|
|
compileOnly 'org.projectlombok:lombok'
|
|
annotationProcessor 'org.projectlombok:lombok'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
|
testImplementation 'org.mockito:mockito-core'
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
|
}
|