Skip to content

Commit

Permalink
build: remove spring context dependency from honeybadger
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnichols committed Mar 17, 2023
1 parent 80a5d62 commit 26a0506
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 63 deletions.
14 changes: 7 additions & 7 deletions encryption-service-jasypt/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.0=testRuntimeClasspath
com.mx.path-core:gateway:1.9.0=testRuntimeClasspath
com.mx.path-core:messaging:1.9.0=testRuntimeClasspath
com.mx.path-core:platform:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.0=testRuntimeClasspath
com.mx.path-core:common:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.1=testRuntimeClasspath
com.mx.path-core:gateway:1.9.1=testRuntimeClasspath
com.mx.path-core:messaging:1.9.1=testRuntimeClasspath
com.mx.path-core:platform:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.1=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions encryption-service-vault/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.0=testRuntimeClasspath
com.mx.path-core:gateway:1.9.0=testRuntimeClasspath
com.mx.path-core:messaging:1.9.0=testRuntimeClasspath
com.mx.path-core:platform:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.0=testRuntimeClasspath
com.mx.path-core:common:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.1=testRuntimeClasspath
com.mx.path-core:gateway:1.9.1=testRuntimeClasspath
com.mx.path-core:messaging:1.9.1=testRuntimeClasspath
com.mx.path-core:platform:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.1=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
1 change: 0 additions & 1 deletion exception-reporter-honeybadger/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dependencies {
implementation "io.honeybadger:honeybadger-java:[2.0,3.0["
implementation "net.logstash.logback:logstash-logback-encoder:[6.0,7.0["
implementation "org.springframework:spring-context:[5.3.0,5.4.0["

//testing dependencies
testImplementation "org.mockito:mockito-inline:[4.0,5.0["
Expand Down
20 changes: 7 additions & 13 deletions exception-reporter-honeybadger/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=chec
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.jcabi:jcabi-log:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.jcabi:jcabi-manifests:1.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.0=testRuntimeClasspath
com.mx.path-core:gateway:1.9.0=testRuntimeClasspath
com.mx.path-core:messaging:1.9.0=testRuntimeClasspath
com.mx.path-core:platform:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.0=testRuntimeClasspath
com.mx.path-core:common:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.1=testRuntimeClasspath
com.mx.path-core:gateway:1.9.1=testRuntimeClasspath
com.mx.path-core:messaging:1.9.1=testRuntimeClasspath
com.mx.path-core:platform:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.1=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down Expand Up @@ -120,12 +120,6 @@ org.slf4j:slf4j-api:2.0.6=compileClasspath,runtimeClasspath,testCompileClasspath
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.springframework:spring-aop:5.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-beans:5.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-context:5.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-core:5.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-expression:5.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.springframework:spring-jcl:5.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.xmlresolver:xmlresolver:4.4.3=spotbugs
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
xml-apis:xml-apis:1.4.01=spotbugs
Expand Down
14 changes: 7 additions & 7 deletions fault-tolerant-executor-resilience4j/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.0=testRuntimeClasspath
com.mx.path-core:gateway:1.9.0=testRuntimeClasspath
com.mx.path-core:messaging:1.9.0=testRuntimeClasspath
com.mx.path-core:platform:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.0=testRuntimeClasspath
com.mx.path-core:common:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.1=testRuntimeClasspath
com.mx.path-core:gateway:1.9.1=testRuntimeClasspath
com.mx.path-core:messaging:1.9.1=testRuntimeClasspath
com.mx.path-core:platform:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.1=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions message-broker-nats/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:gateway:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:messaging:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:platform:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:gateway:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:messaging:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:platform:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.1=testCompileClasspath,testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testCompileClasspath,testRuntimeClasspath
Expand Down
28 changes: 14 additions & 14 deletions store-redis/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.0=testRuntimeClasspath
com.mx.path-core:gateway:1.9.0=testRuntimeClasspath
com.mx.path-core:messaging:1.9.0=testRuntimeClasspath
com.mx.path-core:platform:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.0=testRuntimeClasspath
com.mx.path-core:common:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.1=testRuntimeClasspath
com.mx.path-core:gateway:1.9.1=testRuntimeClasspath
com.mx.path-core:messaging:1.9.1=testRuntimeClasspath
com.mx.path-core:platform:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.1=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand All @@ -41,13 +41,13 @@ commons-lang:commons-lang:2.6=testRuntimeClasspath
commons-logging:commons-logging:1.2=testRuntimeClasspath
info.picocli:picocli:4.1.4=checkstyle
io.lettuce:lettuce-core:6.2.0.RELEASE=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.89.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec:4.1.89.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.89.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-handler:4.1.89.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.89.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.89.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.89.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.90.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-codec:4.1.90.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.90.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-handler:4.1.90.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.90.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.90.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.90.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
io.projectreactor:reactor-core:3.4.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions store-vault/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.0=testRuntimeClasspath
com.mx.path-core:gateway:1.9.0=testRuntimeClasspath
com.mx.path-core:messaging:1.9.0=testRuntimeClasspath
com.mx.path-core:platform:1.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.0=testRuntimeClasspath
com.mx.path-core:common:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.9.1=testRuntimeClasspath
com.mx.path-core:gateway:1.9.1=testRuntimeClasspath
com.mx.path-core:messaging:1.9.1=testRuntimeClasspath
com.mx.path-core:platform:1.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.9.1=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.9.1=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down

0 comments on commit 26a0506

Please sign in to comment.