apply plugin: 'application' description = 'FitBank Herramientas - Servidor de Escaneo' mainClassName = 'com.fitbank.scanner.swing.Main' dependencies { compile project(':tools:pdf-merger') compile 'com.fitbank.herramientas:jsgenerator:1.2-SNAPSHOT' compile 'com.fitbank.herramientas:util:1.4-SNAPSHOT' compile 'ch.qos.logback:logback-classic' compile 'commons-codec:commons-codec' compile 'commons-collections:commons-collections' compile 'commons-io:commons-io' compile 'commons-lang:commons-lang' compile 'javax.servlet:servlet-api' compile 'org.projectlombok:lombok' compile 'org.slf4j:log4j-over-slf4j' compile 'net.sf.json-lib:json-lib:2.4:jdk15' compile 'net.sf.jsane-net:jsane-base:0.8' compile 'net.sf.jsane-net:jsane-net:0.8' compile 'org.eclipse.jetty:jetty-server:9.3.0.M1' compile 'org.eclipse.jetty:jetty-servlet:9.3.0.M1' compile 'org.swinglabs:swing-layout:1.0.3' compile 'uk.co.mmscomputing.device:twain:1.0' }