Author: kiwiwings
Date: Mon Feb 17 22:28:08 2020
New Revision: 1874149
URL: http://svn.apache.org/viewvc?rev=1874149&view=rev
Log:
Update Batik dependency to 1.12
Modified:
poi/trunk/.classpath
poi/trunk/build.gradle
poi/trunk/build.xml
Modified: poi/trunk/.classpath
URL:
http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1874149&r1=1874148&r2=1874149&view=diff
==============================================================================
--- poi/trunk/.classpath (original)
+++ poi/trunk/.classpath Mon Feb 17 22:28:08 2020
@@ -44,6 +44,6 @@
<classpathentry kind="lib" path="lib/mockito-core-3.2.4.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-1.10.1.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-agent-1.10.1.jar"/>
- <classpathentry kind="lib" path="compile-lib/batik-all-1.11.jar"/>
+ <classpathentry kind="lib" path="compile-lib/batik-all-1.12.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1874149&r1=1874148&r2=1874149&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Feb 17 22:28:08 2020
@@ -247,7 +247,7 @@ project('ooxml') {
compile 'com.zaxxer:SparseBitSet:1.2'
// compile only, don't add it to our dist as it blows up the size
- compile 'org.apache.xmlgraphics:batik-all:1.11'
+ compile 'org.apache.xmlgraphics:batik-all:1.12'
compile 'xml-apis:xml-apis-ext:1.3.04'
compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.3'
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1874149&r1=1874148&r2=1874149&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Feb 17 22:28:08 2020
@@ -233,8 +233,8 @@ under the License.
<property name="dsig.sl4j-api.url"
value="${repository.m2}/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar"/>
<!-- svg/batik libs - not part of the distribution -->
- <property name="svg.batik-all.url"
value="${repository.m2}/maven2/org/apache/xmlgraphics/batik-all/1.11/batik-all-1.11.jar"/>
- <property name="svg.batik-all.jar"
value="${compile.lib}/batik-all-1.11.jar"/>
+ <property name="svg.batik-all.url"
value="${repository.m2}/maven2/org/apache/xmlgraphics/batik-all/1.12/batik-all-1.12.jar"/>
+ <property name="svg.batik-all.jar"
value="${compile.lib}/batik-all-1.12.jar"/>
<property name="svg.xml-apis-ext.url"
value="${repository.m2}/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar"/>
<property name="svg.xml-apis-ext.jar"
value="${compile.lib}/xml-apis-ext-1.3.04.jar"/>
<property name="svg.xmlgraphics-commons.url"
value="${repository.m2}/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.3/xmlgraphics-commons-2.3.jar"/>
@@ -720,6 +720,7 @@ under the License.
<include name="bc*jdk15on-1.61*.jar"/>
<include name="bc*jdk15on-1.62*.jar"/>
<include name="batik-all-1.10.jar"/>
+ <include name="batik-all-1.11.jar"/>
<include name="slf4j-api-1.7.7.jar"/>
<include name="slf4j-api-1.7.1*.jar"/>
<include name="slf4j-api-1.7.2*.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]