aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/build.gradle')
-rw-r--r--pdf-as-web/build.gradle11
1 files changed, 8 insertions, 3 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle
index cf14365b..17ca596b 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -12,7 +12,7 @@ buildscript {
// maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
maven {
url "https://plugins.gradle.org/m2/"
- }
+ }
}
dependencies {
@@ -36,6 +36,9 @@ jar {
repositories {
mavenLocal()
mavenCentral()
+ maven {
+ url "https://repo.spring.io/milestone/"
+ }
}
@@ -51,6 +54,7 @@ dependencies {
api project (':signature-standards:sigs-pades')
api project (':pdf-as-web-status')
api project (':pdf-as-web-statistic-api')
+ api project (':pdf-as-pdfbox-2')
api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
// Upgrade dependency of commons-fileupload from 2.2 to 2.8.0 to avoid CVE-2021-29425
api group: 'commons-io', name: 'commons-io', version: '2.8.0'
@@ -67,9 +71,10 @@ dependencies {
api 'ch.qos.logback:logback-core:1.2.10'
api 'org.json:json:20210307'
api group: 'javax.jws', name: 'javax.jws-api', version: '1.1'
- pdfbox2 project (':pdf-as-pdfbox-2')
- compileOnly 'javax.servlet:javax.servlet-api:3.0.1'
+ compileOnly 'javax.servlet:javax.servlet-api:3.0.1'
testImplementation group: 'junit', name: 'junit', version: '4.+'
+ testRuntime 'org.springframework:spring-test:5.2.22.RELEASE'
+
}
gretty {