Skip to content

Commit 5ea0964

Browse files
committed
remove commons-lang library (was used by old esapi extension and provided by that extension anyway)
1 parent 78f3428 commit 5ea0964

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,6 @@
159159
<artifactId>commons-lang3</artifactId>
160160
<version>3.12.0</version>
161161
</dependency>
162-
<!-- needed for esapi ext -->
163-
<dependency>
164-
<groupId>commons-lang</groupId>
165-
<artifactId>commons-lang</artifactId>
166-
<version>2.6</version>
167-
</dependency>
168162
<dependency>
169163
<groupId>org.apache.commons</groupId>
170164
<artifactId>commons-text</artifactId>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ Require-Bundle: org.apache.commons.commons-codec;bundle-version=1.15.0,
322322
org.apache.commons.commons-fileupload2-core;bundle-version=2.0.0.M4,
323323
org.apache.commons.commons-io;bundle-version=2.19.0,
324324
org.apache.commons.lang3;bundle-version=3.12.0,
325-
org.apache.commons.lang;bundle-version=2.6,
326325
org.apache.commons.commons-text;bundle-version=1.10.0,
327326
org.lucee.commons.logging.adapters;bundle-version=1.1.0.0000L,
328327
org.lucee.commons.logging.api;bundle-version=1.1.0.0000L,

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="7.0.2.41-SNAPSHOT"/>
5+
<property name="version" value="7.0.2.42-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: 1 addition & 7 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>7.0.2.41-SNAPSHOT</version>
6+
<version>7.0.2.42-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lucee Loader Build</name>
@@ -458,12 +458,6 @@
458458
<artifactId>commons-lang3</artifactId>
459459
<version>3.12.0</version>
460460
</dependency>
461-
<!-- needed for esapi ext -->
462-
<dependency>
463-
<groupId>commons-lang</groupId>
464-
<artifactId>commons-lang</artifactId>
465-
<version>2.6</version>
466-
</dependency>
467461
<dependency>
468462
<groupId>org.apache.commons</groupId>
469463
<artifactId>commons-text</artifactId>

0 commit comments

Comments
 (0)