|
1 | 1 | 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") |
5 | 5 | }
|
6 | 6 |
|
7 | 7 | 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") |
13 | 13 |
|
14 |
| - annotationProcessor("org.projectlombok:lombok") |
15 |
| - compileOnly("org.projectlombok:lombok") |
| 14 | + annotationProcessor("org.projectlombok:lombok") |
| 15 | + compileOnly("org.projectlombok:lombok") |
16 | 16 |
|
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") |
24 | 24 | }
|
0 commit comments