summaryrefslogtreecommitdiff
path: root/repo/at/gv/egiz/pdfas/pdf-as-lib/4.0.5-SNAPSHOT/pdf-as-lib-4.0.5-SNAPSHOT.pom
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2014-11-27 21:15:01 +0100
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2014-11-27 21:15:01 +0100
commit6c5253501e8d9242be8af29ca5492e754f985650 (patch)
tree9cf5b68ace4ce6a3fb3628fb290c782e93b0c4be /repo/at/gv/egiz/pdfas/pdf-as-lib/4.0.5-SNAPSHOT/pdf-as-lib-4.0.5-SNAPSHOT.pom
parentd5cf6c3d34308cee7862a0b3f2c01a3fc7338dc9 (diff)
downloadpdf-over-6c5253501e8d9242be8af29ca5492e754f985650.tar.gz
pdf-over-6c5253501e8d9242be8af29ca5492e754f985650.tar.bz2
pdf-over-6c5253501e8d9242be8af29ca5492e754f985650.zip
Rename PDF-AS 4.0.5-snapshot to 4.0.4 for release
Diffstat (limited to 'repo/at/gv/egiz/pdfas/pdf-as-lib/4.0.5-SNAPSHOT/pdf-as-lib-4.0.5-SNAPSHOT.pom')
-rw-r--r--repo/at/gv/egiz/pdfas/pdf-as-lib/4.0.5-SNAPSHOT/pdf-as-lib-4.0.5-SNAPSHOT.pom88
1 files changed, 0 insertions, 88 deletions
diff --git a/repo/at/gv/egiz/pdfas/pdf-as-lib/4.0.5-SNAPSHOT/pdf-as-lib-4.0.5-SNAPSHOT.pom b/repo/at/gv/egiz/pdfas/pdf-as-lib/4.0.5-SNAPSHOT/pdf-as-lib-4.0.5-SNAPSHOT.pom
deleted file mode 100644
index ccd5ebde..00000000
--- a/repo/at/gv/egiz/pdfas/pdf-as-lib/4.0.5-SNAPSHOT/pdf-as-lib-4.0.5-SNAPSHOT.pom
+++ /dev/null
@@ -1,88 +0,0 @@
-<?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-lib</artifactId>
- <version>4.0.5-SNAPSHOT</version>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.8.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.+</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.3.5</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.3.5</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.3.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.7.7</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>1.1.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>4.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>ognl</groupId>
- <artifactId>ognl</artifactId>
- <version>3.0.8</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>3.1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>at.gv.egiz.pdfas</groupId>
- <artifactId>pdf-as-common</artifactId>
- <version>4.0.5-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>javase</artifactId>
- <version>3.1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.4</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
-</project>