Skip to content

Commit ceed735

Browse files
committed
logging -> 1.3.5
1 parent 48707a3 commit ceed735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<available file="lib/commons-collections4-4.5.0.jar"/>
3737
<available file="lib/commons-digester3-3.2.jar"/>
3838
<available file="lib/commons-lang3-3.19.0.jar"/>
39-
<available file="lib/commons-logging-1.3.4.jar"/>
39+
<available file="lib/commons-logging-1.3.5.jar"/>
4040
<available file="lib/commons-text-1.13.0.jar"/>
4141
<available file="lib/commons-validator-1.9.0.jar"/>
4242
<available file="lib/velocity-2.4.1.jar"/>
@@ -62,8 +62,8 @@
6262
<get dest="tmp/commons-collections4-4.5.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar" usetimestamp="true"/>
6363
<get dest="tmp/commons-digester3-3.2.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar" usetimestamp="true"/>
6464
<get dest="tmp/commons-lang3-3.19.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.19.0/commons-lang3-3.19.0.jar" usetimestamp="true"/>
65+
<get dest="tmp/commons-logging-1.3.5.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar" usetimestamp="true"/>
6566
<get dest="tmp/commons-text-1.13.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.13.0/commons-text-1.13.0.jar" usetimestamp="true"/>
66-
<get dest="tmp/commons-logging-1.3.4.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.4/commons-logging-1.3.4.jar" usetimestamp="true"/>
6767
<get dest="tmp/commons-validator-1.9.0.jar" src="https://repo1.maven.org/maven2/commons-validator/commons-validator/1.9.0/commons-validator-1.9.0.jar" usetimestamp="true"/>
6868
<get dest="tmp/velocity-2.4.1.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity-engine-core/2.4.1/velocity-engine-core-2.4.1.jar" usetimestamp="true"/>
6969
<get dest="tmp/velocity-tools-3.1.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar" usetimestamp="true"/>
@@ -82,8 +82,8 @@
8282
<copy file="tmp/commons-collections4-4.5.0.jar" tofile="lib/commons-collections4-4.5.0.jar"/>
8383
<copy file="tmp/commons-digester3-3.2.jar" tofile="lib/commons-digester3-3.2.jar"/>
8484
<copy file="tmp/commons-lang3-3.19.0.jar" tofile="lib/commons-lang3-3.19.0.jar"/>
85+
<copy file="tmp/commons-logging-1.3.5.jar" tofile="lib/commons-logging-1.3.5.jar"/>
8586
<copy file="tmp/commons-text-1.13.0.jar" tofile="lib/commons-text-1.13.0.jar"/>
86-
<copy file="tmp/commons-logging-1.3.4.jar" tofile="lib/commons-logging-1.3.4.jar"/>
8787
<copy file="tmp/commons-validator-1.9.0.jar" tofile="lib/commons-validator-1.9.0.jar"/>
8888
<copy file="tmp/velocity-2.4.1.jar" tofile="lib/velocity-2.4.1.jar"/>
8989
<copy file="tmp/velocity-tools-3.1.jar" tofile="lib/velocity-tools-3.1.jar"/>

0 commit comments

Comments
 (0)