Unverified Commit 4c689627 authored by rsayannagari-nisum-com's avatar rsayannagari-nisum-com Committed by GitHub

Reverted

Reverted
parent a0ec8f72
...@@ -45,7 +45,6 @@ dependencies { ...@@ -45,7 +45,6 @@ dependencies {
compile('org.quartz-scheduler:quartz:2.2.1') compile('org.quartz-scheduler:quartz:2.2.1')
compile('org.quartz-scheduler:quartz:2.3.0') compile('org.quartz-scheduler:quartz:2.3.0')
compile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version:'1.5.8.RELEASE' compile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version:'1.5.8.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-tomcat'
testCompile ('junit:junit:4.12') testCompile ('junit:junit:4.12')
compile('net.sf.ucanaccess:ucanaccess:4.0.1') compile('net.sf.ucanaccess:ucanaccess:4.0.1')
testCompile('org.hsqldb:hsqldb') testCompile('org.hsqldb:hsqldb')
...@@ -55,6 +54,6 @@ dependencies { ...@@ -55,6 +54,6 @@ dependencies {
compile('com.jcraft:jsch:0.1.46') compile('com.jcraft:jsch:0.1.46')
compile('com.itextpdf:itextpdf:5.0.6') compile('com.itextpdf:itextpdf:5.0.6')
compile('jcifs:jcifs:1.3.17') compile('jcifs:jcifs:1.3.17')
testCompile('javax.servlet:servlet-api') compile('javax.servlet:servlet-api')
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment