Skip to content

Commit e62a0b8

Browse files
Merge pull request #855 from sebastian-nagel/NUTCH-3116-dependency-upgrades
NUTCH-3116 Minor dependency upgrades, update license and notice files
2 parents e850012 + 3961e9a commit e62a0b8

File tree

6 files changed

+649
-209
lines changed

6 files changed

+649
-209
lines changed

LICENSE-binary

Lines changed: 54 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ This product bundles some components that are also licensed under
208208
the Apache License Version 2.0:
209209

210210

211-
com.101tec:zkclient
212211
com.amazonaws:aws-java-sdk-cloudsearch
213212
com.amazonaws:aws-java-sdk-core
214213
com.beust:jcommander
@@ -219,12 +218,16 @@ com.fasterxml.jackson.core:jackson-annotations
219218
com.fasterxml.jackson.core:jackson-core
220219
com.fasterxml.jackson.core:jackson-databind
221220
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor
221+
com.fasterxml.jackson.dataformat:jackson-dataformat-csv
222222
com.fasterxml.jackson.dataformat:jackson-dataformat-smile
223223
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
224+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8
224225
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base
225226
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
226227
com.fasterxml.jackson.module:jackson-module-jaxb-annotations
228+
com.fasterxml.jackson.module:jackson-module-scala_2.12
227229
com.fasterxml.woodstox:woodstox-core
230+
com.github.ben-manes.caffeine:caffeine
228231
com.github.crawler-commons:crawler-commons
229232
com.github.spullara.mustache.java:compiler
230233
com.github.stephenc.jcip:jcip-annotations
@@ -242,9 +245,11 @@ com.google.inject.extensions:guice-servlet
242245
com.google.j2objc:j2objc-annotations
243246
com.healthmarketscience.jackcess:jackcess
244247
com.healthmarketscience.jackcess:jackcess-encrypt
248+
com.intellij:annotations
245249
com.maxmind.db:maxmind-db
246250
com.maxmind.geoip2:geoip2
247251
com.nimbusds:nimbus-jose-jwt
252+
com.optimaize.languagedetector:language-detector
248253
com.pff:java-libpst
249254
com.rabbitmq:amqp-client
250255
com.rometools:rome
@@ -263,11 +268,13 @@ commons-cli:commons-cli
263268
commons-codec:commons-codec
264269
commons-collections:commons-collections
265270
commons-daemon:commons-daemon
271+
commons-digester:commons-digester
266272
commons-httpclient:commons-httpclient
267273
commons-io:commons-io
268274
commons-lang:commons-lang
269275
commons-logging:commons-logging
270276
commons-net:commons-net
277+
commons-validator:commons-validator
271278
de.vandermeer:ascii-utf-themes
272279
de.vandermeer:asciitable
273280
de.vandermeer:char-translation
@@ -307,10 +314,12 @@ io.netty:netty-transport-rxtx
307314
io.netty:netty-transport-sctp
308315
io.netty:netty-transport-udt
309316
io.opentelemetry:opentelemetry-api
317+
io.opentelemetry:opentelemetry-api-events
310318
io.opentelemetry:opentelemetry-api-logs
311319
io.opentelemetry:opentelemetry-context
312320
io.opentelemetry:opentelemetry-exporter-common
313321
io.opentelemetry:opentelemetry-exporter-logging
322+
io.opentelemetry:opentelemetry-extension-incubator
314323
io.opentelemetry:opentelemetry-sdk
315324
io.opentelemetry:opentelemetry-sdk-common
316325
io.opentelemetry:opentelemetry-sdk-extension-autoconfigure
@@ -319,10 +328,12 @@ io.opentelemetry:opentelemetry-sdk-logs
319328
io.opentelemetry:opentelemetry-sdk-metrics
320329
io.opentelemetry:opentelemetry-sdk-trace
321330
io.opentelemetry:opentelemetry-semconv
331+
io.opentelemetry.semconv:opentelemetry-semconv
322332
io.ous:jtoml
323333
io.sgr:s2-geometry-library-java
324334
javax.inject:javax.inject
325335
joda-time:joda-time
336+
net.arnx:jsonic
326337
net.bytebuddy:byte-buddy
327338
net.sourceforge.htmlunit:htmlunit
328339
net.sourceforge.htmlunit:htmlunit-cssparser
@@ -355,7 +366,6 @@ org.apache.cxf:cxf-rt-transports-http-jetty
355366
org.apache.cxf:cxf-rt-ws-addr
356367
org.apache.cxf:cxf-rt-ws-policy
357368
org.apache.cxf:cxf-rt-wsdl
358-
org.apache.geronimo.specs:geronimo-jta_1.1_spec
359369
org.apache.hadoop:hadoop-annotations
360370
org.apache.hadoop:hadoop-auth
361371
org.apache.hadoop:hadoop-common
@@ -379,6 +389,14 @@ org.apache.james:apache-mime4j-dom
379389
org.apache.kafka:connect-api
380390
org.apache.kafka:connect-json
381391
org.apache.kafka:kafka-clients
392+
org.apache.kafka:kafka-group-coordinator
393+
org.apache.kafka:kafka-metadata
394+
org.apache.kafka:kafka-raft
395+
org.apache.kafka:kafka-server
396+
org.apache.kafka:kafka-server-common
397+
org.apache.kafka:kafka-storage
398+
org.apache.kafka:kafka-storage-api
399+
org.apache.kafka:kafka-tools-api
382400
org.apache.kafka:kafka_2.12
383401
org.apache.kerby:kerb-admin
384402
org.apache.kerby:kerb-client
@@ -456,18 +474,16 @@ org.apache.zookeeper:zookeeper
456474
org.apache.zookeeper:zookeeper-jute
457475
org.asynchttpclient:async-http-client
458476
org.asynchttpclient:async-http-client-netty-utils
477+
org.bitbucket.b_c:jose4j
459478
org.ccil.cowan.tagsoup:tagsoup
460479
org.codehaus.jackson:jackson-core-asl
461480
org.codehaus.jackson:jackson-mapper-asl
462481
org.codehaus.jettison:jettison
463482
org.eclipse.jetty:jetty-alpn-client
464483
org.eclipse.jetty:jetty-alpn-java-client
465484
org.eclipse.jetty:jetty-client
466-
org.eclipse.jetty:jetty-continuation
467485
org.eclipse.jetty:jetty-http
468486
org.eclipse.jetty:jetty-io
469-
org.eclipse.jetty:jetty-security
470-
org.eclipse.jetty:jetty-server
471487
org.eclipse.jetty:jetty-servlet
472488
org.eclipse.jetty:jetty-util
473489
org.eclipse.jetty:jetty-util-ajax
@@ -477,6 +493,7 @@ org.eclipse.jetty.http2:http2-client
477493
org.eclipse.jetty.http2:http2-common
478494
org.eclipse.jetty.http2:http2-hpack
479495
org.eclipse.jetty.http2:http2-http-client-transport
496+
org.eclipse.jetty.toolchain:jetty-servlet-api
480497
org.eclipse.jetty.websocket:websocket-api
481498
org.eclipse.jetty.websocket:websocket-client
482499
org.eclipse.jetty.websocket:websocket-common
@@ -501,6 +518,8 @@ org.jetbrains.kotlin:kotlin-stdlib
501518
org.jetbrains.kotlin:kotlin-stdlib-common
502519
org.jetbrains.kotlin:kotlin-stdlib-jdk7
503520
org.jetbrains.kotlin:kotlin-stdlib-jdk8
521+
org.jspecify:jspecify
522+
org.littleshoot:littleproxy
504523
org.locationtech.spatial4j:spatial4j
505524
org.lz4:lz4-java
506525
org.netpreserve:jwarc
@@ -518,13 +537,20 @@ org.opensearch.plugin:lang-mustache-client
518537
org.opensearch.plugin:mapper-extras-client
519538
org.opensearch.plugin:parent-join-client
520539
org.opensearch.plugin:rank-eval-client
540+
org.scala-lang:scala-library
541+
org.scala-lang:scala-reflect
542+
org.scala-lang.modules:scala-collection-compat_2.12
543+
org.scala-lang.modules:scala-java8-compat_2.12
521544
org.seleniumhq.selenium:htmlunit-driver
522545
org.seleniumhq.selenium:selenium-api
523546
org.seleniumhq.selenium:selenium-chrome-driver
524547
org.seleniumhq.selenium:selenium-chromium-driver
525548
org.seleniumhq.selenium:selenium-devtools-v106
526549
org.seleniumhq.selenium:selenium-devtools-v107
527550
org.seleniumhq.selenium:selenium-devtools-v108
551+
org.seleniumhq.selenium:selenium-devtools-v120
552+
org.seleniumhq.selenium:selenium-devtools-v121
553+
org.seleniumhq.selenium:selenium-devtools-v122
528554
org.seleniumhq.selenium:selenium-devtools-v85
529555
org.seleniumhq.selenium:selenium-edge-driver
530556
org.seleniumhq.selenium:selenium-firefox-driver
@@ -533,13 +559,11 @@ org.seleniumhq.selenium:selenium-ie-driver
533559
org.seleniumhq.selenium:selenium-java
534560
org.seleniumhq.selenium:selenium-json
535561
org.seleniumhq.selenium:selenium-manager
562+
org.seleniumhq.selenium:selenium-os
536563
org.seleniumhq.selenium:selenium-remote-driver
537564
org.seleniumhq.selenium:selenium-safari-driver
538565
org.seleniumhq.selenium:selenium-support
539566
org.slf4j:jcl-over-slf4j
540-
org.tallison.tika:tika-core-shaded
541-
org.tallison.tika:tika-langdetect-optimaize-shaded
542-
org.tallison.tika:tika-parsers-standard-package-shaded
543567
org.xerial.snappy:snappy-java
544568
org.yaml:snakeyaml
545569
xerces:xercesImpl
@@ -569,6 +593,8 @@ BSD 2-Clause
569593

