diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-01-19 11:01:51 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-01-19 11:01:51 +0100 |
commit | 7c19ba1325d04d8e9b65869cc34dad693ecfe219 (patch) | |
tree | 094b09f1b90bffab9fbc2400a9a68ffe89b75d11 /repo/at/gv/egiz/pdfas/pdf-as-pdfbox-2/4.2.1-SNAPSHOT/pdf-as-pdfbox-2-4.2.1-20211213.132800-4.pom | |
parent | b5a6a1ec8e0a821ca01f35d7bdf8d48eebe4216f (diff) | |
download | pdf-over-7c19ba1325d04d8e9b65869cc34dad693ecfe219.tar.gz pdf-over-7c19ba1325d04d8e9b65869cc34dad693ecfe219.tar.bz2 pdf-over-7c19ba1325d04d8e9b65869cc34dad693ecfe219.zip |
make it build
Diffstat (limited to 'repo/at/gv/egiz/pdfas/pdf-as-pdfbox-2/4.2.1-SNAPSHOT/pdf-as-pdfbox-2-4.2.1-20211213.132800-4.pom')
-rw-r--r-- | repo/at/gv/egiz/pdfas/pdf-as-pdfbox-2/4.2.1-SNAPSHOT/pdf-as-pdfbox-2-4.2.1-20211213.132800-4.pom | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/repo/at/gv/egiz/pdfas/pdf-as-pdfbox-2/4.2.1-SNAPSHOT/pdf-as-pdfbox-2-4.2.1-20211213.132800-4.pom b/repo/at/gv/egiz/pdfas/pdf-as-pdfbox-2/4.2.1-SNAPSHOT/pdf-as-pdfbox-2-4.2.1-20211213.132800-4.pom new file mode 100644 index 00000000..00b462f4 --- /dev/null +++ b/repo/at/gv/egiz/pdfas/pdf-as-pdfbox-2/4.2.1-SNAPSHOT/pdf-as-pdfbox-2-4.2.1-20211213.132800-4.pom @@ -0,0 +1,88 @@ +<?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-pdfbox-2</artifactId> + <version>4.2.1-SNAPSHOT</version> + <dependencies> + <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>pdfbox</artifactId> + <version>2.0.23</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>pdfbox-tools</artifactId> + <version>2.0.23</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>preflight</artifactId> + <version>2.0.23</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.github.jai-imageio</groupId> + <artifactId>jai-imageio-jpeg2000</artifactId> + <version>1.4.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.github.jai-imageio</groupId> + <artifactId>jai-imageio-core</artifactId> + <version>1.4.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.levigo.jbig2</groupId> + <artifactId>levigo-jbig2-imageio</artifactId> + <version>2.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>at.gv.egiz.pdfas</groupId> + <artifactId>pdf-as-lib</artifactId> + <version>4.2.1-SNAPSHOT</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.32</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.7.32</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.8</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>ognl</groupId> + <artifactId>ognl</artifactId> + <version>3.2.19</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1.1</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.13.2</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> |