Skip to content

Commit c0f26d8

Browse files
committed
Use main ZAP version
No longer use the snapshot. Signed-off-by: thc202 <thc202@gmail.com>
1 parent e5885e4 commit c0f26d8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

addOns/addOns.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ subprojects {
9595
}
9696

9797
dependencies {
98-
"zap"("org.zaproxy:zap:2.11.0-20210929.165234-4")
9998
"implementation"(project(":commonFiles"))
10099
}
101100

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ allprojects {
77

88
repositories {
99
mavenCentral()
10-
maven {
11-
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
12-
}
1310
}
1411

1512
spotless {

0 commit comments

Comments
 (0)