Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dreedyman committed Sep 21, 2021
1 parent ebe29ea commit b8d8ecd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rio-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ dependencies {
compileOnly project(':cybernode-service')
compileOnly group: 'junit', name: 'junit', version: "${junitVersion}"
compileOnly project(':webster')
compileOnly project(':jetty')
implementation group: 'org.slf4j', name: 'slf4j-api', version: "${slf4jVersion}"
compile project(':resolver-aether')
testCompile project(':resolver-aether')
testCompile project(':cybernode-service')
testCompile group: 'junit', name: 'junit', version: "${junitVersion}"
testCompile group: 'org.springframework', name: 'spring-context', version: '5.2.7.RELEASE'
Expand All @@ -47,8 +48,6 @@ jar {
from(configurations.compileOnly.collect { it.isDirectory() ? it : zipTree(it) }) {
include "org/rioproject/tools/**"
include "org/rioproject/cybernode/**"
include "org/eclipse/**"
include "javax/servlet/**"
}
}

Expand Down

0 comments on commit b8d8ecd

Please sign in to comment.