Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsp authored Jan 20, 2021
1 parent 1816f03 commit 56c0de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-plugin-api', version: '3.27.0-03'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository', version: '3.27.0-03'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-rest', version: '3.27.0-03'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-plugin-api', version: '3.29.2-02
compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository', version: '3.29.2-02'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-rest', version: '3.29.2-02'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.18'
}
Expand Down

0 comments on commit 56c0de4

Please sign in to comment.