570594
(licenses-binary/LICENSE-bsd-2-clause.txt)
571595

596+
com.barchart.udt:barchart-udt-bundle
597+
com.github.luben:zstd-jni
572598
com.google.protobuf:protobuf-java
573599
dk.brics:automaton
574600
dnsjava:dnsjava
@@ -585,8 +611,6 @@ com.adobe.xmp:xmpcore
585611
com.github.virtuald:curvesapi
586612
org.fusesource.leveldbjni:leveldbjni-all
587613
org.ow2.asm:asm
588-
org.scala-lang:scala-library
589-
org.scala-lang:scala-reflect
590614

591615

592616
BSD 3-clause License w/nuclear disclaimer
@@ -667,6 +691,7 @@ Common Public License
667691

668692
(licenses-binary/LICENSE-common-public-license.txt)
669693

694+
org.htmlparser:htmllexer
670695
org.htmlparser:htmlparser
671696

672697

@@ -677,6 +702,7 @@ EPL 2.0
677702

678703
jakarta.annotation:jakarta.annotation-api
679704
jakarta.ws.rs:jakarta.ws.rs-api
705+
javax.ws.rs:javax.ws.rs-api
680706

681707

682708
Eclipse Distribution License v1.0
@@ -686,15 +712,30 @@ Eclipse Distribution License v1.0
686712

