aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2015-03-04 15:22:23 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2015-03-04 15:22:23 +0100
commit32c092523228f370edb5a8246a09881e0245e1a6 (patch)
tree28219f8a5ae88b36054423199f20986e3bf23238 /pdf-as-web/build.gradle
parentadf4183e807cc00c8d824fcdd9476ec6ca7a789e (diff)
downloadpdf-as-4-32c092523228f370edb5a8246a09881e0245e1a6.tar.gz
pdf-as-4-32c092523228f370edb5a8246a09881e0245e1a6.tar.bz2
pdf-as-4-32c092523228f370edb5a8246a09881e0245e1a6.zip
enabled CORS header
Diffstat (limited to 'pdf-as-web/build.gradle')
-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 31c34ac6..765502f2 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -35,6 +35,8 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'org.apache.cxf:cxf-rt-transports-http:3.0.1'
compile 'org.apache.cxf:cxf-rt-frontend-jaxws:3.0.1'
+ compile 'com.thetransactioncompany:cors-filter:2.3'
+
providedCompile 'javax.servlet:javax.servlet-api:3.0.1'
testCompile group: 'junit', name: 'junit', version: '4.+'
}