Skip to content

Commit

Permalink
Merge pull request zaproxy#1267 from thc202/rm-snapshot
Browse files Browse the repository at this point in the history
Remove usage of ZAP snapshot
  • Loading branch information
kingthorin authored Jul 14, 2023
2 parents 9fa3481 + 9b00577 commit e4759c9
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 @@ -26,9 +26,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 @@ -139,8 +136,6 @@ java {
val jupiterVersion = "5.9.2"

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

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

Expand Down

0 comments on commit e4759c9

Please sign in to comment.