diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-03-18 21:06:09 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-03-18 21:06:09 +0000 |
commit | 88f9cf3ddba808b3c51f334d07f8656e4a7dd192 (patch) | |
tree | d810db59af855da71f9f3959dd19db4f575b4a9e /.classpath | |
parent | a54394de7c31dfdfde7c2da67c101c9b526e73ba (diff) | |
download | poi-88f9cf3ddba808b3c51f334d07f8656e4a7dd192.tar.gz poi-88f9cf3ddba808b3c51f334d07f8656e4a7dd192.zip |
#63712 - upgrading xmlsec causes junit tests to fail
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 819bb23955..7d8b545565 100644 --- a/.classpath +++ b/.classpath @@ -33,7 +33,7 @@ <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.2.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 exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar"/> |