aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2016-02-15 13:59:18 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2016-02-15 13:59:18 +0100
commita4adf4cfe2223c8149ceafb603a3c4c01b0fd44f (patch)
tree3206c7aa7e3e663b346b7892d50e8ad0cf1f2ba8
parente86e132b2e1fcfa291f9d2ab20bfcc2503ddca9c (diff)
downloadpdf-as-4-a4adf4cfe2223c8149ceafb603a3c4c01b0fd44f.tar.gz
pdf-as-4-a4adf4cfe2223c8149ceafb603a3c4c01b0fd44f.tar.bz2
pdf-as-4-a4adf4cfe2223c8149ceafb603a3c4c01b0fd44f.zip
gradle updates
-rw-r--r--build.gradle2
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
-rw-r--r--pdf-as-web/build.gradle2
3 files changed, 5 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index ef6be4d7..30d7192a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ task wrapper(type: Wrapper) {
allprojects {
apply plugin: 'com.github.ben-manes.versions'
repositories { mavenCentral() }
- version = '4.0.9'
+ version = '4.0.9-SNAPSHOT'
}
configurations {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 82ffb1bc..0b6d30eb 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Mon Oct 13 16:28:40 CEST 2014
+#Thu Aug 27 09:35:15 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle
index 765502f2..1de51797 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -36,6 +36,8 @@ dependencies {
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'
+ compile 'ch.qos.logback:logback-classic:1.1.3'
+ compile 'ch.qos.logback:logback-core:1.1.3'
providedCompile 'javax.servlet:javax.servlet-api:3.0.1'
testCompile group: 'junit', name: 'junit', version: '4.+'