http-services(-pro): Add back http-service and move custom http-service

This commit is contained in:
Owain van Brakel
2019-08-09 05:22:26 +02:00
parent f85b1254cd
commit 3a92e3b008
109 changed files with 8699 additions and 112 deletions

View File

@@ -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')
}