Skip to content

Commit

Permalink
refactor: initial locks, plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Nov 1, 2023
1 parent ccf1b9b commit 1dd6d7c
Show file tree
Hide file tree
Showing 33 changed files with 976 additions and 21 deletions.
12 changes: 4 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
plugins {
id("org.hypertrace.repository-plugin") version "0.4.2"
id("org.hypertrace.ci-utils-plugin") version "0.3.2"
id("org.hypertrace.jacoco-report-plugin") version "0.2.1" apply false
id("org.hypertrace.docker-java-application-plugin") version "0.9.9" apply false
id("org.hypertrace.docker-publish-plugin") version "0.9.9" apply false
id("org.hypertrace.code-style-plugin") version "1.2.0" apply false
id("org.owasp.dependencycheck") version "8.2.1"
alias(commonLibs.plugins.hypertrace.ciutils)
alias(commonLibs.plugins.hypertrace.codestyle) apply false
alias(commonLibs.plugins.owasp.dependencycheck)
}

subprojects {
group = "org.hypertrace.core.graphql"
pluginManager.withPlugin("java") {
apply(plugin = "org.hypertrace.code-style-plugin")
apply(plugin = commonLibs.plugins.hypertrace.codestyle.get().pluginId)
configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +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
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
empty=
58 changes: 58 additions & 0 deletions hypertrace-core-graphql-attribute-scope/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 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.
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
com.auth0:java-jwt:4.4.0=runtimeClasspath
com.auth0:jwks-rsa:0.22.0=runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
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.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
com.google.code.gson:gson:2.10.1=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath
com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath
com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath
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-context:1.57.2=runtimeClasspath
io.grpc:grpc-core:1.57.2=runtimeClasspath
io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath
io.grpc:grpc-protobuf:1.57.2=runtimeClasspath
io.grpc:grpc-stub:1.57.2=runtimeClasspath
io.netty:netty-bom:4.1.100.Final=runtimeClasspath
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
javax.annotation:javax.annotation-api:1.3.2=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.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.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=
2 changes: 1 addition & 1 deletion hypertrace-core-graphql-attribute-store/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
jacoco
id("org.hypertrace.jacoco-report-plugin")
alias(commonLibs.plugins.hypertrace.jacoco)
}

dependencies {
Expand Down
59 changes: 59 additions & 0 deletions hypertrace-core-graphql-attribute-store/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# 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.
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
com.auth0:java-jwt:4.4.0=runtimeClasspath
com.auth0:jwks-rsa:0.22.0=runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
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.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
com.google.code.gson:gson:2.10.1=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath
com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath
com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath
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-context:1.57.2=runtimeClasspath
io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath
io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.100.Final=runtimeClasspath
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
javax.annotation:javax.annotation-api:1.3.2=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.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.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.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
2 changes: 1 addition & 1 deletion hypertrace-core-graphql-common-schema/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
jacoco
id("org.hypertrace.jacoco-report-plugin")
alias(commonLibs.plugins.hypertrace.jacoco)
}

dependencies {
Expand Down
60 changes: 60 additions & 0 deletions hypertrace-core-graphql-common-schema/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# 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.
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
com.auth0:java-jwt:4.4.0=runtimeClasspath
com.auth0:jwks-rsa:0.22.0=runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
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.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
com.google.code.gson:gson:2.10.1=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath
com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath
com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath
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-context:1.57.2=runtimeClasspath
io.grpc:grpc-core:1.57.2=runtimeClasspath
io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath
io.grpc:grpc-protobuf:1.57.2=runtimeClasspath
io.grpc:grpc-stub:1.57.2=runtimeClasspath
io.netty:netty-bom:4.1.100.Final=runtimeClasspath
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
javax.annotation:javax.annotation-api:1.3.2=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.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.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.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
2 changes: 1 addition & 1 deletion hypertrace-core-graphql-context/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
jacoco
id("org.hypertrace.jacoco-report-plugin")
alias(commonLibs.plugins.hypertrace.jacoco)
}

dependencies {
Expand Down
37 changes: 37 additions & 0 deletions hypertrace-core-graphql-context/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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.
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
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.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
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath
com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath
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
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.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.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
2 changes: 1 addition & 1 deletion hypertrace-core-graphql-deserialization/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
jacoco
id("org.hypertrace.jacoco-report-plugin")
alias(commonLibs.plugins.hypertrace.jacoco)
}

dependencies {
Expand Down
31 changes: 31 additions & 0 deletions hypertrace-core-graphql-deserialization/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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.
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
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.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
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath
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
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.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.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
jacoco
id("org.hypertrace.jacoco-report-plugin")
alias(commonLibs.plugins.hypertrace.jacoco)
}

dependencies {
Expand Down
Loading

0 comments on commit 1dd6d7c

Please sign in to comment.