File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
hypertrace-graphql-entity-schema Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ dependencies {
11
11
api(" io.github.graphql-java:graphql-java-annotations" )
12
12
api(project(" :hypertrace-graphql-metric-schema" ))
13
13
api(" org.hypertrace.core.graphql:hypertrace-core-graphql-common-schema" )
14
- api(project(" :hypertrace-graphql-labels-schema-api" ))
15
14
16
15
annotationProcessor(" org.projectlombok:lombok" )
17
16
compileOnly(" org.projectlombok:lombok" )
@@ -30,6 +29,8 @@ dependencies {
30
29
implementation(" org.hypertrace.core.graphql:hypertrace-core-graphql-deserialization" )
31
30
implementation(" org.hypertrace.core.graphql:hypertrace-core-graphql-rx-utils" )
32
31
32
+ implementation(project(" :hypertrace-graphql-labels-schema-api" ))
33
+
33
34
testImplementation(" org.junit.jupiter:junit-jupiter" )
34
35
testImplementation(" org.mockito:mockito-core" )
35
36
testImplementation(" org.mockito:mockito-junit-jupiter" )
You can’t perform that action at this time.
0 commit comments