diff options
| author | Michael Peter Christen <mc@yacy.net> | 2021-08-07 18:21:54 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2021-08-07 18:21:54 +0200 |
| commit | 8a2adb2b15b5a1aa80de8501cffc13be27105a4c (patch) | |
| tree | 60bda46908155f7748a129d96a47c3717468905d /.classpath | |
| parent | 9182b3dfcafc767217b00bc22ddeb855ad85b407 (diff) | |
upgraded commons-compress lib
cause: alert in
https://github.com/yacy/yacy_search_server/security/dependabot/pom.xml/org.apache.commons:commons-compress/open
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.classpath b/.classpath index 34756f84a..3f4b3e9bc 100644 --- a/.classpath +++ b/.classpath @@ -4,7 +4,11 @@ <classpathentry excluding="bookmarks/|ymarks/|bookmarks/posts/|bookmarks/tags/|bookmarks/xbel/|blacklists/" kind="src" path="htroot/api"/> <classpathentry excluding="posts/|tags/|xbel/" kind="src" path="htroot/api/bookmarks"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="lib" path="lib/J7Zip-modified.jar"/> <classpathentry kind="lib" path="lib/apache-mime4j-0.6.jar"/> <classpathentry kind="lib" path="lib/avatica-core-1.13.0.jar"/> @@ -18,7 +22,6 @@ <classpathentry kind="lib" path="lib/common-io-3.3.2.jar"/> <classpathentry kind="lib" path="lib/common-lang-3.3.2.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.14.jar"/> - <classpathentry kind="lib" path="lib/commons-compress-1.20.jar"/> <classpathentry kind="lib" path="lib/commons-fileupload-1.4.jar"/> <classpathentry kind="lib" path="lib/commons-io-2.7.jar"/> <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/> @@ -113,6 +116,7 @@ <classpathentry kind="lib" path="lib/commons-collections4-4.4.jar"/> <classpathentry kind="lib" path="lib/guava-25.1-jre.jar"/> <classpathentry kind="lib" path="lib/hazelcast-4.2.jar"/> + <classpathentry kind="lib" path="lib/commons-compress-1.21.jar"/> <classpathentry kind="src" path="htroot/api/blacklists"/> <classpathentry kind="src" path="htroot/api/bookmarks/posts"/> <classpathentry kind="src" path="htroot/api/bookmarks/tags"/> |
