Skip to content

Commit 880938f

Browse files
address review comments
1 parent 18e4d58 commit 880938f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
plugins {
2-
`java-library`
3-
jacoco
4-
id("org.hypertrace.jacoco-report-plugin")
2+
`java-library`
3+
jacoco
4+
id("org.hypertrace.jacoco-report-plugin")
55
}
66

77
dependencies {
8-
api("com.google.inject:guice")
9-
api("com.graphql-java:graphql-java")
10-
api("org.hypertrace.core.graphql:hypertrace-core-graphql-common-schema")
11-
api("org.hypertrace.core.graphql:hypertrace-core-graphql-spi")
12-
api("io.github.graphql-java:graphql-java-annotations")
8+
api("com.google.inject:guice")
9+
api("com.graphql-java:graphql-java")
10+
api("org.hypertrace.core.graphql:hypertrace-core-graphql-common-schema")
11+
api("org.hypertrace.core.graphql:hypertrace-core-graphql-spi")
12+
api("io.github.graphql-java:graphql-java-annotations")
1313

14-
annotationProcessor("org.projectlombok:lombok")
15-
compileOnly("org.projectlombok:lombok")
14+
annotationProcessor("org.projectlombok:lombok")
15+
compileOnly("org.projectlombok:lombok")
1616

17-
implementation(project(":hypertrace-graphql-service-config"))
18-
implementation("org.hypertrace.config.service:span-processing-config-service-api")
19-
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-context")
20-
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-grpc-utils")
21-
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-deserialization")
22-
implementation("org.slf4j:slf4j-api")
23-
implementation("io.reactivex.rxjava3:rxjava")
17+
implementation(project(":hypertrace-graphql-service-config"))
18+
implementation("org.hypertrace.config.service:span-processing-config-service-api")
19+
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-context")
20+
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-grpc-utils")
21+
implementation("org.hypertrace.core.graphql:hypertrace-core-graphql-deserialization")
22+
implementation("org.slf4j:slf4j-api")
23+
implementation("io.reactivex.rxjava3:rxjava")
2424
}

0 commit comments

Comments
 (0)