diff options
Diffstat (limited to 'repo/at/gv/egiz/pdfas/pdf-as-common')
2 files changed, 46 insertions, 0 deletions
diff --git a/repo/at/gv/egiz/pdfas/pdf-as-common/4.0.5-SNAPSHOT/pdf-as-common-4.0.5-SNAPSHOT.jar b/repo/at/gv/egiz/pdfas/pdf-as-common/4.0.5-SNAPSHOT/pdf-as-common-4.0.5-SNAPSHOT.jar Binary files differnew file mode 100644 index 00000000..4183c047 --- /dev/null +++ b/repo/at/gv/egiz/pdfas/pdf-as-common/4.0.5-SNAPSHOT/pdf-as-common-4.0.5-SNAPSHOT.jar diff --git a/repo/at/gv/egiz/pdfas/pdf-as-common/4.0.5-SNAPSHOT/pdf-as-common-4.0.5-SNAPSHOT.pom b/repo/at/gv/egiz/pdfas/pdf-as-common/4.0.5-SNAPSHOT/pdf-as-common-4.0.5-SNAPSHOT.pom new file mode 100644 index 00000000..84065103 --- /dev/null +++ b/repo/at/gv/egiz/pdfas/pdf-as-common/4.0.5-SNAPSHOT/pdf-as-common-4.0.5-SNAPSHOT.pom @@ -0,0 +1,46 @@ +<?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.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.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>ognl</groupId> + <artifactId>ognl</artifactId> + <version>3.0.6</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> |