summaryrefslogtreecommitdiff
path: root/pdf-over-signator
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-15 11:24:15 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-15 11:24:15 +0200
commita3df55607151a9896d5ca07627b25e91422aec8a (patch)
treeb4ecbf9de2b5b8721fdccf917468e019566171d4 /pdf-over-signator
parent529f78acda36291edd7d4a7f9c086b164cadf210 (diff)
downloadpdf-over-a3df55607151a9896d5ca07627b25e91422aec8a.tar.gz
pdf-over-a3df55607151a9896d5ca07627b25e91422aec8a.tar.bz2
pdf-over-a3df55607151a9896d5ca07627b25e91422aec8a.zip
reset to default BKU (instead of none) when cancelling
Diffstat (limited to 'pdf-over-signator')
-rw-r--r--pdf-over-signator/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml
index 7a4e1edd..e1b94137 100644
--- a/pdf-over-signator/pom.xml
+++ b/pdf-over-signator/pom.xml
@@ -26,13 +26,13 @@
<artifactId>metadata-extractor</artifactId>
</dependency>
<dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>2.4.0-b180830.0438</version>
</dependency>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-runtime</artifactId>
- <version>2.4.0-b180830.0438</version>
- </dependency>
</dependencies>
</project>