Skip to content

Commit

Permalink
add missing dependency in canarytests (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kuhn authored Sep 16, 2022
1 parent 6c0422c commit 24077b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.9.0'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
testImplementation "org.mockito:mockito-core:2.+"
testImplementation "org.powermock:powermock-module-junit4:2.0.2"
testImplementation "org.powermock:powermock-api-mockito2:2.0.2"
Expand Down
1 change: 1 addition & 0 deletions canarytests/agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-api:2.13.3"
implementation "org.apache.logging.log4j:log4j-core:2.13.3"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.13.3"
implementation 'org.apache.commons:commons-lang3:3.12.0'
}

jar {
Expand Down

0 comments on commit 24077b4

Please sign in to comment.