Created
September 9, 2011 21:49
-
-
Save astachelek/1207420 to your computer and use it in GitHub Desktop.
Add FtpServer dependencies to BuildConfig.groovy
This file contains 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
dependencies { | |
// other dependencies for your application go here | |
.... | |
// test-only dependencies for our FTP server | |
test 'org.apache.mina:mina-core:2.0.4' | |
test 'org.apache.ftpserver:ftplet-api:1.0.6' | |
test 'org.apache.ftpserver:ftpserver-core:1.0.6' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment