aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 12:53:24 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 12:53:24 +0200
commita669dd8ff449ac53c07b42186c5be54875d86f3a (patch)
tree25c05dab2b6cb3d944898012b39b3dfaf4b8edbf
parent34289c5982ffdd59e33576a6b47316a6cfb14201 (diff)
downloadpdf-as-4-a669dd8ff449ac53c07b42186c5be54875d86f3a.tar.gz
pdf-as-4-a669dd8ff449ac53c07b42186c5be54875d86f3a.tar.bz2
pdf-as-4-a669dd8ff449ac53c07b42186c5be54875d86f3a.zip
added direkt dependencies
-rw-r--r--pdf-as-web/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle
index 9cb59c57..c92ac2b4 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -30,6 +30,8 @@ dependencies {
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.4'
compile "org.hibernate:hibernate-core:4.3.5.Final"
compile "org.hibernate:hibernate-entitymanager:4.3.5.Final"
compile "mysql:mysql-connector-java:5.1.28"