You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/11/17 18:06:08 UTC

svn commit: r1770254 - /pdfbox/branches/1.8/pdfbox/pom.xml

Author: tilman
Date: Thu Nov 17 18:06:08 2016
New Revision: 1770254

URL: http://svn.apache.org/viewvc?rev=1770254&view=rev
Log:
PDFBOX-3577: remove mygrid repository for jai_imageio, use github instead

Modified:
    pdfbox/branches/1.8/pdfbox/pom.xml

Modified: pdfbox/branches/1.8/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/pom.xml?rev=1770254&r1=1770253&r2=1770254&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.8/pdfbox/pom.xml Thu Nov 17 18:06:08 2016
@@ -77,7 +77,7 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- For legal reasons (incompatible license), these two dependencies
+        <!-- For legal reasons (incompatible license), these dependencies
         are to be used only in the tests and may not be distributed.
         See also LEGAL-195 -->
         <dependency>
@@ -87,20 +87,18 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>net.java.dev.jai-imageio</groupId>
-            <artifactId>jai-imageio-core-standalone</artifactId>
-            <version>1.2-pre-dr-b04-2011-07-04</version>
+            <groupId>com.github.jai-imageio</groupId>
+            <artifactId>jai-imageio-core</artifactId>
+            <version>1.3.1</version>
             <scope>test</scope>
         </dependency>    
+        <dependency>
+            <groupId>com.github.jai-imageio</groupId>
+            <artifactId>jai-imageio-jpeg2000</artifactId>
+            <version>1.3.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
-  
-    <repositories>
-        <repository>
-            <id>mygrid-repository</id>
-            <name>myGrid Repository</name>
-            <url>http://www.mygrid.org.uk/maven/repository</url>
-        </repository>
-    </repositories>
 
     <build>
         <resources>