You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2014/10/09 06:47:15 UTC

svn commit: r1630278 - /pdfbox/trunk/tools/pom.xml

Author: jahewson
Date: Thu Oct  9 04:47:15 2014
New Revision: 1630278

URL: http://svn.apache.org/r1630278
Log:
PDFBOX-2387: Add jai-imageio and jbig2 test dependencies to pdfbox-tools

Modified:
    pdfbox/trunk/tools/pom.xml

Modified: pdfbox/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/tools/pom.xml?rev=1630278&r1=1630277&r2=1630278&view=diff
==============================================================================
--- pdfbox/trunk/tools/pom.xml (original)
+++ pdfbox/trunk/tools/pom.xml Thu Oct  9 04:47:15 2014
@@ -53,6 +53,19 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <!-- For legal reasons (incompatible license), these two dependencies 
+        are to be used only in the tests and may not be distributed. 
+        See also LEGAL-195 -->
+    <dependency>
+        <groupId>com.levigo.jbig2</groupId>
+        <artifactId>levigo-jbig2-imageio</artifactId>
+        <scope>test</scope>
+    </dependency>
+    <dependency>
+        <groupId>net.java.dev.jai-imageio</groupId>
+        <artifactId>jai-imageio-core-standalone</artifactId>
+        <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>