diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-06-01 14:38:57 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-06-01 14:38:57 +0200 |
commit | eedafa4a54119a51f6c353266de7353eac2db785 (patch) | |
tree | dc6c90e85962db89ae7be02228172e1e2110ce04 | |
parent | 4566ef134c84c31b294ade015bc7e62b9c47ae79 (diff) | |
download | pdf-as-4-eedafa4a54119a51f6c353266de7353eac2db785.tar.gz pdf-as-4-eedafa4a54119a51f6c353266de7353eac2db785.tar.bz2 pdf-as-4-eedafa4a54119a51f6c353266de7353eac2db785.zip |
removed pdfbox1 from settings.gradle
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 4e4b5df1..b7d6e2f4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -include "pdf-as-common", "signature-standards:sigs-pkcs7detached", "signature-standards:sigs-pades", "pdf-as-lib", "pdf-as-pdfbox", "pdf-as-pdfbox-2", "pdf-as-moa", "pdf-as-cli", "pdf-as-legacy", "pdf-as-web-status", "pdf-as-web-statistic-api", "pdf-as-web", "pdf-as-web-db", "pdf-as-web-client"
\ No newline at end of file +include "pdf-as-common", "signature-standards:sigs-pkcs7detached", "signature-standards:sigs-pades", "pdf-as-lib", "pdf-as-pdfbox-2", "pdf-as-moa", "pdf-as-cli", "pdf-as-legacy", "pdf-as-web-status", "pdf-as-web-statistic-api", "pdf-as-web", "pdf-as-web-db", "pdf-as-web-client"
\ No newline at end of file |