]> source.dussan.org Git - poi.git/commitdiff
Update to latest commons-codec-1.10 and commons-logging-1.2, use the properties for...
authorDominik Stadler <centic@apache.org>
Tue, 13 Oct 2015 16:37:22 +0000 (16:37 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 13 Oct 2015 16:37:22 +0000 (16:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.xml
maven/poi.pom
sonar/main/pom.xml

index b7be44367453b8f51860e75acb75bbf78a937984..395d777808c0a8d900b4a8016b9709074566d250 100644 (file)
@@ -17,8 +17,8 @@
        <classpathentry kind="src" path="src/integrationtest"/>
        <classpathentry kind="lib" path="lib/ant-1.9.4.jar"/>
        <classpathentry kind="lib" path="lib/ant-launcher-1.9.4.jar"/>
-       <classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
-       <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
+       <classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
+       <classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
        <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
        <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar"/>
        <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
index 857b7ddbdfdf6681ebd6e39053f26264734c8a4e..d50555190bdd9e8d14735df82ade07e570119c3b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -149,12 +149,12 @@ under the License.
     <property name="excelant.testokfile" location="build/excelant-testokfile.txt"/>
 
     <!-- jars in the /lib directory, see the fetch-jars target-->
-    <property name="main.commons-logging.jar" location="${main.lib}/commons-logging-1.1.3.jar"/>
+    <property name="main.commons-logging.jar" location="${main.lib}/commons-logging-1.2.jar"/>
     <property name="main.commons-logging.url"
-              value="${repository.m2}/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"/>
-    <property name="main.commons-codec.jar" location="${main.lib}/commons-codec-1.9.jar"/>
+              value="${repository.m2}/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
+    <property name="main.commons-codec.jar" location="${main.lib}/commons-codec-1.10.jar"/>
     <property name="main.commons-codec.url"
-              value="${repository.m2}/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"/>
+              value="${repository.m2}/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar"/>
     <property name="main.log4j.jar" location="${main.lib}/log4j-1.2.17.jar"/>
     <property name="main.log4j.url" value="${repository.m2}/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
     <property name="main.junit.jar" location="${main.lib}/junit-4.12.jar"/>
@@ -436,7 +436,8 @@ under the License.
                 <include name="ant-1.8*"/>
                 <include name="asm-all-4*"/>
                 <include name="commons-codec-1.5*"/>
-                <include name="commons-logging-1.1.jar"/>
+                <include name="commons-codec-1.9*"/>
+                <include name="commons-logging-1.1*.jar"/>
                 <include name="jacoco-0.6*"/>
                 <include name="jacoco-0.7.1*"/>
                 <include name="jacoco-0.7.2*"/>
@@ -1796,8 +1797,8 @@ under the License.
             <auxClasspath path="${ooxml.xsds.jar}" />
             <auxClasspath path="ooxml-lib/ooxml-security-1.0.jar" />
             <auxClasspath path="ooxml-lib/xmlbeans-2.6.0.jar" />
-            <auxClasspath path="lib/commons-codec-1.9.jar" />
-            <auxClasspath path="lib/commons-logging-1.1.3.jar" />
+            <auxClasspath path="${main.commons-codec.jar}" />
+            <auxClasspath path="${main.commons-logging.jar}" />
             <auxClasspath path="lib/junit-4.12.jar" />
             <sourcePath path="src/java" />
             <sourcePath path="src/ooxml/java" />
@@ -1819,8 +1820,8 @@ under the License.
             <auxClasspath path="${ooxml.xsds.jar}" />
             <auxClasspath path="ooxml-lib/ooxml-security-1.0.jar" />
             <auxClasspath path="ooxml-lib/xmlbeans-2.6.0.jar" />
-            <auxClasspath path="lib/commons-codec-1.9.jar" />
-            <auxClasspath path="lib/commons-logging-1.1.3.jar" />
+            <auxClasspath path="${main.commons-codec.jar}" />
+            <auxClasspath path="${main.commons-logging.jar}" />
             <auxClasspath path="lib/junit-4.12.jar" />
             <sourcePath path="src/java" />
             <sourcePath path="src/ooxml/java" />
index 6f2c4243ab296605e6b0d20ef4f392407324ae36..7c1b4cf84f8e691cde350fabc5af57d0af729d26 100644 (file)
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.3</version>
+      <version>1.2</version>
       <scope>runtime</scope>
       <optional>true</optional>
     </dependency>
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.9</version>
+      <version>1.10</version>
     </dependency>
 
     <dependency>
index d96222975801f54a693fd28755a021fa7e605055..67cf12801c3e25e2c27656f39b65227d0cd012a7 100644 (file)
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.9</version>
+            <version>1.10</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.3</version>
+            <version>1.2</version>
         </dependency>
     </dependencies>
 </project>