Author: tilman
Date: Wed Mar 12 06:09:53 2014
New Revision: 1576588

URL: http://svn.apache.org/r1576588
Log:
PDFBOX-1975: added JAI and levigo for test purposes only

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1576588&r1=1576587&r2=1576588&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Wed Mar 12 06:09:53 2014
@@ -82,8 +82,38 @@
               <artifactId>icu4j</artifactId>
               <version>52.1</version>
           </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>
+              <version>1.6.2</version>
+              <scope>test</scope>
+          </dependency>
+          <dependency>
+              <groupId>javax.media</groupId>
+              <artifactId>jai_imageio</artifactId>
+              <version>1.1</version>
+              <scope>test</scope>
+          </dependency>        
       </dependencies>
   </dependencyManagement>
+  
+  <repositories>
+      <repository>
+          <id>jbig2.googlecode</id>
+          <name>JBIG2 ImageIO-Plugin repository at googlecode.com</name>
+          <url>http://jbig2-imageio.googlecode.com/svn/maven-repository/</url>
+      </repository>
+      <repository>
+          <id>osgeo</id>
+          <name>Open Source Geospatial Foundation Repository</name>
+          <url>http://download.osgeo.org/webdav/geotools/</url>
+      </repository>  
+  </repositories>
+  
   <profiles>
     <profile>
       <id>pedantic</id>


Reply via email to