Skip to content

Commit 24077b4

Browse files
author
Mark Kuhn
authored
add missing dependency in canarytests (#123)
1 parent 6c0422c commit 24077b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ dependencies {
7474
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.0'
7575
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
7676
testImplementation 'org.junit.vintage:junit-vintage-engine:5.9.0'
77-
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
7877
testImplementation "org.mockito:mockito-core:2.+"
7978
testImplementation "org.powermock:powermock-module-junit4:2.0.2"
8079
testImplementation "org.powermock:powermock-api-mockito2:2.0.2"

canarytests/agent/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies {
2727
implementation "org.apache.logging.log4j:log4j-api:2.13.3"
2828
implementation "org.apache.logging.log4j:log4j-core:2.13.3"
2929
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.13.3"
30+
implementation 'org.apache.commons:commons-lang3:3.12.0'
3031
}
3132

3233
jar {

0 commit comments

Comments
 (0)