Author: centic
Date: Mon Feb 3 18:54:44 2014
New Revision: 1563997
URL: http://svn.apache.org/r1563997
Log:
Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom
Modified:
poi/trunk/build.xml
poi/trunk/maven/poi.pom
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1563997&r1=1563996&r2=1563997&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Feb 3 18:54:44 2014
@@ -128,9 +128,9 @@ 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.jar"/>
+ <property name="main.commons-logging.jar"
location="${main.lib}/commons-logging-1.1.3.jar"/>
<property name="main.commons-logging.url"
-
value="${repository.m2}/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
+
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"/>
<property name="main.commons-codec.url"
value="${repository.m2}/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"/>
Modified: poi/trunk/maven/poi.pom
URL:
http://svn.apache.org/viewvc/poi/trunk/maven/poi.pom?rev=1563997&r1=1563996&r2=1563997&view=diff
==============================================================================
--- poi/trunk/maven/poi.pom (original)
+++ poi/trunk/maven/poi.pom Mon Feb 3 18:54:44 2014
@@ -62,7 +62,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1</version>
+ <version>1.1.3</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
@@ -78,12 +78,13 @@
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
+
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
+ <scope>test</scope>
<version>1.3</version>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]