Organize dependencies.
This commit is contained in:
@@ -10,10 +10,10 @@ dependencies {
|
||||
|
||||
api project(":spring-geode")
|
||||
|
||||
implementation "jakarta.annotation:jakarta.annotation-api"
|
||||
|
||||
compileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
|
||||
|
||||
implementation "jakarta.annotation:jakarta.annotation-api"
|
||||
|
||||
optional project(':apache-geode-extensions')
|
||||
|
||||
optional "org.springframework.boot:spring-boot-autoconfigure-processor"
|
||||
|
||||
@@ -27,13 +27,14 @@ dependencies {
|
||||
exclude group: "org.skyscreamer", module: "jsonassert"
|
||||
}
|
||||
|
||||
testImplementation "org.testcontainers:testcontainers"
|
||||
testImplementation "jakarta.persistence:jakarta.persistence-api"
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-data-jpa"
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-data-cassandra"
|
||||
testImplementation "org.springframework.data:spring-data-geode-test"
|
||||
testImplementation "org.testcontainers:testcontainers"
|
||||
|
||||
testRuntimeOnly project(':apache-geode-micrometer2')
|
||||
|
||||
testRuntimeOnly "org.hsqldb:hsqldb"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user