diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-07-14 13:43:00 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-07-14 13:43:00 +0200 |
commit | ef37420a1950ee6ed90f103f922238c175454f1a (patch) | |
tree | f918d36e62a914c8fe09489beb19b05425c20bb7 | |
parent | 1b578d7189618114bb5391012bc909df4055234c (diff) | |
download | pdf-over-ef37420a1950ee6ed90f103f922238c175454f1a.tar.gz pdf-over-ef37420a1950ee6ed90f103f922238c175454f1a.tar.bz2 pdf-over-ef37420a1950ee6ed90f103f922238c175454f1a.zip |
remove unnecessary dependency
-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 | 86867 -> 0 bytes | |||
-rw-r--r-- | repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom | 11 |
4 files changed, 0 insertions, 20 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index ff01896c..bdb0e1bd 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -49,10 +49,6 @@ <artifactId>pdfview</artifactId> </dependency> <dependency> - <groupId>org.jpedal</groupId> - <artifactId>jbig2</artifactId> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version> @@ -211,11 +211,6 @@ <version>1.0.5.1-katjas</version> </dependency> <dependency> - <groupId>org.jpedal</groupId> - <artifactId>jbig2</artifactId> - <version>1.0</version> - </dependency> - <dependency> <groupId>com.drewnoakes</groupId> <artifactId>metadata-extractor</artifactId> <version>2.9.1</version> 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 differdeleted file mode 100644 index 23ef424e..00000000 --- a/repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar +++ /dev/null diff --git a/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom deleted file mode 100644 index 4c637ee8..00000000 --- a/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom +++ /dev/null @@ -1,11 +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>org.jpedal</groupId> - <artifactId>jbig2</artifactId> - <name>JBIG2</name> - <version>1.0</version> - <description>JBIG2</description> -</project> - |