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 {
|
dependencies {
|
||||||
implementation 'org.springframework.boot:spring-boot-starter'
|
implementation 'com.google.inject:guice:5.1.0'
|
||||||
implementation 'org.flywaydb:flyway-core'
|
implementation 'com.twitter:finagle-http_2.12:22.7.0'
|
||||||
implementation 'org.flywaydb:flyway-mysql'
|
implementation 'com.twitter:finagle-thrift_2.11:21.2.0'
|
||||||
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
|
|
||||||
runtimeOnly 'mysql:mysql-connector-java'
|
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user