summaryrefslogtreecommitdiff
path: root/repo/at/gv/egiz/pdfas/sigs-pades/4.2.1-snapshot/sigs-pades-4.2.1-snapshot.pom
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-01-19 11:53:38 +0100
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-01-19 11:53:38 +0100
commit639074df10b404276001504021d5f1b6755d4c5f (patch)
treed51c98a6b03d6454b72558bc88a993ba245a9ca6 /repo/at/gv/egiz/pdfas/sigs-pades/4.2.1-snapshot/sigs-pades-4.2.1-snapshot.pom
parentcb8f572ebe05cc56e703fdc639ec9193b1463185 (diff)
downloadpdf-over-639074df10b404276001504021d5f1b6755d4c5f.tar.gz
pdf-over-639074df10b404276001504021d5f1b6755d4c5f.tar.bz2
pdf-over-639074df10b404276001504021d5f1b6755d4c5f.zip
re-add lowercase snapshot to local repo
Diffstat (limited to 'repo/at/gv/egiz/pdfas/sigs-pades/4.2.1-snapshot/sigs-pades-4.2.1-snapshot.pom')
-rw-r--r--repo/at/gv/egiz/pdfas/sigs-pades/4.2.1-snapshot/sigs-pades-4.2.1-snapshot.pom33
1 files changed, 33 insertions, 0 deletions
diff --git a/repo/at/gv/egiz/pdfas/sigs-pades/4.2.1-snapshot/sigs-pades-4.2.1-snapshot.pom b/repo/at/gv/egiz/pdfas/sigs-pades/4.2.1-snapshot/sigs-pades-4.2.1-snapshot.pom
new file mode 100644
index 00000000..a8a7ef04
--- /dev/null
+++ b/repo/at/gv/egiz/pdfas/sigs-pades/4.2.1-snapshot/sigs-pades-4.2.1-snapshot.pom
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <!-- This module was also published with a richer model, Gradle metadata, -->
+ <!-- which should be used instead. Do not delete the following line which -->
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
+ <!-- that they should prefer consuming it instead. -->
+ <!-- do_not_remove: published-with-gradle-metadata -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>at.gv.egiz.pdfas</groupId>
+ <artifactId>sigs-pades</artifactId>
+ <version>4.2.1-snapshot</version>
+ <dependencies>
+ <dependency>
+ <groupId>at.gv.egiz.pdfas</groupId>
+ <artifactId>pdf-as-lib</artifactId>
+ <version>4.2.1-snapshot</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz.pdfas</groupId>
+ <artifactId>pdf-as-common</artifactId>
+ <version>4.2.1-snapshot</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>4.4</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>