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 2018/02/27 18:09:56 UTC

svn commit: r1825485 - in /pdfbox/branches/2.0: debugger/pom.xml parent/pom.xml pdfbox/pom.xml preflight/pom.xml tools/pom.xml

Author: tilman
Date: Tue Feb 27 18:09:56 2018
New Revision: 1825485

URL: http://svn.apache.org/viewvc?rev=1825485&view=rev
Log:
PDFBOX-4135: replace levigo entries with apache entries in pom.xml

Modified:
    pdfbox/branches/2.0/debugger/pom.xml
    pdfbox/branches/2.0/parent/pom.xml
    pdfbox/branches/2.0/pdfbox/pom.xml
    pdfbox/branches/2.0/preflight/pom.xml
    pdfbox/branches/2.0/tools/pom.xml

Modified: pdfbox/branches/2.0/debugger/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/debugger/pom.xml?rev=1825485&r1=1825484&r2=1825485&view=diff
==============================================================================
--- pdfbox/branches/2.0/debugger/pom.xml (original)
+++ pdfbox/branches/2.0/debugger/pom.xml Tue Feb 27 18:09:56 2018
@@ -48,14 +48,14 @@
         <artifactId>pdfbox</artifactId>
         <version>${project.version}</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>
+        <groupId>org.apache.pdfbox</groupId>
+        <artifactId>jbig2-imageio</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.github.jai-imageio</groupId>
         <artifactId>jai-imageio-core</artifactId>

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1825485&r1=1825484&r2=1825485&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Tue Feb 27 18:09:56 2018
@@ -93,16 +93,17 @@
                 <artifactId>log4j</artifactId>
                 <version>1.2.17</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>2.0</version>
+                <groupId>org.apache.pdfbox</groupId>
+                <artifactId>jbig2-imageio</artifactId>
+                <version>3.0.0</version>
                 <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.github.jai-imageio</groupId>
                 <artifactId>jai-imageio-core</artifactId>

Modified: pdfbox/branches/2.0/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/pom.xml?rev=1825485&r1=1825484&r2=1825485&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Tue Feb 27 18:09:56 2018
@@ -71,14 +71,15 @@
             <version>1.3.0</version>
             <scope>test</scope>
         </dependency>
-        <!-- For legal reasons (incompatible license), these three dependencies below
-        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>
+            <groupId>org.apache.pdfbox</groupId>
+            <artifactId>jbig2-imageio</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <!-- For legal reasons (incompatible license), these two dependencies below
+        are to be used only in the tests and may not be distributed. 
+        See also LEGAL-195 -->
         <dependency>
             <groupId>com.github.jai-imageio</groupId>
             <artifactId>jai-imageio-core</artifactId>

Modified: pdfbox/branches/2.0/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/preflight/pom.xml?rev=1825485&r1=1825484&r2=1825485&view=diff
==============================================================================
--- pdfbox/branches/2.0/preflight/pom.xml (original)
+++ pdfbox/branches/2.0/preflight/pom.xml Tue Feb 27 18:09:56 2018
@@ -213,15 +213,11 @@
 			<artifactId>bcprov-jdk15on</artifactId>
 			<optional>true</optional>
 		</dependency>
-                <!-- For legal reasons (incompatible license), this dependency
-                is 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>
+                    <groupId>org.apache.pdfbox</groupId>
+                    <artifactId>jbig2-imageio</artifactId>
                     <scope>test</scope>
                 </dependency>
-
 	</dependencies>
 
 </project>

Modified: pdfbox/branches/2.0/tools/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/tools/pom.xml?rev=1825485&r1=1825484&r2=1825485&view=diff
==============================================================================
--- pdfbox/branches/2.0/tools/pom.xml (original)
+++ pdfbox/branches/2.0/tools/pom.xml Tue Feb 27 18:09:56 2018
@@ -53,14 +53,14 @@
       <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>
+        <groupId>org.apache.pdfbox</groupId>
+        <artifactId>jbig2-imageio</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.github.jai-imageio</groupId>
         <artifactId>jai-imageio-core</artifactId>