Skip to content
Snippets Groups Projects
Commit 21fe8e69 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Common: Update commons-lang3 to version 3.9


This version is aware of JDK 11 that we use. With the older version
3.7, runtime exceptions may occur.

Issue-Ref: 3846
Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
parent 35b6524b
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-lang3-3.7.jar" sourcepath="lib/apache-commons/commons-lang3-3.7-sources.jar">
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-lang3-3.9.jar" sourcepath="lib/apache-commons/commons-lang3-3.9-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/org.fortiss.tooling.common/lib/apache-commons/commons-lang3-3.7-javadoc.jar!/"/>
<attribute name="javadoc_location" value="jar:platform:/resource/org.fortiss.tooling.common/lib/apache-commons/commons-lang3-3.9-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/apache-commons/commons-io-2.4.jar" sourcepath="lib/apache-commons/commons-io-2.4-sources.jar"/>
......
......@@ -10,7 +10,7 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ClassPath: .,
lib/apache-commons/commons-lang-2.6.jar,
lib/apache-commons/commons-lang3-3.7.jar,
lib/apache-commons/commons-lang3-3.9.jar,
lib/apache-commons/commons-io-2.4.jar,
lib/org.conqat.ide.commons.jar,
lib/opencsv-2.3.jar
......
......@@ -8,6 +8,6 @@ bin.includes = .,\
lib/apache-commons/commons-lang-2.6.jar,\
lib/apache-commons/commons-io-2.4.jar,\
lib/opencsv-2.3.jar,\
lib/apache-commons/commons-lang3-3.7.jar,\
lib/apache-commons/commons-lang3-3.9.jar,\
lib/apache-commons/LICENSE.txt
src.includes = lib/
File deleted
File deleted
File deleted
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment