Skip to content

Instantly share code, notes, and snippets.

@philippreston
Created April 14, 2016 08:26
Show Gist options
  • Save philippreston/6135fa276745b23c0c351f880aa01c9f to your computer and use it in GitHub Desktop.
Save philippreston/6135fa276745b23c0c351f880aa01c9f to your computer and use it in GitHub Desktop.
Excluding Packages in Grape
@Grapes([
@Grab(group = 'com.gmongo', module = 'gmongo', version = '1.5'),
@GrabExclude("org.codehaus.groovy:groovy-xml")
])
import com.gmongo.GMongo
import com.mongodb.DBCollection
import com.mongodb.DBObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment