Skip to content

Commit

Permalink
Merge pull request #1358 from thc202/rm-snapshot
Browse files Browse the repository at this point in the history
Remove usage of ZAP snapshot
  • Loading branch information
psiinon authored May 9, 2024
2 parents ef26349 + f5aed3d commit 37e1dbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ apply(from = "$rootDir/gradle/ci.gradle.kts")

repositories {
mavenCentral()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
}

description = "Display information from ZAP in browser."
Expand Down Expand Up @@ -143,8 +140,6 @@ java {
}

dependencies {
zap("org.zaproxy:zap:2.15.0-SNAPSHOT")

compileOnly("org.zaproxy.addon:network:0.1.0")
compileOnly(files(fileTree("lib").files))

Expand Down

0 comments on commit 37e1dbc

Please sign in to comment.