diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-11 23:40:15 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-11 23:40:15 +0200 |
| commit | bfddfe5e7ed90a80b4acf9a71a567b61b77cfcc4 (patch) | |
| tree | d1918d46d198606e867b9d83e0a64bff19c0891b /.classpath | |
| parent | edeb6162c435e4ad9098233eed4f8c9c9b0312e2 (diff) | |
isolate Solr 9.0 Jetty client dependencies in a relocated bridge
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 62dbe260e..495d71af5 100644 --- a/.classpath +++ b/.classpath @@ -12,5 +12,15 @@ <attribute name="module" value="true"/> </attributes> </classpathentry> + <classpathentry kind="lib" path="lib/solr9-bridge-solr-core-9.0.0.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-solr-solrj-9.0.0.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-solr-scripting-9.0.0.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-jetty-client-9.4.58.v20250814.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-jetty-http-9.4.58.v20250814.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-jetty-io-9.4.58.v20250814.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-jetty-util-9.4.58.v20250814.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-http2-client-9.4.58.v20250814.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-http2-common-9.4.58.v20250814.jar"/> + <classpathentry kind="lib" path="lib/solr9-bridge-http2-http-client-transport-9.4.58.v20250814.jar"/> <classpathentry kind="output" path="gen"/> </classpath> |
