Skip to content

Commit

Permalink
Remove duplicate maven-core and update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Aug 19, 2024
1 parent 3a32b21 commit 8b39041
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sigstore-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ plugins {
description = "A Maven plugin for signing with Sigstore"

dependencies {
compileOnly("org.apache.maven:maven-plugin-api:3.9.8")
compileOnly("org.apache.maven:maven-core:3.9.8")
compileOnly("org.apache.maven:maven-core:3.9.8")
compileOnly("org.apache.maven:maven-plugin-api:3.9.9")
compileOnly("org.apache.maven:maven-core:3.9.9")
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1")

implementation(project(":sigstore-java"))
Expand Down

0 comments on commit 8b39041

Please sign in to comment.