Removed spring and added guice and finagle http and thrift dependencies
This commit is contained in:
parent
a95a71a938
commit
eb4ee1b455
@ -11,11 +11,9 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter'
|
||||
implementation 'org.flywaydb:flyway-core'
|
||||
implementation 'org.flywaydb:flyway-mysql'
|
||||
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
|
||||
runtimeOnly 'mysql:mysql-connector-java'
|
||||
implementation 'com.google.inject:guice:5.1.0'
|
||||
implementation 'com.twitter:finagle-http_2.12:22.7.0'
|
||||
implementation 'com.twitter:finagle-thrift_2.11:21.2.0'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user