687713
com.sun.activation:jakarta.activation
688714
com.sun.istack:istack-commons-runtime
689-
com.sun.xml.messaging.saaj:saaj-impl
690715
jakarta.activation:jakarta.activation-api
691716
jakarta.jws:jakarta.jws-api
692717
jakarta.xml.bind:jakarta.xml.bind-api
693718
jakarta.xml.soap:jakarta.xml.soap-api
694719
jakarta.xml.ws:jakarta.xml.ws-api
695720
org.glassfish.jaxb:jaxb-runtime
696721
org.glassfish.jaxb:txw2
697-
org.jvnet.staxex:stax-ex
722+
723+
724+
Eclipse Public License - Version 2.0
725+
------------------------------------
726+
727+
org.eclipse.jetty:jetty-http
728+
org.eclipse.jetty:jetty-io
729+
org.eclipse.jetty:jetty-security
730+
org.eclipse.jetty:jetty-server
731+
org.eclipse.jetty:jetty-util
732+
733+
734+
MIT
735+
---
736+
737+
net.sourceforge.argparse4j:argparse4j
738+
org.slf4j:slf4j-api
698739

699740

700741
MIT License
@@ -708,7 +749,7 @@ net.sf.jopt-simple:jopt-simple
708749
org.brotli:dec
709750
org.checkerframework:checker-qual
710751
org.jsoup:jsoup
711-
org.slf4j:jcl-over-slf4j
752+
org.pcollections:pcollections
712753
org.slf4j:slf4j-api
713754

714755

@@ -757,11 +798,3 @@ UnRar License
757798
(licenses-binary/LICENSE-unrar-license.txt)
758799

759800
com.github.junrar:junrar
760-
761-
762-
Unicode/ICU License
763-
-------------------
764-
765-
(licenses-binary/LICENSE-unicode-icu-license.txt)
766-
767-
com.ibm.icu:icu4j

0 commit comments

Comments
 (0)