diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-01-30 12:57:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-01-30 12:57:47 +0000 |
commit | 5c82f99cd8ed486865e022189f468fa7a6359b43 (patch) | |
tree | eb9d7daf40d0aa99ffd5425aa91d7a85387f1f41 /.classpath | |
parent | 3575cee028ce5ac6ad8f4d5c8f3a5339427252e1 (diff) | |
download | poi-5c82f99cd8ed486865e022189f468fa7a6359b43.tar.gz poi-5c82f99cd8ed486865e022189f468fa7a6359b43.zip |
add byte-buddy and objenesis dependencies for mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.classpath b/.classpath index bfe9ee244c..fab72cd9ff 100644 --- a/.classpath +++ b/.classpath @@ -36,5 +36,8 @@ <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.1.jar"/> <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/> <classpathentry kind="lib" path="lib/mockito-core-2.13.0.jar"/> + <classpathentry kind="lib" path="lib/byte-buddy-1.7.9"/> + <classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9"/> + <classpathentry kind="lib" path="lib/objensis-2.6.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |