* chore(TUP-36964) commons-text upgrade to 1.10.0 * update reference part of commons-text recovery tcksdk/pom.xml (will be upgraded by DI team) * remove unused lower version jar
15 lines
926 B
XML
15 lines
926 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-text-1.10.0.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.10.0.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-pool2-2.4.2.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-validator-1.5.1.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-math3-3.3.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-digester-2.1.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-cli-2.0-SNAPSHOT.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.15.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|