Use OpenIMAJ for loading images because Java standard library is buggy
[meviz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 02b8fda..9ca1fcf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <artifactId>tika-core</artifactId>
             <version>1.18</version>
         </dependency>
+        <dependency>
+            <groupId>org.openimaj</groupId>
+            <artifactId>core-image</artifactId>
+            <version>1.3.5</version>
+        </dependency>
     </dependencies>
 
     <build>
                 </executions>
             </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9</version>
-                <executions>
-                    <execution>
-                        <id>attach-javadocs</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>