Created
April 14, 2016 08:26
-
-
Save philippreston/6135fa276745b23c0c351f880aa01c9f to your computer and use it in GitHub Desktop.
Excluding Packages in Grape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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