http-services(-pro): Add back http-service and move custom http-service
This commit is contained in:
@@ -6,6 +6,7 @@ dependencies {
|
||||
implementation group: 'org.springframework.boot', name: 'spring-boot-devtools', version: '2.1.6.RELEASE'
|
||||
implementation group: 'org.springframework', name: 'spring-jdbc', version: '5.1.8.RELEASE'
|
||||
implementation group: 'org.mapstruct', name: 'mapstruct-jdk8', version: '1.3.0.Final'
|
||||
api project(':runelite-api')
|
||||
api project(':http-api')
|
||||
api project(':cache')
|
||||
implementation group: 'org.sql2o', name: 'sql2o', version: '1.6.0'
|
||||
@@ -14,6 +15,7 @@ dependencies {
|
||||
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
|
||||
implementation group: 'com.github.scribejava', name: 'scribejava-apis', version: '6.7.0'
|
||||
implementation group: 'io.minio', name: 'minio', version: '6.0.8'
|
||||
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '3.10.2'
|
||||
implementation(group: 'redis.clients', name: 'jedis', version: '3.1.0') {
|
||||
exclude(module: 'commons-pool2')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user