From 1c8feb0dd0ee0cf74e60d93853e6f5d57b034bee Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 9 Oct 2014 13:40:38 +0200 Subject: WebServices with CXF, removed DB dependencies to pdf-as-web-db --- pdf-as-web/build.gradle | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'pdf-as-web/build.gradle') diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index 64111a3a..d854a365 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -21,20 +21,13 @@ dependencies { compile project (':signature-standards:sigs-pkcs7detached') compile project (':signature-standards:sigs-pades') compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.1' - compile 'org.apache.commons:commons-collections4:4.0' - compile 'commons-io:commons-io:2.4' compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.7' + compile 'org.slf4j:slf4j-log4j12:1.7.7' compile group: 'opensymphony', name: 'sitemesh', version: '2.4.2' - compile 'javax.xml.ws:jaxws-api:2.2.11' compile "commons-codec:commons-codec:1.9" - compile 'com.sun.xml.ws:jaxws-rt:2.2.8' - compile 'com.sun.xml.bind:jaxb-impl:2.2.7' compile 'org.apache.commons:commons-lang3:3.3.2' - compile 'org.apache.httpcomponents:httpclient:4.3.5' - compile "org.hibernate:hibernate-core:4.3.6.Final" - compile "org.hibernate:hibernate-entitymanager:4.3.6.Final" - //compile "mysql:mysql-connector-java:5.1.33" - compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.5' + compile 'org.apache.cxf:cxf-rt-transports-http:3.0.1' + compile 'org.apache.cxf:cxf-rt-frontend-jaxws:3.0.1' providedCompile "javax.servlet:servlet-api:2.5" testCompile group: 'junit', name: 'junit', version: '4.+' } -- cgit v1.2.3