Skip to content

Commit

Permalink
refactor: migrate to bom
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Nov 1, 2023
1 parent 1dd6d7c commit 0c71e63
Show file tree
Hide file tree
Showing 42 changed files with 260 additions and 333 deletions.
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_11
}
}

pluginManager.withPlugin("java-library") {
dependencies {
"api"(platform(project(":hypertrace-core-graphql-platform")))
"annotationProcessor"(platform(project(":hypertrace-core-graphql-platform")))
"testAnnotationProcessor"(platform(project(":hypertrace-core-graphql-platform")))
"testImplementation"(platform(project(":hypertrace-core-graphql-test-platform")))
"compileOnly"(platform(project(":hypertrace-core-graphql-platform")))
}
}
}

dependencyCheck {
Expand Down
5 changes: 5 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

[libraries]
graphql-annotations = { module = "io.github.graphql-java:graphql-java-annotations", version = "9.1" }
graphql-servlet = { module = "com.graphql-java-kickstart:graphql-java-servlet", version = "14.0.0" }
opentelemetry-proto = { module = "io.opentelemetry:opentelemetry-proto", version = "1.1.0-alpha" }
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.10-SNAPSHOT=compileClasspath,runtimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
empty=
empty=annotationProcessor
4 changes: 2 additions & 2 deletions hypertrace-core-graphql-attribute-scope/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

dependencies {
api("com.google.inject:guice")
api("io.reactivex.rxjava3:rxjava")
api(commonLibs.guice)
api(commonLibs.rxjava3)
api(projects.hypertraceCoreGraphqlAttributeStore)
api(projects.hypertraceCoreGraphqlCommonSchema)
// These are kept in a separate project so they can be referenced by other projects without circular dependencies
Expand Down
12 changes: 6 additions & 6 deletions hypertrace-core-graphql-attribute-scope/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
com.google.android:annotations:4.1.1.4=runtimeClasspath
com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
Expand All @@ -29,7 +29,7 @@ com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
io.grpc:grpc-api:1.57.2=runtimeClasspath
io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-context:1.57.2=runtimeClasspath
io.grpc:grpc-core:1.57.2=runtimeClasspath
io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath
Expand All @@ -46,13 +46,13 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.10-SNAPSHOT=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
empty=annotationProcessor
24 changes: 12 additions & 12 deletions hypertrace-core-graphql-attribute-store/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ plugins {
}

dependencies {
api("com.google.inject:guice")
api(commonLibs.guice)
api(projects.hypertraceCoreGraphqlSpi)
api(projects.hypertraceCoreGraphqlContext)

implementation("org.slf4j:slf4j-api")
implementation("io.reactivex.rxjava3:rxjava")
implementation("com.google.guava:guava")
implementation(commonLibs.slf4j2.api)
implementation(commonLibs.rxjava3)
implementation(commonLibs.guava)

implementation("org.hypertrace.core.attribute.service:caching-attribute-service-client")
implementation("org.hypertrace.core.attribute.service:attribute-service-api")
implementation("org.hypertrace.core.grpcutils:grpc-client-rx-utils")
implementation(commonLibs.hypertrace.attributeservice.cachingclient)
implementation(commonLibs.hypertrace.attributeservice.api)
implementation(commonLibs.hypertrace.grpcutils.rx.client)
implementation(projects.hypertraceCoreGraphqlGrpcUtils)
implementation(projects.hypertraceCoreGraphqlRxUtils)

annotationProcessor("org.projectlombok:lombok")
compileOnly("org.projectlombok:lombok")
annotationProcessor(commonLibs.lombok)
compileOnly(commonLibs.lombok)

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation(commonLibs.junit.jupiter)
testImplementation(commonLibs.mockito.core)
testImplementation(commonLibs.mockito.junit)
}

tasks.test {
Expand Down
13 changes: 6 additions & 7 deletions hypertrace-core-graphql-attribute-store/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeCl
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
com.google.android:annotations:4.1.1.4=runtimeClasspath
com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
Expand All @@ -28,7 +28,7 @@ com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-context:1.57.2=runtimeClasspath
io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath
Expand All @@ -45,15 +45,14 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=compileClasspath,runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.10-SNAPSHOT=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=compileClasspath,runtimeClasspath
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=compileClasspath,runtimeClasspath
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.24=annotationProcessor
org.projectlombok:lombok:1.18.28=compileClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
18 changes: 9 additions & 9 deletions hypertrace-core-graphql-common-schema/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ plugins {
}

dependencies {
api("com.google.inject:guice")
api("com.graphql-java:graphql-java")
api(commonLibs.guice)
api(commonLibs.graphql.java)
api(projects.hypertraceCoreGraphqlAttributeStore)
api(projects.hypertraceCoreGraphqlContext)
api("io.reactivex.rxjava3:rxjava")
api("io.github.graphql-java:graphql-java-annotations")
api(commonLibs.rxjava3)
api(localLibs.graphql.annotations)

annotationProcessor("org.projectlombok:lombok")
compileOnly("org.projectlombok:lombok")
annotationProcessor(commonLibs.lombok)
compileOnly(commonLibs.lombok)

compileOnly(projects.hypertraceCoreGraphqlAttributeScopeConstants)

implementation(projects.hypertraceCoreGraphqlDeserialization)
implementation(projects.hypertraceCoreGraphqlSchemaUtils)

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation(commonLibs.junit.jupiter)
testImplementation(commonLibs.mockito.core)
testImplementation(commonLibs.mockito.junit)
}

tasks.test {
Expand Down
13 changes: 6 additions & 7 deletions hypertrace-core-graphql-common-schema/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
com.google.android:annotations:4.1.1.4=runtimeClasspath
com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
Expand All @@ -29,7 +29,7 @@ com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
io.grpc:grpc-api:1.57.2=runtimeClasspath
io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-context:1.57.2=runtimeClasspath
io.grpc:grpc-core:1.57.2=runtimeClasspath
io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath
Expand All @@ -46,15 +46,14 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.10-SNAPSHOT=compileClasspath,runtimeClasspath
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.24=annotationProcessor
org.projectlombok:lombok:1.18.28=compileClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
18 changes: 9 additions & 9 deletions hypertrace-core-graphql-context/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ plugins {
}

dependencies {
api("com.google.inject:guice")
api("com.graphql-java:graphql-java")
api("com.graphql-java-kickstart:graphql-java-servlet")
api(commonLibs.guice)
api(commonLibs.graphql.java)
api(localLibs.graphql.servlet)

implementation(projects.hypertraceCoreGraphqlSpi)
implementation("com.google.guava:guava")
implementation(commonLibs.guava)

annotationProcessor("org.projectlombok:lombok")
compileOnly("org.projectlombok:lombok")
annotationProcessor(commonLibs.lombok)
compileOnly(commonLibs.lombok)

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation(commonLibs.junit.jupiter)
testImplementation(commonLibs.mockito.core)
testImplementation(commonLibs.mockito.junit)
}

tasks.test {
Expand Down
9 changes: 4 additions & 5 deletions hypertrace-core-graphql-context/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeCl
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
Expand All @@ -21,17 +21,16 @@ com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClas
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath
javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.10-SNAPSHOT=compileClasspath,runtimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.24=annotationProcessor
org.projectlombok:lombok:1.18.28=compileClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
22 changes: 11 additions & 11 deletions hypertrace-core-graphql-deserialization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ plugins {
}

dependencies {
api("com.google.inject:guice")
api("com.fasterxml.jackson.core:jackson-databind")
api("com.graphql-java:graphql-java")
api(commonLibs.guice)
api(commonLibs.jackson.databind)
api(commonLibs.graphql.java)

annotationProcessor("org.projectlombok:lombok")
compileOnly("org.projectlombok:lombok")
annotationProcessor(commonLibs.lombok)
compileOnly(commonLibs.lombok)

implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8")
implementation("org.slf4j:slf4j-api")
implementation(commonLibs.jackson.datatype.jsr310)
implementation(commonLibs.jackson.datatype.jdk8)
implementation(commonLibs.slf4j2.api)

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation(commonLibs.junit.jupiter)
testImplementation(commonLibs.mockito.core)
testImplementation(commonLibs.mockito.junit)
}

tasks.test {
Expand Down
9 changes: 4 additions & 5 deletions hypertrace-core-graphql-deserialization/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
Expand All @@ -18,14 +18,13 @@ com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath
org.hypertrace.bom:hypertrace-bom:0.2.10-SNAPSHOT=compileClasspath,runtimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.24=annotationProcessor
org.projectlombok:lombok:1.18.28=compileClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
12 changes: 6 additions & 6 deletions hypertrace-core-graphql-gateway-service-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ plugins {
}

dependencies {
api("com.google.inject:guice")
api("org.hypertrace.gateway.service:gateway-service-api")
api(commonLibs.guice)
api(commonLibs.hypertrace.gatewayservice.api)
api(projects.hypertraceCoreGraphqlAttributeStore)
api("io.reactivex.rxjava3:rxjava")
api(commonLibs.rxjava3)
api(projects.hypertraceCoreGraphqlCommonSchema)
implementation(projects.hypertraceCoreGraphqlGrpcUtils)

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation(commonLibs.junit.jupiter)
testImplementation(commonLibs.mockito.core)
testImplementation(commonLibs.mockito.junit)
}

tasks.test {
Expand Down
Loading

0 comments on commit 0c71e63

Please sign in to comment.