aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--pdf-as-cli/build.gradle2
-rw-r--r--pdf-as-web/build.gradle2
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8b0de7ae..0009ad2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,4 +49,6 @@ local.properties
.buildpath
/PDF-AS/.nb-gradle/
-.idea/* \ No newline at end of file
+/releases
+
+.idea/*
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle
index 42099a1b..1c14306a 100644
--- a/pdf-as-cli/build.gradle
+++ b/pdf-as-cli/build.gradle
@@ -36,7 +36,7 @@ dependencies {
implementation project (':signature-standards:sigs-pkcs7detached')
implementation project (':signature-standards:sigs-pades')
implementation project (':pdf-as-moa')
- pdfBox1Implementation project (':pdf-as-pdfbox')
+ //pdfBox1Implementation project (':pdf-as-pdfbox')
pdfBox2Implementation project (':pdf-as-pdfbox-2')
implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.2'
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle
index 28cb4c1d..ec6f9a45 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -50,7 +50,7 @@ dependencies {
api project (':pdf-as-moa')
api project (':signature-standards:sigs-pkcs7detached')
api project (':signature-standards:sigs-pades')
- pdfbox1 project (':pdf-as-pdfbox')
+ // pdfbox1 project (':pdf-as-pdfbox')
api project (':pdf-as-web-status')
api project (':pdf-as-web-statistic-api')
api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.1'