Subversion Repositories DevTools

Rev

Rev 7184 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7184 Rev 7185
Line 40... Line 40...
40
    compile jats('apache-ant')
40
    compile jats('apache-ant')
41
    compile jats('javaxmail')
41
    compile jats('javaxmail')
42
    compile jats('ojdbc')
42
    compile jats('ojdbc')
43
    compile jats('j2ssh-maverick')
43
    compile jats('j2ssh-maverick')
44
    implementation 'org.slf4j:slf4j-api:1.7+'
44
    implementation 'org.slf4j:slf4j-api:1.7+'
45
 
-
 
46
    compile jats('junit')
45
    implementation 'junit:junit:4.12'
-
 
46
    implementation 'org.slf4j:slf4j-log4j12:1.7+'
47
 
47
 
48
	// Specify libs to be embedded into the main jar file
48
	// Specify libs to be embedded into the main jar file
49
	runTimeLibs 'apache-ant:ant'
49
	runTimeLibs 'apache-ant:ant'
50
	runTimeLibs 'apache-ant:ant-launcher'
50
	runTimeLibs 'apache-ant:ant-launcher'
51
	runTimeLibs 'javaxmail:mail'
51
	runTimeLibs 'javaxmail:mail'