Author: centic
Date: Sat Dec 14 15:06:31 2024
New Revision: 1922496
URL: http://svn.apache.org/viewvc?rev=1922496&view=rev
Log:
Versions for spotbugs-libs need to be of a specific version
Using newer versions does not work
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1922496&r1=1922495&r2=1922496&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Dec 14 15:06:31 2024
@@ -2572,25 +2572,26 @@ under the License.
<dependency prefix="spotbugs"
artifact="com.github.spotbugs:spotbugs:4.7.3" usage="${spotbugs.lib}"
target="spotbugs.jar"/>
<dependency prefix="spotbugs-ant"
artifact="com.github.spotbugs:spotbugs-ant:4.7.3" usage="${spotbugs.lib}"
target="spotbugs-ant.jar"/>
<dependency prefix="spotbugs-anno"
artifact="com.github.spotbugs:spotbugs-annotations:4.7.3"
usage="${spotbugs.lib}" target="spotbugs-annotations.jar"/>
- <dependency prefix="spotbugs.asm" artifact="org.ow2.asm:asm:9.5"
usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.asm-analysis"
artifact="org.ow2.asm:asm-analysis:9.5" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.asm-commons"
artifact="org.ow2.asm:asm-commons:9.5" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.asm-tree"
artifact="org.ow2.asm:asm-tree:9.5" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.asm-util"
artifact="org.ow2.asm:asm-util:9.5" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.asm" artifact="org.ow2.asm:asm:9.4"
usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.asm-analysis"
artifact="org.ow2.asm:asm-analysis:9.4" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.asm-commons"
artifact="org.ow2.asm:asm-commons:9.4" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.asm-tree"
artifact="org.ow2.asm:asm-tree:9.4" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.asm-util"
artifact="org.ow2.asm:asm-util:9.4" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.jsr305"
artifact="com.google.code.findbugs:jsr305:3.0.2" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.dom4j" artifact="org.dom4j:dom4j:2.1.3"
usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.jaxen" artifact="jaxen:jaxen:1.2.0"
usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.bcel"
artifact="org.apache.bcel:bcel:6.5.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.slf4j-api"
artifact="org.slf4j:slf4j-api:2.0.0" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.commons-text"
artifact="org.apache.commons:commons-text:1.11.0" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.commons-codec"
artifact="commons-codec:commons-codec:1.17.1" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.commons-lang"
artifact="org.apache.commons:commons-lang3:3.12.0" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.commons-text"
artifact="org.apache.commons:commons-text:1.10.0" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.commons-codec"
artifact="commons-codec:commons-codec:1.15" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.commons-logging"
artifact="commons-logging:commons-logging:1.2" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.jcip-annotations"
artifact="net.jcip:jcip-annotations:1.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.icu4j" artifact="com.ibm.icu:icu4j:68.2"
usage="${spotbugs.lib}" target="icu4j-68.2.jar"/>
- <dependency prefix="spotbugs.log4j-api"
artifact="org.apache.logging.log4j:log4j-api:2.24.2" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.log4j-core"
artifact="org.apache.logging.log4j:log4j-core:2.24.2" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.log4j-slf4j18-impl"
artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.24.2"
usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.saxon"
artifact="net.sf.saxon:Saxon-HE:12.5" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.log4j-api"
artifact="org.apache.logging.log4j:log4j-api:2.19.0" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.log4j-core"
artifact="org.apache.logging.log4j:log4j-core:2.19.0" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.log4j-slf4j18-impl"
artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0"
usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.saxon"
artifact="net.sf.saxon:Saxon-HE:11.4" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.xmlresolver"
artifact="org.xmlresolver:xmlresolver:4.2.0" usage="${spotbugs.lib}"/>
<mkdir dir="${basedir}${spotbugs.lib}/config"/>
@@ -2602,6 +2603,7 @@ under the License.
<downloadfile src="${spotbugs.jaxen.url}"
dest="${spotbugs.jaxen.jar}"/>
<downloadfile src="${spotbugs.bcel.url}" dest="${spotbugs.bcel.jar}"/>
<downloadfile src="${spotbugs.slf4j-api.url}"
dest="${spotbugs.slf4j-api.jar}"/>
+ <downloadfile src="${spotbugs.commons-lang.url}"
dest="${spotbugs.commons-lang.jar}"/>
<downloadfile src="${spotbugs.commons-text.url}"
dest="${spotbugs.commons-text.jar}"/>
<downloadfile src="${spotbugs.commons-codec.url}"
dest="${spotbugs.commons-codec.jar}"/>
<downloadfile src="${spotbugs.commons-logging.url}"
dest="${spotbugs.commons-logging.jar}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]