Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 71856b0

Browse files
committed
1 parent b113915 commit 71856b0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ dependencies {
8686
testImplementation 'org.eclipse.jetty:jetty-server:7.6.16.v20140903'
8787
testImplementation 'org.eclipse.jetty:jetty-servlet:7.6.16.v20140903'
8888
testImplementation 'org.eclipse.jetty:jetty-servlets:7.6.16.v20140903'
89+
testImplementation 'org.hamcrest:hamcrest:2.1'
8990
testImplementation 'org.hamcrest:hamcrest-library:2.1'
9091
testImplementation ('org.mock-server:mockserver-netty:3.10.4') {
9192
exclude(module: 'logback-classic')

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dependencies {
7878
testImplementation 'org.apache.logging.log4j:log4j-core:2.8'
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.8'
8080
testImplementation 'org.codehaus.groovy:groovy-all:2.4.16'
81+
testImplementation 'org.hamcrest:hamcrest:2.1'
8182
testImplementation 'org.hamcrest:hamcrest-library:2.1'
8283
testImplementation 'org.mockito:mockito-core:2.23.4'
8384
testImplementation 'org.slf4j:jcl-over-slf4j:1.7.22'

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ dependencies {
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
8080
testImplementation 'org.codehaus.groovy:groovy-all:2.4.16'
8181
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
82+
testImplementation 'org.hamcrest:hamcrest:2.1'
8283
testImplementation 'org.hamcrest:hamcrest-library:2.1'
8384
testImplementation 'org.mock-server:mockserver-netty:3.10.8'
8485
testImplementation 'org.mockito:mockito-core:2.23.4'

0 commit comments

Comments
 (0)