Gradle osgi build with spring dm

Sure thing, here is accumulo.myproj:

apply plugin: 'java'
apply plugin: 'maven'
  dependencies {
  compile(libraries.accumulo_core)
  compile(libraries.slf4j_log4j12)
  compile(libraries.zookeeper)
}

I defined the libraries in build.gradle, but didn’t want to add the huge list to the post.