Skip to content

Commit

Permalink
Fix nar dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Mar 16, 2016
1 parent 8a3c299 commit 89b4ab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions nifi-execute-groovy-processors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ apply plugin: 'groovy'

dependencies {
compileOnly "org.codehaus.groovy:groovy-all:${groovyVersion}"
// compile "org.codehaus.groovy:groovy-all:${groovyVersion}"

nar "org.apache.nifi:nifi-scripting-bundle:${nifiVersion}"

}
nar "org.apache.nifi:nifi-scripting-nar:${nifiVersion}"
}
4 changes: 1 addition & 3 deletions nifi-execute-ldap-processors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ apply plugin: 'groovy'
dependencies {
compileOnly "org.codehaus.groovy:groovy-all:${groovyVersion}"

// compile "org.apache.directory:groovyldap:latest.integration"
// compile "org.apache.directory.api:api-all:1.0.0-M32"
compile fileTree(dir: 'lib', include: '*.jar')

nar "org.apache.nifi:nifi-scripting-bundle:${nifiVersion}"
nar "org.apache.nifi:nifi-scripting-nar:${nifiVersion}"
}
2 changes: 1 addition & 1 deletion nifi-execute-remote-processors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies {
exclude(group: 'org.codehaus.groovy', module: 'groovy-all')
}

nar "org.apache.nifi:nifi-scripting-bundle:${nifiVersion}"
nar "org.apache.nifi:nifi-scripting-nar:${nifiVersion}"
}

0 comments on commit 89b4ab4

Please sign in to comment.