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 2021/03/12 16:48:32 UTC

svn commit: r1887541 - in /pdfbox/branches/1.8: app/pom.xml parent/pom.xml pdfbox/pom.xml

Author: tilman
Date: Fri Mar 12 16:48:32 2021
New Revision: 1887541

URL: http://svn.apache.org/viewvc?rev=1887541&view=rev
Log:
PDFBOX-5129: update icu4j and put version in parent pom.xml

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

Modified: pdfbox/branches/1.8/app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/app/pom.xml?rev=1887541&r1=1887540&r2=1887541&view=diff
==============================================================================
--- pdfbox/branches/1.8/app/pom.xml (original)
+++ pdfbox/branches/1.8/app/pom.xml Fri Mar 12 16:48:32 2021
@@ -52,7 +52,6 @@
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
-      <version>3.8</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1887541&r1=1887540&r2=1887541&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Fri Mar 12 16:48:32 2021
@@ -63,6 +63,12 @@
               <version>${bouncycastle.version}</version>
           </dependency>
           <dependency>
+              <groupId>com.ibm.icu</groupId>
+              <artifactId>icu4j</artifactId>
+              <version>4.8.2</version>
+              <scope>provided</scope>
+          </dependency>
+          <dependency>
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
               <version>4.13.2</version>

Modified: pdfbox/branches/1.8/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/pom.xml?rev=1887541&r1=1887540&r2=1887541&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.8/pdfbox/pom.xml Fri Mar 12 16:48:32 2021
@@ -65,7 +65,6 @@
         <dependency>
             <groupId>com.ibm.icu</groupId>
             <artifactId>icu4j</artifactId>
-            <version>3.8</version>
             <optional>true</optional>
         </dependency>
         <dependency>