diff options
-rw-r--r-- | pdf-over-gui/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 5 | ||||
-rw-r--r-- | repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar | bin | 0 -> 86867 bytes | |||
-rw-r--r-- | repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom | 11 |
4 files changed, 20 insertions, 0 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index ba789bbb..f9d638ed 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -47,6 +47,10 @@ <groupId>com.sun</groupId> <artifactId>pdfview</artifactId> </dependency> + <dependency> + <groupId>org.jpedal</groupId> + <artifactId>jbig2</artifactId> + </dependency> </dependencies> <build> @@ -160,6 +160,11 @@ <artifactId>pdfview</artifactId> <version>0.9.2-Borisvl</version> </dependency> + <dependency> + <groupId>org.jpedal</groupId> + <artifactId>jbig2</artifactId> + <version>1.0</version> + </dependency> </dependencies> </dependencyManagement> diff --git a/repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar Binary files differnew file mode 100644 index 00000000..23ef424e --- /dev/null +++ b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar diff --git a/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom new file mode 100644 index 00000000..4c637ee8 --- /dev/null +++ b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom @@ -0,0 +1,11 @@ +<?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>org.jpedal</groupId> + <artifactId>jbig2</artifactId> + <name>JBIG2</name> + <version>1.0</version> + <description>JBIG2</description> +</project> + |