summaryrefslogtreecommitdiff
path: root/repo/at/gv/egiz/pdfas/pdf-as-common/4.2.1-snapshot/pdf-as-common-4.2.1-20211212.150326-1.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/pdf-as-common/4.2.1-snapshot/pdf-as-common-4.2.1-20211212.150326-1.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/pdf-as-common/4.2.1-snapshot/pdf-as-common-4.2.1-20211212.150326-1.pom')
-rw-r--r--repo/at/gv/egiz/pdfas/pdf-as-common/4.2.1-snapshot/pdf-as-common-4.2.1-20211212.150326-1.pom64
1 files changed, 64 insertions, 0 deletions
diff --git a/repo/at/gv/egiz/pdfas/pdf-as-common/4.2.1-snapshot/pdf-as-common-4.2.1-20211212.150326-1.pom b/repo/at/gv/egiz/pdfas/pdf-as-common/4.2.1-snapshot/pdf-as-common-4.2.1-20211212.150326-1.pom
new file mode 100644
index 00000000..1b2f2765
--- /dev/null
+++ b/repo/at/gv/egiz/pdfas/pdf-as-common/4.2.1-snapshot/pdf-as-common-4.2.1-20211212.150326-1.pom
@@ -0,0 +1,64 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>at.gv.egiz.pdfas</groupId>
+ <artifactId>pdf-as-common</artifactId>
+ <version>4.2.1-SNAPSHOT</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.30</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.8.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>ognl</groupId>
+ <artifactId>ognl</artifactId>
+ <version>3.2.19</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.10</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>2.3.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>javax.jws-api</artifactId>
+ <version>1.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.13.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>