Skip to content

Commit cc207eb

Browse files
committed
remove apache logging jars no longer needed and update apache collections4 version
1 parent 6c8794d commit cc207eb

4 files changed

Lines changed: 5 additions & 29 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.apache.commons</groupId>
107107
<artifactId>commons-collections4</artifactId>
108-
<version>4.4</version>
108+
<version>4.5.0</version>
109109
<scope>provided</scope>
110110
</dependency>
111111

@@ -158,18 +158,6 @@
158158
<version>4.5.13</version>
159159
<scope>provided</scope>
160160
</dependency>
161-
<dependency>
162-
<groupId>org.lucee</groupId>
163-
<artifactId>commons-logging-adapters</artifactId>
164-
<version>1.1.0.0000L</version>
165-
<scope>provided</scope>
166-
</dependency>
167-
<dependency>
168-
<groupId>org.lucee</groupId>
169-
<artifactId>commons-logging-api</artifactId>
170-
<version>1.1.0.0000L</version>
171-
<scope>provided</scope>
172-
</dependency>
173161
<dependency>
174162
<groupId>org.lucee</groupId>
175163
<artifactId>commons-logging</artifactId>

core/src/main/java/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Export-Package: coldfusion,
316316
lucee.transformer.util,
317317
lucee.transformer.cfml.script.java.function
318318
Require-Bundle: org.apache.commons.commons-codec;bundle-version=1.15.0,
319-
org.apache.commons.commons-collections4;bundle-version=4.4.0,
319+
org.apache.commons.commons-collections4;bundle-version=4.5.0,
320320
org.apache.commons.commons-fileupload2-core;bundle-version=2.0.0.M4,
321321
org.apache.commons.commons-io;bundle-version=2.19.0,
322322
org.apache.commons.commons-pool2;bundle-version=2.12.1,

loader/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project default="core" basedir="." name="Lucee"
33
xmlns:resolver="antlib:org.apache.maven.resolver.ant">
44

5-
<property name="version" value="8.0.0.136-SNAPSHOT"/>
5+
<property name="version" value="8.0.0.137-SNAPSHOT"/>
66

77
<taskdef uri="antlib:org.apache.maven.resolver.ant" resource="org/apache/maven/resolver/ant/antlib.xml">
88
<classpath>

loader/pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.lucee</groupId>
55
<artifactId>lucee</artifactId>
6-
<version>8.0.0.136-SNAPSHOT</version>
6+
<version>8.0.0.137-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lucee Loader Build</name>
@@ -451,7 +451,7 @@
451451
<dependency>
452452
<groupId>org.apache.commons</groupId>
453453
<artifactId>commons-collections4</artifactId>
454-
<version>4.4</version>
454+
<version>4.5.0</version>
455455
<scope>provided</scope>
456456
</dependency>
457457
<dependency>
@@ -526,18 +526,6 @@
526526
<version>4.5.13</version>
527527
<scope>provided</scope>
528528
</dependency>
529-
<dependency>
530-
<groupId>org.lucee</groupId>
531-
<artifactId>commons-logging-adapters</artifactId>
532-
<version>1.1.0.0000L</version>
533-
<scope>provided</scope>
534-
</dependency>
535-
<dependency>
536-
<groupId>org.lucee</groupId>
537-
<artifactId>commons-logging-api</artifactId>
538-
<version>1.1.0.0000L</version>
539-
<scope>provided</scope>
540-
</dependency>
541529
<dependency>
542530
<groupId>org.lucee</groupId>
543531
<artifactId>commons-logging</artifactId>

0 commit comments

Comments
 (0)