diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-10-22 22:51:31 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-10-22 22:51:31 +0000 |
commit | a2dcb10f67c816acd1ab9ed779dae12ad7536603 (patch) | |
tree | 7b0f9b284ffcc9e1b5beda8fcd37a30cb4d17be3 /.classpath | |
parent | 9c367c57c05c18b63cf35ebfbb8e6e82d5a1c20c (diff) | |
download | poi-a2dcb10f67c816acd1ab9ed779dae12ad7536603.tar.gz poi-a2dcb10f67c816acd1ab9ed779dae12ad7536603.zip |
update commons-codec
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.classpath b/.classpath index d773c80c77..7d9628dbdf 100644 --- a/.classpath +++ b/.classpath @@ -18,30 +18,30 @@ <classpathentry kind="lib" path="lib/ant-1.10.1.jar"/> <classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> - <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.1.0.jar" sourcepath="ooxml-lib/xmlbeans-3.1.0.jar"/> + <classpathentry exported="true" kind="lib" path="lib/ooxml/xmlbeans-4.0.0.jar" sourcepath="lib/ooxml/xmlbeans-3.1.0.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.13.jar"/> - <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.06.jar"/> - <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-schemas-1.4.jar" sourcepath="ooxml-lib/ooxml-schemas-1.4-sources.jar"/> - <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/> + <classpathentry kind="lib" path="lib/ooxml/curvesapi-1.06.jar"/> + <classpathentry exported="true" kind="lib" path="lib/ooxml/ooxml-schemas-1.4.jar" sourcepath="lib/ooxml/ooxml-schemas-1.4-sources.jar"/> + <classpathentry exported="true" kind="lib" path="lib/ooxml/ooxml-security-1.1.jar" sourcepath="lib/ooxml/ooxml-security-1.1-sources.jar"/> <classpathentry kind="lib" path="lib/jmh-core-1.19.jar"/> <classpathentry kind="lib" path="lib/jmh-generator-annprocess-1.19.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.30.jar"/> - <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.65.jar"/> - <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.65.jar"/> - <classpathentry kind="lib" path="ooxml-testlib/reflections.jar"/> - <classpathentry kind="lib" path="ooxml-testlib/guava.jar"/> - <classpathentry kind="lib" path="ooxml-testlib/javassist.jar"/> - <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.5.jar"/> - <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.14.jar"/> + <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.66.jar"/> + <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.66.jar"/> + <classpathentry kind="lib" path="ooxml-tests/reflections.jar"/> + <classpathentry kind="lib" path="ooxml-tests/guava.jar"/> + <classpathentry kind="lib" path="ooxml-tests/javassist.jar"/> + <classpathentry exported="true" kind="lib" path="lib/ooxml-provided/xmlsec-2.2.0.jar"/> + <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.15.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar"/> <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/> <classpathentry kind="lib" path="lib/xmlunit-core-2.5.1.jar"/> <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/> <classpathentry kind="lib" path="lib/commons-compress-1.20.jar"/> - <classpathentry kind="lib" path="lib/mockito-core-3.3.3.jar"/> + <classpathentry kind="lib" path="lib/mockito-core-3.5.15.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-1.10.1.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-agent-1.10.1.jar"/> <classpathentry kind="lib" path="compile-lib/batik-all-1.12.jar"/> |