Skip to content

Commit 3fd8250

Browse files
author
saxenakshitiz
committed
Address review comments
1 parent aae50fb commit 3fd8250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hypertrace-graphql-entity-schema/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies {
1111
api("io.github.graphql-java:graphql-java-annotations")
1212
api(project(":hypertrace-graphql-metric-schema"))
1313
api("org.hypertrace.core.graphql:hypertrace-core-graphql-common-schema")
14-
api(project(":hypertrace-graphql-labels-schema-api"))
1514

1615
annotationProcessor("org.projectlombok:lombok")
1716
compileOnly("org.projectlombok:lombok")
@@ -30,6 +29,8 @@ dependencies {
3029
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-deserialization")
3130
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-rx-utils")
3231

32+
implementation(project(":hypertrace-graphql-labels-schema-api"))
33+
3334
testImplementation("org.junit.jupiter:junit-jupiter")
3435
testImplementation("org.mockito:mockito-core")
3536
testImplementation("org.mockito:mockito-junit-jupiter")

0 commit comments

Comments
 (0)