summaryrefslogtreecommitdiff
path: root/pdf-over-commons/pom.xml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-10-03 17:36:36 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-10-03 17:36:36 +0200
commite2ab585fc4cfc165dc02ea9142f33dd308979e49 (patch)
tree5ef74454e3b17dfe966d20dfe594f2259fd2a488 /pdf-over-commons/pom.xml
parent58db0733866b26411c07b7b17e741663d2f1c438 (diff)
downloadpdf-over-e2ab585fc4cfc165dc02ea9142f33dd308979e49.tar.gz
pdf-over-e2ab585fc4cfc165dc02ea9142f33dd308979e49.tar.bz2
pdf-over-e2ab585fc4cfc165dc02ea9142f33dd308979e49.zip
start untangling BKU handler from GUI logic
Diffstat (limited to 'pdf-over-commons/pom.xml')
-rw-r--r--pdf-over-commons/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml
index 58ea1e9f..712a6670 100644
--- a/pdf-over-commons/pom.xml
+++ b/pdf-over-commons/pom.xml
@@ -26,6 +26,10 @@
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
</dependencies>
<build>