Skip to content

Commit

Permalink
cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 6, 2024
1 parent 878845e commit c3f7b7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,14 @@ dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.10'
compileOnly 'org.pf4j:pf4j:3.10.0'

// add here plugins depepencies
// add here plugins dependencies
implementation 'com.quiltdata:quiltcore:0.1.5'
implementation "org.apache.groovy:groovy-all:$groovyVer"

// test configuration
testImplementation "org.apache.groovy:groovy:$groovyVer"
testImplementation "org.apache.groovy:groovy-nio:$groovyVer"
testImplementation "io.nextflow:nextflow:$nextflowVersion"
testImplementation ("org.apache.groovy:groovy-all:$groovyVer") { exclude group: 'org.apache.groovy' }
testImplementation ("org.apache.groovy:groovy-test:$groovyVer") { exclude group: 'org.apache.groovy' }
testImplementation ("cglib:cglib-nodep:3.3.0")
testImplementation ("org.objenesis:objenesis:3.1")
testImplementation ("org.spockframework:spock-core:2.3-groovy-4.0") { exclude group: 'org.apache.groovy'; exclude group: 'net.bytebuddy' }
Expand Down

0 comments on commit c3f7b7b

Please sign in to comment.