Index: build.gradle =================================================================== diff -u -r31107 -r31936 --- build.gradle (.../build.gradle) (revision 31107) +++ build.gradle (.../build.gradle) (revision 31936) @@ -568,6 +568,8 @@ compile group: 'com.fasterxml', name: 'classmate', version: '1.1.0' compile group: 'com.itextpdf', name: 'itextpdf', version: '5.4.1' + compile group: 'com.hynnet', name: 'jacob', version: '1.18' + //compile 'org.java-websocket:Java-WebSocket:1.5.1' } Index: ssts-web/src/main/webapp/WEB-INF/spring/applicationContext.xml =================================================================== diff -u -r28290 -r31936 --- ssts-web/src/main/webapp/WEB-INF/spring/applicationContext.xml (.../applicationContext.xml) (revision 28290) +++ ssts-web/src/main/webapp/WEB-INF/spring/applicationContext.xml (.../applicationContext.xml) (revision 31936) @@ -183,6 +183,9 @@ + + +