Added some old commits...
[ariane.git] / ariane-windows-service-osgi-shell / build.gradle
blob1458d234ebb61214add59a47df1c22ad6b46121a
1 modname = 'ariane-windows-service-osgi-shell'
2 version = '0.0.7'
4 dependencies
6   //In order to provide the command line parser
7   compile('com.beust:jcommander:1.30')
8   {
9     exclude group: 'org.testng', module: 'testng'
10   }