diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 709a78cfd23..c1732e6038a 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,11 +1,13 @@ name: 'Dependency Review' -on: [ pull_request ] +on: + push: + pull_request: permissions: contents: read jobs: - dependency-review: + Check-Allowed-Licenses: runs-on: ubuntu-latest continue-on-error: false steps: @@ -24,3 +26,42 @@ jobs: MIT, MIT-0, MPL-1.1, MPL-2.0, NTP, OpenSSL, PHP-3.01, PostgreSQL, OFL-1.1, Unlicense, Unicode-DFS-2015, Unicode-DFS-2016, Unicode-TOU, UPL-1.0, W3C-20150513, W3C-19980720, W3C, WTFPL, X11, Zlib, ZPL-2.1 + + Dash-Dependency-Check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: ./.github/actions/setup-build + - name: Download latest Eclipse Dash + run: | + curl -L https://repo.eclipse.org/service/local/artifact/maven/redirect\?r\=dash-licenses\&g\=org.eclipse.dash\&a\=org.eclipse.dash.licenses\&v\=LATEST --output dash.jar + - name: Regenerate DEPENDENCIES + run: | + # dash returns a nonzero exit code if there are libs that need review. the "|| true" avoids that + ./gradlew allDependencies | grep -Poh "(?<=\s)[\w.-]+:[\w.-]+:[^:\s\[\]]+" | sort | uniq | java -jar dash.jar - -summary DEPENDENCIES-gen || true + + # log warning if restricted deps are found + grep -E 'restricted' DEPENDENCIES | if test $(wc -l) -gt 0; then + echo "::warning file=DEPENDENCIES,title=Restricted Dependencies found::Some dependencies are marked 'restricted' - please review them" + fi + + # log error and fail job if rejected deps are found + grep -E 'rejected' DEPENDENCIES | if test $(wc -l) -gt 0; then + echo "::error file=DEPENDENCIES,title=Rejected Dependencies found::Some dependencies are marked 'rejected', they cannot be used" + exit 1 + fi + - name: Check for differences + run: | + diff DEPENDENCIES DEPENDENCIES-gen + + Dependency-Analysis: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: ./.github/actions/setup-build + + - name: Dependency rules report + run: ./gradlew -Dorg.gradle.jvmargs="-Xmx1g" buildHealth + + - name: Dependency analysis report + run: cat build/reports/dependency-analysis/build-health-report.txt \ No newline at end of file diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index cbcb34611f7..e2bcf3a4bb0 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -38,17 +38,7 @@ jobs: - name: Run Javadoc run: ./gradlew javadoc - Dependency-analysis: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/setup-build - - - name: Dependency rules report - run: ./gradlew -Dorg.gradle.jvmargs="-Xmx1g" buildHealth - - name: Dependency analysis report - run: cat build/reports/dependency-analysis/build-health-report.txt Unit-Tests: runs-on: ubuntu-latest diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 00000000000..3048151f303 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,327 @@ +maven/mavencentral/com.apicatalog/titanium-json-ld/1.3.2, Apache-2.0, approved, #8912 +maven/mavencentral/com.atomikos/atomikos-util/6.0.0, NOASSERTION, restricted, clearlydefined +maven/mavencentral/com.atomikos/transactions-api/6.0.0, NOASSERTION, restricted, clearlydefined +maven/mavencentral/com.atomikos/transactions-jdbc/6.0.0, None, restricted, #9273 +maven/mavencentral/com.atomikos/transactions-jta/6.0.0, None, restricted, #9275 +maven/mavencentral/com.atomikos/transactions/6.0.0, None, restricted, #9272 +maven/mavencentral/com.ethlo.time/itu/1.7.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.fasterxml.jackson.core/jackson-annotations/2.10.3, Apache-2.0, approved, CQ21280 +maven/mavencentral/com.fasterxml.jackson.core/jackson-annotations/2.13.3, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.fasterxml.jackson.core/jackson-annotations/2.14.0, Apache-2.0, approved, #5303 +maven/mavencentral/com.fasterxml.jackson.core/jackson-annotations/2.14.1, Apache-2.0, approved, #5303 +maven/mavencentral/com.fasterxml.jackson.core/jackson-annotations/2.14.2, Apache-2.0, approved, #5303 +maven/mavencentral/com.fasterxml.jackson.core/jackson-annotations/2.15.2, Apache-2.0, approved, #7947 +maven/mavencentral/com.fasterxml.jackson.core/jackson-core/2.14.1, Apache-2.0 AND MIT, approved, #4303 +maven/mavencentral/com.fasterxml.jackson.core/jackson-core/2.14.2, Apache-2.0 AND MIT, approved, #4303 +maven/mavencentral/com.fasterxml.jackson.core/jackson-core/2.15.2, MIT AND Apache-2.0, approved, #7932 +maven/mavencentral/com.fasterxml.jackson.core/jackson-databind/2.11.0, Apache-2.0, approved, CQ23093 +maven/mavencentral/com.fasterxml.jackson.core/jackson-databind/2.13.3, Apache-2.0, approved, #2134 +maven/mavencentral/com.fasterxml.jackson.core/jackson-databind/2.14.0, Apache-2.0, approved, #4105 +maven/mavencentral/com.fasterxml.jackson.core/jackson-databind/2.14.1, Apache-2.0, approved, #4105 +maven/mavencentral/com.fasterxml.jackson.core/jackson-databind/2.14.2, Apache-2.0, approved, #4105 +maven/mavencentral/com.fasterxml.jackson.core/jackson-databind/2.15.2, Apache-2.0, approved, #7934 +maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.13.3, Apache-2.0, approved, #2566 +maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.14.0, Apache-2.0, approved, #5933 +maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.14.2, Apache-2.0, approved, #5933 +maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.15.2, Apache-2.0, approved, #8802 +maven/mavencentral/com.fasterxml.jackson.datatype/jackson-datatype-jakarta-jsonp/2.15.2, Apache-2.0, approved, #9179 +maven/mavencentral/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.13.3, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.14.0, Apache-2.0, approved, #4699 +maven/mavencentral/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.14.2, Apache-2.0, approved, #4699 +maven/mavencentral/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.15.2, Apache-2.0, approved, #7930 +maven/mavencentral/com.fasterxml.jackson.jakarta.rs/jackson-jakarta-rs-base/2.15.2, Apache-2.0, approved, #9235 +maven/mavencentral/com.fasterxml.jackson.jakarta.rs/jackson-jakarta-rs-json-provider/2.13.3, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.fasterxml.jackson.jakarta.rs/jackson-jakarta-rs-json-provider/2.15.2, Apache-2.0, approved, #9236 +maven/mavencentral/com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.14.1, Apache-2.0, approved, #5308 +maven/mavencentral/com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.2, Apache-2.0, approved, #9241 +maven/mavencentral/com.fasterxml.jackson/jackson-bom/2.14.2, Apache-2.0, approved, #7931 +maven/mavencentral/com.fasterxml.jackson/jackson-bom/2.15.2, Apache-2.0, approved, #7929 +maven/mavencentral/com.fasterxml.uuid/java-uuid-generator/4.1.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.github.cliftonlabs/json-simple/3.0.2, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.github.docker-java/docker-java-api/3.3.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.github.docker-java/docker-java-transport-zerodep/3.3.0, Apache-2.0 AND (Apache-2.0 AND BSD-3-Clause), approved, #7946 +maven/mavencentral/com.github.docker-java/docker-java-transport/3.3.0, Apache-2.0, approved, #7942 +maven/mavencentral/com.github.java-json-tools/btf/1.3, Apache-2.0 OR LGPL-3.0-or-later, approved, #2721 +maven/mavencentral/com.github.java-json-tools/jackson-coreutils-equivalence/1.0, LGPL-3.0 OR Apache-2.0, approved, clearlydefined +maven/mavencentral/com.github.java-json-tools/jackson-coreutils/2.0, , approved, #2719 +maven/mavencentral/com.github.java-json-tools/json-patch/1.13, Apache-2.0 OR LGPL-3.0-or-later, approved, CQ23929 +maven/mavencentral/com.github.java-json-tools/json-schema-core/1.2.14, , approved, #2722 +maven/mavencentral/com.github.java-json-tools/json-schema-validator/2.2.14, Apache-2.0 OR LGPL-3.0-or-later, approved, CQ20779 +maven/mavencentral/com.github.java-json-tools/msg-simple/1.2, , approved, #2720 +maven/mavencentral/com.github.java-json-tools/uri-template/0.10, Apache-2.0 OR LGPL-3.0-only, approved, #2723 +maven/mavencentral/com.github.luben/zstd-jni/1.5.5-1, BSD-2-Clause, approved, clearlydefined +maven/mavencentral/com.github.stephenc.jcip/jcip-annotations/1.0-1, Apache-2.0, approved, CQ21949 +maven/mavencentral/com.google.code.findbugs/jsr305/2.0.1, BSD-3-Clause AND CC-BY-2.5 AND LGPL-2.1+, approved, CQ13390 +maven/mavencentral/com.google.code.findbugs/jsr305/3.0.2, Apache-2.0, approved, #20 +maven/mavencentral/com.google.errorprone/error_prone_annotations/2.11.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.google.errorprone/error_prone_annotations/2.7.1, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.google.guava/failureaccess/1.0.1, Apache-2.0, approved, CQ22654 +maven/mavencentral/com.google.guava/guava/28.1-android, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.google.guava/guava/28.2-android, Apache-2.0 AND LicenseRef-Public-Domain, approved, CQ22437 +maven/mavencentral/com.google.guava/guava/31.0.1-android, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.google.guava/guava/31.0.1-jre, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.google.guava/guava/31.1-jre, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava, Apache-2.0, approved, CQ22657 +maven/mavencentral/com.google.j2objc/j2objc-annotations/1.3, Apache-2.0, approved, CQ21195 +maven/mavencentral/com.google.protobuf/protobuf-java/3.19.4, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/com.googlecode.libphonenumber/libphonenumber/8.11.1, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.h2database/h2/2.2.220, , restricted, clearlydefined +maven/mavencentral/com.jayway.jsonpath/json-path/2.7.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.jcraft/jzlib/1.1.3, BSD-2-Clause, approved, CQ6218 +maven/mavencentral/com.lmax/disruptor/3.4.4, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.networknt/json-schema-validator/1.0.76, Apache-2.0, approved, CQ22638 +maven/mavencentral/com.nimbusds/nimbus-jose-jwt/9.28, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.nimbusds/nimbus-jose-jwt/9.31, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.puppycrawl.tools/checkstyle/10.0, LGPL-2.1-or-later, approved, #7936 +maven/mavencentral/com.samskivert/jmustache/1.15, BSD-2-Clause, approved, clearlydefined +maven/mavencentral/com.squareup.okhttp3/okhttp-dnsoverhttps/4.11.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.squareup.okhttp3/okhttp/4.11.0, Apache-2.0, approved, #9240 +maven/mavencentral/com.squareup.okhttp3/okhttp/4.9.3, Apache-2.0 AND MPL-2.0, approved, #3225 +maven/mavencentral/com.squareup.okio/okio-jvm/3.2.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.squareup.okio/okio/3.2.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/com.sun.activation/jakarta.activation/2.0.0, EPL-2.0 OR BSD-3-Clause OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jaf +maven/mavencentral/com.sun.activation/jakarta.activation/2.0.1, EPL-2.0 OR BSD-3-Clause OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jaf +maven/mavencentral/com.sun.mail/mailapi/1.6.2, CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, clearlydefined +maven/mavencentral/com.sun.xml.bind/jaxb-core/4.0.1, BSD-3-Clause, approved, ee4j.jaxb-impl +maven/mavencentral/com.sun.xml.bind/jaxb-impl/4.0.1, BSD-3-Clause, approved, ee4j.jaxb-impl +maven/mavencentral/commons-beanutils/commons-beanutils/1.8.3, Apache-2.0, approved, CQ4968 +maven/mavencentral/commons-beanutils/commons-beanutils/1.9.4, Apache-2.0, approved, CQ12654 +maven/mavencentral/commons-codec/commons-codec/1.11, Apache-2.0 AND BSD-3-Clause, approved, CQ15971 +maven/mavencentral/commons-codec/commons-codec/1.15, Apache-2.0 AND BSD-3-Clause AND LicenseRef-Public-Domain, approved, CQ22641 +maven/mavencentral/commons-collections/commons-collections/3.2.2, Apache-2.0, approved, CQ10385 +maven/mavencentral/commons-io/commons-io/2.11.0, Apache-2.0, approved, CQ23745 +maven/mavencentral/commons-logging/commons-logging/1.1.1, Apache-2.0, approved, CQ1907 +maven/mavencentral/commons-logging/commons-logging/1.2, Apache-2.0, approved, CQ10162 +maven/mavencentral/dev.failsafe/failsafe-okhttp/3.3.2, Apache-2.0, approved, #9178 +maven/mavencentral/dev.failsafe/failsafe/3.3.2, Apache-2.0, approved, #9268 +maven/mavencentral/info.picocli/picocli/4.6.3, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.cloudevents/cloudevents-api/2.5.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.cloudevents/cloudevents-core/2.5.0, , restricted, clearlydefined +maven/mavencentral/io.cloudevents/cloudevents-http-basic/2.5.0, , restricted, clearlydefined +maven/mavencentral/io.github.classgraph/classgraph/4.8.138, MIT, approved, CQ22530 +maven/mavencentral/io.github.classgraph/classgraph/4.8.154, MIT, approved, CQ22530 +maven/mavencentral/io.micrometer/micrometer-commons/1.11.1, Apache-2.0 AND (Apache-2.0 AND MIT), approved, #9243 +maven/mavencentral/io.micrometer/micrometer-core/1.11.1, Apache-2.0 AND (Apache-2.0 AND MIT), approved, #9238 +maven/mavencentral/io.micrometer/micrometer-observation/1.11.1, Apache-2.0, approved, #9242 +maven/mavencentral/io.netty/netty-buffer/4.1.86.Final, Apache-2.0, approved, CQ21842 +maven/mavencentral/io.netty/netty-codec-http/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-codec-http2/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-codec-socks/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-codec/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-common/4.1.86.Final, Apache-2.0 AND MIT AND CC0-1.0, approved, CQ21843 +maven/mavencentral/io.netty/netty-handler-proxy/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-handler/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-resolver/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-tcnative-boringssl-static/2.0.56.Final, Apache-2.0 OR LicenseRef-Public-Domain OR BSD-2-Clause OR MIT, approved, CQ15280 +maven/mavencentral/io.netty/netty-tcnative-classes/2.0.56.Final, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.netty/netty-transport-native-unix-common/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.netty/netty-transport/4.1.86.Final, Apache-2.0 AND BSD-3-Clause AND MIT, approved, CQ20926 +maven/mavencentral/io.opentelemetry.instrumentation/opentelemetry-instrumentation-annotations/1.27.0, Apache-2.0, approved, #9270 +maven/mavencentral/io.opentelemetry.proto/opentelemetry-proto/0.20.0-alpha, None, restricted, #9274 +maven/mavencentral/io.opentelemetry/opentelemetry-api/1.27.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.opentelemetry/opentelemetry-context/1.27.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.prometheus/simpleclient/0.16.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.prometheus/simpleclient_common/0.16.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.prometheus/simpleclient_httpserver/0.16.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.prometheus/simpleclient_tracer_common/0.16.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.prometheus/simpleclient_tracer_otel/0.16.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.prometheus/simpleclient_tracer_otel_agent/0.16.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.rest-assured/json-path/5.3.1, Apache-2.0, approved, #9261 +maven/mavencentral/io.rest-assured/rest-assured-common/5.3.1, Apache-2.0, approved, #9264 +maven/mavencentral/io.rest-assured/rest-assured/5.3.1, Apache-2.0, approved, #9262 +maven/mavencentral/io.rest-assured/xml-path/5.3.1, Apache-2.0, approved, #9267 +maven/mavencentral/io.swagger.core.v3/swagger-annotations-jakarta/2.2.14, Apache-2.0, approved, #5947 +maven/mavencentral/io.swagger.core.v3/swagger-annotations-jakarta/2.2.2, Apache-2.0, approved, #5947 +maven/mavencentral/io.swagger.core.v3/swagger-annotations/2.2.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.core.v3/swagger-annotations/2.2.8, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.core.v3/swagger-core-jakarta/2.2.2, Apache-2.0, approved, #5929 +maven/mavencentral/io.swagger.core.v3/swagger-core/2.2.10, Apache-2.0, approved, #9265 +maven/mavencentral/io.swagger.core.v3/swagger-core/2.2.8, Apache-2.0, approved, #9265 +maven/mavencentral/io.swagger.core.v3/swagger-integration-jakarta/2.2.2, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.core.v3/swagger-integration/2.2.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.core.v3/swagger-jaxrs2-jakarta/2.2.2, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.core.v3/swagger-jaxrs2/2.2.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.core.v3/swagger-models-jakarta/2.2.2, Apache-2.0, approved, #5919 +maven/mavencentral/io.swagger.core.v3/swagger-models/2.2.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.core.v3/swagger-models/2.2.8, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.parser.v3/swagger-parser-core/2.1.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger.parser.v3/swagger-parser-v2-converter/2.1.10, , restricted, clearlydefined +maven/mavencentral/io.swagger.parser.v3/swagger-parser-v3/2.1.10, , restricted, clearlydefined +maven/mavencentral/io.swagger.parser.v3/swagger-parser/2.1.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger/swagger-annotations/1.6.9, Apache-2.0, approved, #3792 +maven/mavencentral/io.swagger/swagger-compat-spec-parser/1.0.64, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger/swagger-core/1.6.9, Apache-2.0, approved, #4358 +maven/mavencentral/io.swagger/swagger-models/1.6.9, Apache-2.0, approved, clearlydefined +maven/mavencentral/io.swagger/swagger-parser/1.0.64, Apache-2.0, approved, #4359 +maven/mavencentral/jakarta.activation/jakarta.activation-api/1.2.1, EPL-2.0 OR BSD-3-Clause OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jaf +maven/mavencentral/jakarta.activation/jakarta.activation-api/2.1.0, EPL-2.0 OR BSD-3-Clause OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jaf +maven/mavencentral/jakarta.annotation/jakarta.annotation-api/2.1.1, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.ca +maven/mavencentral/jakarta.inject/jakarta.inject-api/2.0.1, Apache-2.0, approved, clearlydefined +maven/mavencentral/jakarta.json/jakarta.json-api/2.1.1, EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, #7907 +maven/mavencentral/jakarta.transaction/jakarta.transaction-api/2.0.0, EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, #7697 +maven/mavencentral/jakarta.transaction/jakarta.transaction-api/2.0.1, EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, #7697 +maven/mavencentral/jakarta.validation/jakarta.validation-api/2.0.2, Apache-2.0, approved, clearlydefined +maven/mavencentral/jakarta.validation/jakarta.validation-api/3.0.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/jakarta.validation/jakarta.validation-api/3.0.2, Apache-2.0, approved, clearlydefined +maven/mavencentral/jakarta.ws.rs/jakarta.ws.rs-api/3.1.0, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.rest +maven/mavencentral/jakarta.xml.bind/jakarta.xml.bind-api/2.3.2, BSD-3-Clause, approved, ee4j.jaxb +maven/mavencentral/jakarta.xml.bind/jakarta.xml.bind-api/3.0.0, BSD-3-Clause, approved, ee4j.jaxb +maven/mavencentral/jakarta.xml.bind/jakarta.xml.bind-api/3.0.1, BSD-3-Clause, approved, ee4j.jaxb +maven/mavencentral/jakarta.xml.bind/jakarta.xml.bind-api/4.0.0, BSD-3-Clause, approved, ee4j.jaxb +maven/mavencentral/javax.servlet/javax.servlet-api/3.1.0, (CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0) AND Apache-2.0, approved, CQ7248 +maven/mavencentral/javax.servlet/javax.servlet-api/4.0.1, (CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0) AND Apache-2.0, approved, CQ16125 +maven/mavencentral/javax.ws.rs/javax.ws.rs-api/2.1, (CDDL-1.1 OR GPL-2.0 WITH Classpath-exception-2.0) AND Apache-2.0, approved, CQ18121 +maven/mavencentral/joda-time/joda-time/2.10.5, Apache-2.0, approved, clearlydefined +maven/mavencentral/junit/junit/4.13.2, EPL-2.0, approved, CQ23636 +maven/mavencentral/net.bytebuddy/byte-buddy-agent/1.14.1, Apache-2.0, approved, #7164 +maven/mavencentral/net.bytebuddy/byte-buddy/1.12.21, Apache-2.0 AND BSD-3-Clause, approved, #1811 +maven/mavencentral/net.bytebuddy/byte-buddy/1.14.1, Apache-2.0 AND BSD-3-Clause, approved, #7163 +maven/mavencentral/net.java.dev.jna/jna/5.12.1, Apache-2.0 OR LGPL-2.1-or-later, approved, #3217 +maven/mavencentral/net.javacrumbs.json-unit/json-unit-core/2.36.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/net.minidev/accessors-smart/2.4.7, Apache-2.0, approved, #7515 +maven/mavencentral/net.minidev/json-smart/2.4.7, Apache-2.0, approved, #3288 +maven/mavencentral/net.sf.jopt-simple/jopt-simple/5.0.4, MIT, approved, CQ13174 +maven/mavencentral/net.sf.saxon/Saxon-HE/10.6, MPL-2.0 AND W3C, approved, #7945 +maven/mavencentral/org.antlr/antlr4-runtime/4.9.3, BSD-3-Clause, approved, #322 +maven/mavencentral/org.apache.commons/commons-compress/1.23.0, Apache-2.0 AND BSD-3-Clause, approved, #7506 +maven/mavencentral/org.apache.commons/commons-digester3/3.2, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.apache.commons/commons-lang3/3.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.apache.commons/commons-lang3/3.11, Apache-2.0, approved, CQ22642 +maven/mavencentral/org.apache.commons/commons-lang3/3.12.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.apache.commons/commons-pool2/2.11.1, Apache-2.0, approved, CQ23795 +maven/mavencentral/org.apache.commons/commons-text/1.10.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.apache.groovy/groovy-bom/4.0.11, Apache-2.0, approved, #9266 +maven/mavencentral/org.apache.groovy/groovy-json/4.0.11, Apache-2.0, approved, #7411 +maven/mavencentral/org.apache.groovy/groovy-xml/4.0.11, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.apache.groovy/groovy/4.0.11, Apache-2.0 AND BSD-3-Clause AND MIT, approved, #1742 +maven/mavencentral/org.apache.httpcomponents/httpclient/4.5.13, Apache-2.0 AND LicenseRef-Public-Domain, approved, CQ23527 +maven/mavencentral/org.apache.httpcomponents/httpcore/4.4.13, Apache-2.0, approved, CQ23528 +maven/mavencentral/org.apache.httpcomponents/httpmime/4.5.13, Apache-2.0, approved, CQ11718 +maven/mavencentral/org.apache.kafka/kafka-clients/3.5.0, Apache-2.0, restricted, clearlydefined +maven/mavencentral/org.apache.velocity.tools/velocity-tools-generic/3.1, Apache-2.0, restricted, clearlydefined +maven/mavencentral/org.apache.velocity/velocity-engine-core/2.3, Apache-2.0, approved, #2478 +maven/mavencentral/org.apache.velocity/velocity-engine-scripting/2.3, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.apiguardian/apiguardian-api/1.1.2, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.assertj/assertj-core/3.24.2, Apache-2.0, approved, #6161 +maven/mavencentral/org.awaitility/awaitility/4.2.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.bouncycastle/bcpkix-jdk18on/1.72, MIT, approved, #3789 +maven/mavencentral/org.bouncycastle/bcpkix-jdk18on/1.75, MIT, approved, #9166 +maven/mavencentral/org.bouncycastle/bcprov-jdk18on/1.72, MIT AND CC0-1.0, approved, #3538 +maven/mavencentral/org.bouncycastle/bcprov-jdk18on/1.75, MIT AND CC0-1.0, approved, #9167 +maven/mavencentral/org.bouncycastle/bcutil-jdk18on/1.72, MIT, approved, #3790 +maven/mavencentral/org.bouncycastle/bcutil-jdk18on/1.75, MIT, approved, #9170 +maven/mavencentral/org.ccil.cowan.tagsoup/tagsoup/1.2.1, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.checkerframework/checker-qual/3.12.0, MIT, approved, clearlydefined +maven/mavencentral/org.checkerframework/checker-qual/3.31.0, MIT, approved, clearlydefined +maven/mavencentral/org.eclipse.angus/angus-activation/1.0.0, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.angus +maven/mavencentral/org.eclipse.edc/autodoc-processor/0.1.4-SNAPSHOT, Apache-2.0, approved, technology.edc +maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.1.4-SNAPSHOT, Apache-2.0, approved, technology.edc +maven/mavencentral/org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api/5.0.2, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.toolchain/jetty-jakarta-websocket-api/2.0.0, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.websocket/websocket-core-client/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.websocket/websocket-core-common/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.websocket/websocket-core-server/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.websocket/websocket-jakarta-client/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.websocket/websocket-jakarta-common/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.websocket/websocket-jakarta-server/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty.websocket/websocket-servlet/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-alpn-client/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-annotations/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-client/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-http/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-io/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-jndi/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-plus/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-security/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-server/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-servlet/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-util/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-webapp/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.eclipse.jetty/jetty-xml/11.0.15, EPL-2.0 OR Apache-2.0, approved, rt.jetty +maven/mavencentral/org.glassfish.hk2.external/aopalliance-repackaged/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish +maven/mavencentral/org.glassfish.hk2/hk2-api/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish +maven/mavencentral/org.glassfish.hk2/hk2-locator/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish +maven/mavencentral/org.glassfish.hk2/hk2-utils/3.0.4, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish +maven/mavencentral/org.glassfish.hk2/osgi-resource-locator/1.0.3, CDDL-1.0, approved, CQ10889 +maven/mavencentral/org.glassfish.jersey.containers/jersey-container-servlet-core/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.containers/jersey-container-servlet/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.core/jersey-client/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.core/jersey-common/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.core/jersey-server/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.ext/jersey-entity-filtering/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.inject/jersey-hk2/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.media/jersey-media-json-jackson/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish.jersey.media/jersey-media-multipart/3.1.2, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jersey +maven/mavencentral/org.glassfish/jakarta.json/2.0.1, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.jsonp +maven/mavencentral/org.hamcrest/hamcrest-core/1.3, BSD-2-Clause, approved, CQ11429 +maven/mavencentral/org.hamcrest/hamcrest-core/2.2, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/org.hamcrest/hamcrest/2.1, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/org.hamcrest/hamcrest/2.2, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/org.hdrhistogram/HdrHistogram/2.1.12, BSD-2-Clause OR LicenseRef-Public-Domain, approved, CQ13192 +maven/mavencentral/org.jacoco/org.jacoco.agent/0.8.8, EPL-2.0, approved, CQ23285 +maven/mavencentral/org.jacoco/org.jacoco.ant/0.8.8, EPL-2.0, approved, #1068 +maven/mavencentral/org.jacoco/org.jacoco.core/0.8.8, EPL-2.0, approved, CQ23283 +maven/mavencentral/org.jacoco/org.jacoco.report/0.8.8, EPL-2.0 AND Apache-2.0, approved, CQ23284 +maven/mavencentral/org.javassist/javassist/3.25.0-GA, MPL-1.1 OR LGPL-2.1-or-later OR Apache-2.0, approved, CQ19885 +maven/mavencentral/org.javassist/javassist/3.28.0-GA, Apache-2.0 OR LGPL-2.1-or-later OR MPL-1.1, approved, #327 +maven/mavencentral/org.javassist/javassist/3.29.0-GA, Apache-2.0 AND LGPL-2.1-or-later AND MPL-1.1, approved, #6023 +maven/mavencentral/org.javassist/javassist/3.29.2-GA, Apache-2.0 AND LGPL-2.1-or-later AND MPL-1.1, approved, #6023 +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.20, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.6.20, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.6.10, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.6.20, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib/1.6.20, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains/annotations/13.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains/annotations/17.0.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains/annotations/24.0.1, Apache-2.0, approved, #7417 +maven/mavencentral/org.junit-pioneer/junit-pioneer/2.0.1, EPL-2.0, approved, clearlydefined +maven/mavencentral/org.junit.jupiter/junit-jupiter-api/5.9.3, EPL-2.0, approved, #3133 +maven/mavencentral/org.junit.jupiter/junit-jupiter-engine/5.9.3, EPL-2.0, approved, #3125 +maven/mavencentral/org.junit.jupiter/junit-jupiter-params/5.9.3, EPL-2.0, approved, #3134 +maven/mavencentral/org.junit.platform/junit-platform-commons/1.9.3, EPL-2.0, approved, #3130 +maven/mavencentral/org.junit.platform/junit-platform-engine/1.9.3, EPL-2.0, approved, #3128 +maven/mavencentral/org.junit.platform/junit-platform-launcher/1.9.3, EPL-2.0, approved, #3132 +maven/mavencentral/org.junit/junit-bom/5.9.2, EPL-2.0, approved, #4711 +maven/mavencentral/org.junit/junit-bom/5.9.3, EPL-2.0, approved, #4711 +maven/mavencentral/org.jvnet.mimepull/mimepull/1.9.15, CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, CQ21484 +maven/mavencentral/org.latencyutils/LatencyUtils/2.0.3, BSD-2-Clause, approved, CQ17408 +maven/mavencentral/org.lz4/lz4-java/1.8.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.mock-server/mockserver-client-java/5.15.0, Apache-2.0, restricted, clearlydefined +maven/mavencentral/org.mock-server/mockserver-core/5.15.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.mock-server/mockserver-netty/5.15.0, Apache-2.0, approved, #9276 +maven/mavencentral/org.mockito/mockito-core/5.2.0, MIT AND (Apache-2.0 AND MIT) AND Apache-2.0, approved, #7401 +maven/mavencentral/org.mockito/mockito-inline/5.2.0, MIT, approved, clearlydefined +maven/mavencentral/org.mozilla/rhino/1.7.7.2, MPL-2.0 AND BSD-3-Clause AND ISC, approved, CQ16320 +maven/mavencentral/org.objenesis/objenesis/3.3, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.opentest4j/opentest4j/1.2.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.ow2.asm/asm-analysis/9.2, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/org.ow2.asm/asm-commons/9.2, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/org.ow2.asm/asm-commons/9.5, BSD-3-Clause, approved, #7553 +maven/mavencentral/org.ow2.asm/asm-tree/9.2, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/org.ow2.asm/asm-tree/9.5, BSD-3-Clause, approved, #7555 +maven/mavencentral/org.ow2.asm/asm/9.1, BSD-3-Clause, approved, CQ23029 +maven/mavencentral/org.ow2.asm/asm/9.2, BSD-3-Clause, approved, CQ23635 +maven/mavencentral/org.ow2.asm/asm/9.5, BSD-3-Clause, approved, #7554 +maven/mavencentral/org.postgresql/postgresql/42.6.0, BSD-2-Clause AND Apache-2.0, approved, #9159 +maven/mavencentral/org.reflections/reflections/0.10.2, Apache-2.0 AND WTFPL, approved, clearlydefined +maven/mavencentral/org.rnorth.duct-tape/duct-tape/1.0.8, MIT, approved, clearlydefined +maven/mavencentral/org.slf4j/slf4j-api/1.7.22, MIT, approved, CQ11943 +maven/mavencentral/org.slf4j/slf4j-api/1.7.25, MIT, approved, CQ13368 +maven/mavencentral/org.slf4j/slf4j-api/1.7.30, MIT, approved, CQ13368 +maven/mavencentral/org.slf4j/slf4j-api/1.7.33, MIT, approved, CQ13368 +maven/mavencentral/org.slf4j/slf4j-api/1.7.35, MIT, approved, CQ13368 +maven/mavencentral/org.slf4j/slf4j-api/1.7.36, MIT, approved, CQ13368 +maven/mavencentral/org.slf4j/slf4j-api/2.0.5, MIT, approved, #5915 +maven/mavencentral/org.slf4j/slf4j-api/2.0.6, MIT, approved, #5915 +maven/mavencentral/org.slf4j/slf4j-api/2.0.7, MIT, approved, #5915 +maven/mavencentral/org.testcontainers/database-commons/1.18.3, MIT, approved, clearlydefined +maven/mavencentral/org.testcontainers/jdbc/1.18.3, MIT, approved, clearlydefined +maven/mavencentral/org.testcontainers/junit-jupiter/1.18.3, MIT, approved, #7941 +maven/mavencentral/org.testcontainers/postgresql/1.18.3, , restricted, clearlydefined +maven/mavencentral/org.testcontainers/testcontainers/1.18.3, MIT, approved, #7938 +maven/mavencentral/org.testcontainers/vault/1.18.3, MIT, approved, #7927 +maven/mavencentral/org.xerial.snappy/snappy-java/1.1.10.0, Apache-2.0 AND (Apache-2.0 AND BSD-3-Clause), approved, #9098 +maven/mavencentral/org.xmlunit/xmlunit-core/2.9.1, Apache-2.0, approved, #6272 +maven/mavencentral/org.xmlunit/xmlunit-placeholders/2.9.1, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.yaml/snakeyaml/1.33, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.yaml/snakeyaml/2.0, Apache-2.0 AND (Apache-2.0 OR BSD-3-Clause OR EPL-1.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later), approved, #7275 diff --git a/NOTICE.md b/NOTICE.md index 2d67379826a..f13fdfd7a0e 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -12,11 +12,13 @@ Eclipse and the Eclipse Logo are registered trademarks of the Eclipse Foundation ## Copyright -All content is the property of the respective authors or their employers. For more information regarding authorship of content, please consult the listed source code repository logs. +All content is the property of the respective authors or their employers. For more information regarding authorship of +content, please consult the listed source code repository logs. ## Declared Project Licenses -This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0. +This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which +is available at https://www.apache.org/licenses/LICENSE-2.0. SPDX-License-Identifier: Apache-2.0 @@ -28,3013 +30,11 @@ The project maintains the following source code repositoriy: ## Third-party Content (Overarching All Modules) -Atomikos Util -* Project: https://www.atomikos.com/Main/WebHome -* Source: scm:git@github.com:atomikos/transactions-essentials.git -* Maven Artifact: com.atomikos/atomikos-util/5.0.8 -* License: Apache-2.0 - -Atomikos Transactions API -* Project: https://www.atomikos.com/Main/WebHome -* Source: scm:git@github.com:atomikos/transactions-essentials.git -* Maven Artifact: com.atomikos/transactions-api/5.0.8 -* License: Apache-2.0 - -Atomikos Transactions JDBC -* Project: https://www.atomikos.com/Main/WebHome -* Source: scm:git@github.com:atomikos/transactions-essentials.git -* Maven Artifact: com.atomikos/transactions-jdbc/5.0.8 -* License: Apache-2.0 - -Atomikos Transactions JTA -* Project: https://www.atomikos.com/Main/WebHome -* Source: scm:git@github.com:atomikos/transactions-essentials.git -* Maven Artifact: com.atomikos/transactions-jta/5.0.8 -* License: Apache-2.0 - -Atomikos Transactions Core -* Project: https://www.atomikos.com/Main/WebHome -* Source: scm:git@github.com:atomikos/transactions-essentials.git -* Maven Artifact: com.atomikos/transactions/5.0.8 -* License: Apache-2.0 - -Microsoft Azure SDK for App Platform Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-appplatform/2.12.0 -* License: MIT - -Microsoft Azure SDK for App Service Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-appservice/2.12.0 -* License: MIT - -Microsoft Azure SDK for Authorization Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-authorization/2.12.0 -* License: MIT - -Microsoft Azure SDK for CDN Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-cdn/2.12.0 -* License: MIT - -Microsoft Azure SDK for Compute Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-compute/2.12.0 -* License: MIT - -Microsoft Azure SDK for Container Instance Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-containerinstance/2.12.0 -* License: MIT - -Microsoft Azure SDK for Container Registry Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-containerregistry/2.12.0 -* License: MIT - -Microsoft Azure SDK for Container Service Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-containerservice/2.12.0 -* License: MIT - -Microsoft Azure SDK for CosmosDB Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-cosmos/2.12.0 -* License: MIT - -Microsoft Azure SDK for DataFactory Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-datafactory/1.0.0-beta.12 -* License: MIT - -Microsoft Azure SDK for DNS Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-dns/2.12.0 -* License: MIT - -Microsoft Azure SDK for EventHubs Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-eventhubs/2.12.0 -* License: MIT - -Microsoft Azure SDK for Key Vault Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-keyvault/2.12.0 -* License: MIT - -Microsoft Azure SDK for Monitor Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-monitor/2.12.0 -* License: MIT - -Microsoft Azure SDK for Managed Service Identity (MSI) Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-msi/2.12.0 -* License: MIT - -Microsoft Azure SDK for Network Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-network/2.12.0 -* License: MIT - -Microsoft Azure SDK for Private DNS Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-privatedns/2.12.0 -* License: MIT - -Microsoft Azure SDK for Redis Cache Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-redis/2.12.0 -* License: MIT - -Microsoft Azure SDK for Resource Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-resources/2.12.0 -* License: MIT - -Microsoft Azure SDK for Cognitive Search Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-search/2.12.0 -* License: MIT - -Microsoft Azure SDK for ServiceBus Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-servicebus/2.12.0 -* License: MIT - -Microsoft Azure SDK for Sql Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-sql/2.12.0 -* License: MIT - -Microsoft Azure SDK for Storage Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-storage/2.12.0 -* License: MIT - -Microsoft Azure SDK for Traffic Manager Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager-trafficmanager/2.12.0 -* License: MIT - -Microsoft Azure SDK for Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure.resourcemanager/azure-resourcemanager/2.12.0 -* License: MIT - -Microsoft Azure Netty HTTP Client Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core-http-netty/1.10.0 -* License: MIT - -Microsoft Azure Netty HTTP Client Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core-http-netty/1.11.2 -* License: MIT - -Microsoft Azure Netty HTTP Client Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core-http-netty/1.11.7 -* License: MIT - -Microsoft Azure Netty HTTP Client Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core-http-netty/1.11.8 -* License: MIT - -Microsoft Azure Netty HTTP Client Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core-http-netty/1.6.3 -* License: MIT - -Microsoft Azure Management Java Core Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core-management/1.5.2 -* License: MIT - -Microsoft Azure Java Core Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core/1.10.0 -* License: MIT - -Microsoft Azure Java Core Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core/1.17.0 -* License: MIT - -Microsoft Azure Java Core Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core/1.22.0 -* License: MIT - -Microsoft Azure Java Core Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core/1.25.0 -* License: MIT - -Microsoft Azure Java Core Library -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:https://github.com/Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-core/1.26.0 -* License: MIT - -Microsoft Azure SDK for SQL API of Azure Cosmos DB Service -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-cosmos/4.26.0 -* License: MIT - -Microsoft Azure client library for Identity -* Project: https://github.com/Azure/azure-sdk-for-java -* Maven Artifact: com.azure/azure-identity/1.4.6 -* License: MIT - -Microsoft Azure SDK for eventgrid -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-messaging-eventgrid/4.4.0 -* License: MIT - -Microsoft Azure client library for KeyVault Keys -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-security-keyvault-keys/4.3.7 -* License: MIT - -Microsoft Azure client library for KeyVault Secrets -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-security-keyvault-secrets/4.2.3 -* License: MIT - -Microsoft Azure client library for KeyVault Secrets -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-security-keyvault-secrets/4.3.7 -* License: MIT - -Microsoft Azure client library for Blob Storage -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-storage-blob/12.14.2 -* License: MIT - -Microsoft Azure common module for Storage -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-storage-common/12.14.1 -* License: MIT - -Microsoft Azure common module for Storage -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-storage-common/12.14.3 -* License: MIT - -Microsoft Azure client library for File Share Storage -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-storage-file-share/12.11.4 -* License: MIT - -Microsoft Azure internal Avro module for Storage -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.azure/azure-storage-internal-avro/12.1.2 -* License: MIT - -Internet Time Utility -* Project: https://github.com/ethlo/itu -* Source: scm:git:git@github.com:ethlo/itu.git -* Maven Artifact: com.ethlo.time/itu/1.7.0 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.11.2 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.12.1 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.12.3 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.12.5 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.13.0 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.13.1 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.13.2 -* License: Apache-2.0 - -Jackson-annotations -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-annotations.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-annotations/2.13.3 -* License: Apache-2.0 - -Jackson-core -* Project: https://github.com/FasterXML/jackson-core -* Source: scm:git:git@github.com:FasterXML/jackson-core.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-core/2.12.1 -* License: Apache-2.0 - -Jackson-core -* Project: https://github.com/FasterXML/jackson-core -* Source: scm:git:git@github.com:FasterXML/jackson-core.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-core/2.12.3 -* License: Apache-2.0 - -Jackson-core -* Project: https://github.com/FasterXML/jackson-core -* Source: scm:git:git@github.com:FasterXML/jackson-core.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-core/2.12.5 -* License: Apache-2.0 - -Jackson-core -* Project: https://github.com/FasterXML/jackson-core -* Source: scm:git:git@github.com:FasterXML/jackson-core.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-core/2.13.1 -* License: Apache-2.0 - -Jackson-core -* Project: https://github.com/FasterXML/jackson-core -* Source: scm:git:git@github.com:FasterXML/jackson-core.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-core/2.13.3 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.11.0 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.12.1 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.12.3 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.12.5 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.13.0 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.13.1 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.13.2.2 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.13.3 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.9.8 -* License: Apache-2.0 - -jackson-databind -* Project: http://github.com/FasterXML/jackson -* Source: scm:git:git@github.com:FasterXML/jackson-databind.git -* Maven Artifact: com.fasterxml.jackson.core/jackson-databind/2.9.9 -* License: Apache-2.0 - -Jackson-dataformat-XML -* Project: https://github.com/FasterXML/jackson-dataformat-xml -* Source: scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git -* Maven Artifact: com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.12.3 -* License: Apache-2.0 - -Jackson-dataformat-XML -* Project: https://github.com/FasterXML/jackson-dataformat-xml -* Source: scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git -* Maven Artifact: com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.12.5 -* License: Apache-2.0 - -Jackson-dataformat-XML -* Project: https://github.com/FasterXML/jackson-dataformat-xml -* Source: scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git -* Maven Artifact: com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.13.1 -* License: Apache-2.0 - -Jackson-dataformat-XML -* Project: https://github.com/FasterXML/jackson-dataformat-xml -* Source: scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git -* Maven Artifact: com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.13.3 -* License: Apache-2.0 - -Jackson-dataformat-YAML -* Project: https://github.com/FasterXML/jackson-dataformats-text -* Maven Artifact: com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.12.1 -* License: Apache-2.0 - -Jackson-dataformat-YAML -* Project: https://github.com/FasterXML/jackson-dataformats-text -* Maven Artifact: com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.13.2 -* License: Apache-2.0 - -Jackson-dataformat-YAML -* Project: https://github.com/FasterXML/jackson-dataformats-text -* Maven Artifact: com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.13.3 -* License: Apache-2.0 - -Jackson-datatype-Joda -* Project: http://wiki.fasterxml.com/JacksonModuleJoda -* Source: scm:git:git@github.com:FasterXML/jackson-datatype-joda.git -* Maven Artifact: com.fasterxml.jackson.datatype/jackson-datatype-joda/2.10.5 -* License: Apache-2.0 - -Jackson datatype: Joda -* Project: https://github.com/FasterXML/jackson-datatype-joda -* Source: scm:git:git@github.com:FasterXML/jackson-datatype-joda.git -* Maven Artifact: com.fasterxml.jackson.datatype/jackson-datatype-joda/2.13.3 -* License: Apache-2.0 - -Jackson datatype: JSR310 -* Maven Artifact: com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.12.1 -* License: Apache-2.0 - -Jackson datatype: JSR310 -* Maven Artifact: com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.12.3 -* License: Apache-2.0 - -Jackson datatype: JSR310 -* Maven Artifact: com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.12.5 -* License: Apache-2.0 - -Jackson datatype: JSR310 -* Maven Artifact: com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.13.1 -* License: Apache-2.0 - -Jackson datatype: JSR310 -* Maven Artifact: com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.13.3 -* License: Apache-2.0 - -Jackson module: Afterburner -* Project: https://github.com/FasterXML/jackson-modules-base -* Maven Artifact: com.fasterxml.jackson.module/jackson-module-afterburner/2.12.5 -* License: Apache-2.0 - -Jackson module: Afterburner -* Project: https://github.com/FasterXML/jackson-modules-base -* Maven Artifact: com.fasterxml.jackson.module/jackson-module-afterburner/2.13.3 -* License: Apache-2.0 - -Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind) -* Project: https://github.com/FasterXML/jackson-modules-base -* Maven Artifact: com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.13.0 -* License: Apache-2.0 - -Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind) -* Project: https://github.com/FasterXML/jackson-modules-base -* Maven Artifact: com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.13.3 -* License: Apache-2.0 - -Jackson BOM -* Project: https://github.com/FasterXML/jackson-bom -* Source: scm:git:git@github.com:FasterXML/jackson-bom.git -* Maven Artifact: com.fasterxml.jackson/jackson-bom/2.12.1 -* License: Apache-2.0 - -Jackson BOM -* Project: https://github.com/FasterXML/jackson-bom -* Source: scm:git:git@github.com:FasterXML/jackson-bom.git -* Maven Artifact: com.fasterxml.jackson/jackson-bom/2.13.3 -* License: Apache-2.0 - -Java UUID Generator -* Project: https://github.com/cowtowncoder/java-uuid-generator -* Source: scm:git:git://github.com/cowtowncoder/java-uuid-generator.git -* Maven Artifact: com.fasterxml.uuid/java-uuid-generator/4.0.1 -* License: Apache-2.0 - -Woodstox -* Project: https://github.com/FasterXML/woodstox -* Source: scm:git:git@github.com:FasterXML/woodstox.git -* Maven Artifact: com.fasterxml.woodstox/woodstox-core/6.2.7 -* License: Apache-2.0 - -ClassMate -* Project: https://github.com/FasterXML/java-classmate -* Source: scm:git:git@github.com:FasterXML/java-classmate.git -* Maven Artifact: com.fasterxml/classmate/1.5.1 -* License: Apache-2.0 - -Caffeine cache -* Project: https://github.com/ben-manes/caffeine -* Source: scm:git:https://github.com/ben-manes/caffeine.git -* Maven Artifact: com.github.ben-manes.caffeine/caffeine/2.9.3 -* License: Apache-2.0 - -JSON.simple -* Project: https://cliftonlabs.github.io/json-simple/ -* Source: scm:git:https://github.com/cliftonlabs/json-simple.git -* Maven Artifact: com.github.cliftonlabs/json-simple/3.0.2 -* License: Apache-2.0 - -btf -* Project: https://github.com/java-json-tools/btf -* Source: git@github.com:java-json-tools/btf.git -* Maven Artifact: com.github.java-json-tools/btf/1.3 -* License: Apache-2.0 - -jackson-coreutils-equivalence -* Project: https://github.com/java-json-tools/jackson-coreutils -* Source: git@github.com:java-json-tools/jackson-coreutils.git -* Maven Artifact: com.github.java-json-tools/jackson-coreutils-equivalence/1.0 -* License: Apache-2.0 - -jackson-coreutils -* Project: https://github.com/java-json-tools/jackson-coreutils -* Source: git@github.com:java-json-tools/jackson-coreutils.git -* Maven Artifact: com.github.java-json-tools/jackson-coreutils/2.0 -* License: Apache-2.0 - -json-patch -* Project: https://github.com/java-json-tools/json-patch -* Source: git@github.com:java-json-tools/json-patch.git -* Maven Artifact: com.github.java-json-tools/json-patch/1.13 -* License: Apache-2.0 - -json-schema-core -* Project: https://github.com/java-json-tools/json-schema-core -* Source: git@github.com:java-json-tools/json-schema-core.git -* Maven Artifact: com.github.java-json-tools/json-schema-core/1.2.14 -* License: Apache-2.0 - -json-schema-validator -* Project: https://github.com/java-json-tools/json-schema-validator -* Source: git@github.com:java-json-tools/json-schema-validator.git -* Maven Artifact: com.github.java-json-tools/json-schema-validator/2.2.14 -* License: Apache-2.0 - -msg-simple -* Project: https://github.com/java-json-tools/msg-simple -* Source: git@github.com:java-json-tools/msg-simple.git -* Maven Artifact: com.github.java-json-tools/msg-simple/1.2 -* License: Apache-2.0 - -uri-template -* Project: https://github.com/java-json-tools/uri-template -* Source: git@github.com:java-json-tools/uri-template.git -* Maven Artifact: com.github.java-json-tools/uri-template/0.10 -* License: Apache-2.0 - -scopt -* Project: https://github.com/scopt/scopt -* Source: https://github.com/scopt/scopt.git -* Maven Artifact: com.github.scopt/scopt_2.13/3.7.1 -* License: MIT - -JCIP Annotations under Apache License -* Project: http://stephenc.github.com/jcip-annotations -* Source: scm:git:git://github.com/stephenc/jcip-annotations.git -* Maven Artifact: com.github.stephenc.jcip/jcip-annotations/1.0-1 -* License: Apache-2.0 - -FindBugs-jsr305 -* Project: http://findbugs.sourceforge.net/ -* Source: scm:svn:http://findbugs.googlecode.com/svn/trunk/ -* Maven Artifact: com.google.code.findbugs/jsr305/2.0.1 -* License: BSD-3-Clause - -FindBugs-jsr305 -* Project: http://findbugs.sourceforge.net/ -* Source: scm:git:https://code.google.com/p/jsr-305/ -* Maven Artifact: com.google.code.findbugs/jsr305/3.0.2 -* License: Apache-2.0 - -error-prone annotations -* Maven Artifact: com.google.errorprone/error_prone_annotations/2.10.0 -* License: Apache-2.0 - -error-prone annotations -* Maven Artifact: com.google.errorprone/error_prone_annotations/2.11.0 -* License: Apache-2.0 - -error-prone annotations -* Maven Artifact: com.google.errorprone/error_prone_annotations/2.5.1 -* License: Apache-2.0 - -Guava InternalFutureFailureAccess and InternalFutures -* Maven Artifact: com.google.guava/failureaccess/1.0.1 -* License: Apache-2.0 - -Guava: Google Core Libraries for Java -* Maven Artifact: com.google.guava/guava/20.0 -* License: Apache-2.0 - -Guava: Google Core Libraries for Java -* Maven Artifact: com.google.guava/guava/28.1-android -* License: Apache-2.0 - -Guava: Google Core Libraries for Java -* Maven Artifact: com.google.guava/guava/28.2-android -* License: Apache-2.0 - -Guava: Google Core Libraries for Java -* Maven Artifact: com.google.guava/guava/30.1.1-jre -* License: Apache-2.0 - -Guava: Google Core Libraries for Java -* Project: https://github.com/google/guava -* Maven Artifact: com.google.guava/guava/31.0.1-android -* License: Apache-2.0 - -Guava: Google Core Libraries for Java -* Project: https://github.com/google/guava -* Maven Artifact: com.google.guava/guava/31.1-jre -* License: Apache-2.0 - -Guava ListenableFuture only -* Maven Artifact: com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava -* License: LicenseRef-NONE - -J2ObjC Annotations -* Project: https://github.com/google/j2objc/ -* Maven Artifact: com.google.j2objc/j2objc-annotations/1.3 -* License: Apache-2.0 - -Protocol Buffers Core -* Maven Artifact: com.google.protobuf/protobuf-java/3.19.4 -* License: BSD-3-Clause - -H2 Database Engine -* Project: https://h2database.com -* Source: scm:git:https://github.com/h2database/h2database -* Maven Artifact: com.h2database/h2/2.1.210 -* License: EPL-1.0 - -project ':json-path' -* Project: https://github.com/jayway/JsonPath -* Source: scm:git:git://github.com/jayway/JsonPath.git -* Maven Artifact: com.jayway.jsonpath/json-path/2.4.0 -* License: Apache-2.0 - -project ':json-path' -* Project: https://github.com/jayway/JsonPath -* Source: scm:git:git://github.com/jayway/JsonPath.git -* Maven Artifact: com.jayway.jsonpath/json-path/2.7.0 -* License: Apache-2.0 - -JZlib -* Project: http://www.jcraft.com/jzlib/ -* Source: scm:git:git://github.com/ymnk/jzlib.git -* Maven Artifact: com.jcraft/jzlib/1.1.3 -* License: BSD-2-Clause - -Disruptor Framework -* Project: http://lmax-exchange.github.com/disruptor -* Source: scm:git@github.com:LMAX-Exchange/disruptor.git -* Maven Artifact: com.lmax/disruptor/3.4.4 -* License: Apache-2.0 - -Microsoft Azure SDK annotations -* Project: https://github.com/Microsoft/java-api-annotations -* Source: scm:git:git@github.com:Microsoft/java-api-annotations.git -* Maven Artifact: com.microsoft.azure/azure-annotations/1.10.0 -* License: MIT - -Azure Java Client Runtime for AutoRest -* Project: https://github.com/Azure/autorest-clientruntime-for-java -* Source: scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git -* Maven Artifact: com.microsoft.azure/azure-client-runtime/1.7.14 -* License: MIT - -Microsoft Azure SDK for Resource Management -* Project: https://github.com/Azure/azure-sdk-for-java -* Source: scm:git:git@github.com:Azure/azure-sdk-for-java.git -* Maven Artifact: com.microsoft.azure/azure-mgmt-resources/1.41.4 -* License: MIT - -msal4j-persistence-extension -* Project: https://github.com/AzureAD/microsoft-authentication-extensions-for-java -* Maven Artifact: com.microsoft.azure/msal4j-persistence-extension/1.1.0 -* License: MIT - -msal4j -* Project: https://github.com/AzureAD/microsoft-authentication-library-for-java -* Maven Artifact: com.microsoft.azure/msal4j/1.11.0 -* License: MIT - -msal4j -* Project: https://github.com/AzureAD/microsoft-authentication-library-for-java -* Maven Artifact: com.microsoft.azure/msal4j/1.4.0 -* License: MIT - -Java Client Runtime for AutoRest -* Project: https://github.com/Azure/autorest-clientruntime-for-java -* Source: scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git -* Maven Artifact: com.microsoft.rest/client-runtime/1.7.14 -* License: MIT - -JsonSchemaValidator -* Project: https://github.com/networknt/json-schema-validator -* Source: scm:git://github.com:networknt/json-schema-validator.git -* Maven Artifact: com.networknt/json-schema-validator/1.0.72 -* License: Apache-2.0 - -Nimbus Content Type -* Project: https://bitbucket.org/connect2id/nimbus-content-type -* Source: scm:git:https://bitbucket.org/connect2id/nimbus-content-type.git -* Maven Artifact: com.nimbusds/content-type/2.1 -* License: Apache-2.0 - -Nimbus LangTag -* Project: https://bitbucket.org/connect2id/nimbus-language-tags -* Source: scm:git:https://bitbucket.org/connect2id/nimbus-language-tags.git -* Maven Artifact: com.nimbusds/lang-tag/1.5 -* License: Apache-2.0 - -Nimbus JOSE+JWT -* Project: https://bitbucket.org/connect2id/nimbus-jose-jwt -* Source: scm:git:https://bitbucket.org/connect2id/nimbus-jose-jwt.git -* Maven Artifact: com.nimbusds/nimbus-jose-jwt/8.23 -* License: Apache-2.0 - -Nimbus JOSE+JWT -* Project: https://bitbucket.org/connect2id/nimbus-jose-jwt -* Source: scm:git:https://bitbucket.org/connect2id/nimbus-jose-jwt.git -* Maven Artifact: com.nimbusds/nimbus-jose-jwt/9.24.2 -* License: Apache-2.0 - -Nimbus JOSE+JWT -* Project: https://bitbucket.org/connect2id/nimbus-jose-jwt -* Source: scm:git:https://bitbucket.org/connect2id/nimbus-jose-jwt.git -* Maven Artifact: com.nimbusds/nimbus-jose-jwt/9.9.3 -* License: Apache-2.0 - -OAuth 2.0 SDK with OpenID Connect extensions -* Project: https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions -* Source: scm:git:https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions.git -* Maven Artifact: com.nimbusds/oauth2-oidc-sdk/9.7 -* License: Apache-2.0 - -checkstyle -* Project: https://checkstyle.org/ -* Source: scm:git:git@github.com:checkstyle/checkstyle.git -* Maven Artifact: com.puppycrawl.tools/checkstyle/9.0 -* License: Apache-2.0 - -jmustache -* Project: http://github.com/samskivert/jmustache -* Source: scm:git:git://github.com/samskivert/jmustache.git -* Maven Artifact: com.samskivert/jmustache/1.15 -* License: BSD-2-Clause - -quicklens -* Project: http://softwaremill.com/open-source -* Source: scm:git:https://github.com/softwaremill/quicklens.git -* Maven Artifact: com.softwaremill.quicklens/quicklens_2.13/1.8.2 -* License: Apache-2.0 - -OkHttp Logging Interceptor -* Maven Artifact: com.squareup.okhttp3/logging-interceptor/3.12.12 -* License: Apache-2.0 - -okhttp-dnsoverhttps -* Project: https://square.github.io/okhttp/ -* Source: scm:git:https://github.com/square/okhttp.git -* Maven Artifact: com.squareup.okhttp3/okhttp-dnsoverhttps/4.10.0 -* License: Apache-2.0 - -OkHttp URLConnection -* Maven Artifact: com.squareup.okhttp3/okhttp-urlconnection/3.12.12 -* License: Apache-2.0 - -OkHttp -* Maven Artifact: com.squareup.okhttp3/okhttp/3.12.0 -* License: Apache-2.0 - -OkHttp -* Maven Artifact: com.squareup.okhttp3/okhttp/3.12.12 -* License: Apache-2.0 - -okhttp -* Project: https://square.github.io/okhttp/ -* Source: scm:git:https://github.com/square/okhttp.git -* Maven Artifact: com.squareup.okhttp3/okhttp/4.10.0 -* License: Apache-2.0 - -okio -* Project: https://github.com/square/okio/ -* Source: scm:git:git://github.com/square/okio.git -* Maven Artifact: com.squareup.okio/okio-jvm/3.0.0 -* License: Apache-2.0 - -Okio -* Maven Artifact: com.squareup.okio/okio/1.15.0 -* License: Apache-2.0 - -okio -* Project: https://github.com/square/okio/ -* Source: scm:git:git://github.com/square/okio.git -* Maven Artifact: com.squareup.okio/okio/3.0.0 -* License: Apache-2.0 - -Adapter: RxJava -* Maven Artifact: com.squareup.retrofit2/adapter-rxjava/2.6.4 -* License: Apache-2.0 - -Converter: Jackson -* Maven Artifact: com.squareup.retrofit2/converter-jackson/2.6.4 -* License: Apache-2.0 - -Retrofit -* Maven Artifact: com.squareup.retrofit2/retrofit/2.6.4 -* License: Apache-2.0 - -Jakarta Activation -* Maven Artifact: com.sun.activation/jakarta.activation/2.0.0 -* License: EPL-2.0 - -Jakarta Activation -* Maven Artifact: com.sun.activation/jakarta.activation/2.0.1 -* License: EPL-2.0 - -JavaMail API (no providers) -* Maven Artifact: com.sun.mail/mailapi/1.6.2 -* License: CDDL-1.1 - -Old JAXB Core -* Project: https://eclipse-ee4j.github.io/jaxb-ri/ -* Maven Artifact: com.sun.xml.bind/jaxb-core/4.0.0 -* License: BSD-3-Clause - -Old JAXB Runtime -* Project: https://eclipse-ee4j.github.io/jaxb-ri/ -* Maven Artifact: com.sun.xml.bind/jaxb-impl/4.0.0 -* License: BSD-3-Clause - -T-Digest -* Project: https://github.com/tdunning/t-digest -* Source: scm:git:https://github.com/tdunning/t-digest.git -* Maven Artifact: com.tdunning/t-digest/3.1 -* License: Apache-2.0 - -akka-actor -* Project: https://akka.io/ -* Source: scm:git:https://github.com/akka/akka.git -* Maven Artifact: com.typesafe.akka/akka-actor_2.13/2.6.18 -* License: Apache-2.0 - -akka-slf4j -* Project: https://akka.io/ -* Source: scm:git:https://github.com/akka/akka.git -* Maven Artifact: com.typesafe.akka/akka-slf4j_2.13/2.6.18 -* License: Apache-2.0 - -Netty Reactive Streams HTTP support -* Maven Artifact: com.typesafe.netty/netty-reactive-streams-http/2.0.4 -* License: Apache-2.0 - -Netty Reactive Streams Implementation -* Maven Artifact: com.typesafe.netty/netty-reactive-streams/2.0.4 -* License: Apache-2.0 - -scala-logging -* Project: https://github.com/lightbend/scala-logging -* Source: scm:git:git@github.com:lightbend/scala-logging.git -* Maven Artifact: com.typesafe.scala-logging/scala-logging_2.13/3.9.4 -* License: Apache-2.0 - -config -* Project: https://github.com/lightbend/config -* Source: scm:git@github.com:lightbend/config.git -* Maven Artifact: com.typesafe/config/1.4.0 -* License: Apache-2.0 - -config -* Project: https://github.com/lightbend/config -* Source: scm:git@github.com:lightbend/config.git -* Maven Artifact: com.typesafe/config/1.4.2 -* License: Apache-2.0 - -Commons BeanUtils -* Project: http://commons.apache.org/beanutils/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/trunk/ -* Maven Artifact: commons-beanutils/commons-beanutils/1.8.3 -* License: Apache-2.0 - -Apache Commons BeanUtils -* Project: https://commons.apache.org/proper/commons-beanutils/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3 -* Maven Artifact: commons-beanutils/commons-beanutils/1.9.4 -* License: Apache-2.0 - -Apache Commons Codec -* Project: http://commons.apache.org/proper/commons-codec/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/codec/trunk -* Maven Artifact: commons-codec/commons-codec/1.11 -* License: Apache-2.0 - -Apache Commons Codec -* Project: https://commons.apache.org/proper/commons-codec/ -* Source: scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git -* Maven Artifact: commons-codec/commons-codec/1.14 -* License: Apache-2.0 - -Apache Commons Codec -* Project: https://commons.apache.org/proper/commons-codec/ -* Source: scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git -* Maven Artifact: commons-codec/commons-codec/1.15 -* License: Apache-2.0 - -Apache Commons Collections -* Project: http://commons.apache.org/collections/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk -* Maven Artifact: commons-collections/commons-collections/3.2.2 -* License: Apache-2.0 - -Apache Commons IO -* Project: https://commons.apache.org/proper/commons-io/ -* Source: scm:git:https://gitbox.apache.org/repos/asf/commons-io.git -* Maven Artifact: commons-io/commons-io/2.11.0 -* License: Apache-2.0 - -Commons Logging -* Project: http://commons.apache.org/logging -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1 -* Maven Artifact: commons-logging/commons-logging/1.1.1 -* License: Apache-2.0 - -Apache Commons Logging -* Project: http://commons.apache.org/proper/commons-logging/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk -* Maven Artifact: commons-logging/commons-logging/1.2 -* License: Apache-2.0 - -Failsafe -* Maven Artifact: dev.failsafe/failsafe/3.2.4 -* License: Apache-2.0 - -picocli - a mighty tiny Command Line Interface -* Project: http://picocli.info -* Source: scm:git:https://github.com/remkop/picocli.git -* Maven Artifact: info.picocli/picocli/4.6.1 -* License: Apache-2.0 - -JMESPath Core -* Maven Artifact: io.burt/jmespath-core/0.5.1 -* License: BSD-3-Clause - -JMESPath Jackson -* Maven Artifact: io.burt/jmespath-jackson/0.5.1 -* License: BSD-3-Clause - -CloudEvents - API -* Maven Artifact: io.cloudevents/cloudevents-api/2.3.0 -* License: Apache-2.0 - -CloudEvents - Core -* Maven Artifact: io.cloudevents/cloudevents-core/2.3.0 -* License: Apache-2.0 - -CloudEvents - Basic Http Binding -* Maven Artifact: io.cloudevents/cloudevents-http-basic/2.3.0 -* License: Apache-2.0 - -Metrics Core -* Maven Artifact: io.dropwizard.metrics/metrics-core/4.1.0 -* License: Apache-2.0 - -gatling-charts-highcharts -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling-highcharts.git -* Maven Artifact: io.gatling.highcharts/gatling-charts-highcharts/3.7.5 -* License: Gatling Highcharts - -gatling-app -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-app/3.7.5 -* License: Apache-2.0 - -gatling-charts -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-charts/3.7.5 -* License: Apache-2.0 - -gatling-commons-shared-unstable -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-commons-shared-unstable/3.7.5 -* License: Apache-2.0 - -gatling-commons-shared -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-commons-shared/3.7.5 -* License: Apache-2.0 - -gatling-commons -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-commons/3.7.5 -* License: Apache-2.0 - -gatling-core-java -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-core-java/3.7.5 -* License: Apache-2.0 - -gatling-core -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-core/3.7.5 -* License: Apache-2.0 - -gatling-http-client -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-http-client/3.7.5 -* License: Apache-2.0 - -gatling-http-java -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-http-java/3.7.5 -* License: Apache-2.0 - -gatling-http -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-http/3.7.5 -* License: Apache-2.0 - -gatling-jsonpath -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-jsonpath/3.7.5 -* License: Apache-2.0 - -gatling-netty-util -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-netty-util/3.7.5 -* License: Apache-2.0 - -gatling-recorder -* Project: https://gatling.io -* Source: scm:git:https://github.com/gatling/gatling.git -* Maven Artifact: io.gatling/gatling-recorder/3.7.5 -* License: Apache-2.0 - -ClassGraph -* Project: https://github.com/classgraph/classgraph -* Source: scm:git:git@github.com:classgraph/classgraph.git -* Maven Artifact: io.github.classgraph/classgraph/4.8.138 -* License: MIT - -ClassGraph -* Project: https://github.com/classgraph/classgraph -* Source: scm:git:git@github.com:classgraph/classgraph.git -* Maven Artifact: io.github.classgraph/classgraph/4.8.149 -* License: MIT - -micrometer-core -* Project: https://github.com/micrometer-metrics/micrometer -* Maven Artifact: io.micrometer/micrometer-core/1.8.1 -* License: Apache-2.0 - -micrometer-core -* Project: https://github.com/micrometer-metrics/micrometer -* Maven Artifact: io.micrometer/micrometer-core/1.8.2 -* License: Apache-2.0 - -Netty/Buffer -* Maven Artifact: io.netty/netty-buffer/4.1.63.Final -* License: Apache-2.0 - -Netty/Buffer -* Maven Artifact: io.netty/netty-buffer/4.1.65.Final -* License: Apache-2.0 - -Netty/Buffer -* Maven Artifact: io.netty/netty-buffer/4.1.68.Final -* License: Apache-2.0 - -Netty/Buffer -* Maven Artifact: io.netty/netty-buffer/4.1.72.Final -* License: Apache-2.0 - -Netty/Buffer -* Maven Artifact: io.netty/netty-buffer/4.1.73.Final -* License: Apache-2.0 - -Netty/Buffer -* Maven Artifact: io.netty/netty-buffer/4.1.74.Final -* License: Apache-2.0 - -Netty/Buffer -* Maven Artifact: io.netty/netty-buffer/4.1.79.Final -* License: Apache-2.0 - -Netty/Codec/DNS -* Maven Artifact: io.netty/netty-codec-dns/4.1.63.Final -* License: Apache-2.0 - -Netty/Codec/DNS -* Maven Artifact: io.netty/netty-codec-dns/4.1.68.Final -* License: Apache-2.0 - -Netty/Codec/DNS -* Maven Artifact: io.netty/netty-codec-dns/4.1.72.Final -* License: Apache-2.0 - -Netty/Codec/DNS -* Maven Artifact: io.netty/netty-codec-dns/4.1.74.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.43.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.63.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.65.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.68.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.72.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.73.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.74.Final -* License: Apache-2.0 - -Netty/Codec/HTTP -* Maven Artifact: io.netty/netty-codec-http/4.1.79.Final -* License: Apache-2.0 - -Netty/Codec/HTTP2 -* Maven Artifact: io.netty/netty-codec-http2/4.1.63.Final -* License: Apache-2.0 - -Netty/Codec/HTTP2 -* Maven Artifact: io.netty/netty-codec-http2/4.1.65.Final -* License: Apache-2.0 - -Netty/Codec/HTTP2 -* Maven Artifact: io.netty/netty-codec-http2/4.1.68.Final -* License: Apache-2.0 - -Netty/Codec/HTTP2 -* Maven Artifact: io.netty/netty-codec-http2/4.1.72.Final -* License: Apache-2.0 - -Netty/Codec/HTTP2 -* Maven Artifact: io.netty/netty-codec-http2/4.1.73.Final -* License: Apache-2.0 - -Netty/Codec/HTTP2 -* Maven Artifact: io.netty/netty-codec-http2/4.1.74.Final -* License: Apache-2.0 - -Netty/Codec/Socks -* Maven Artifact: io.netty/netty-codec-socks/4.1.65.Final -* License: Apache-2.0 - -Netty/Codec/Socks -* Maven Artifact: io.netty/netty-codec-socks/4.1.68.Final -* License: Apache-2.0 - -Netty/Codec/Socks -* Maven Artifact: io.netty/netty-codec-socks/4.1.72.Final -* License: Apache-2.0 - -Netty/Codec/Socks -* Maven Artifact: io.netty/netty-codec-socks/4.1.73.Final -* License: Apache-2.0 - -Netty/Codec/Socks -* Maven Artifact: io.netty/netty-codec-socks/4.1.74.Final -* License: Apache-2.0 - -Netty/Codec/Socks -* Maven Artifact: io.netty/netty-codec-socks/4.1.79.Final -* License: Apache-2.0 - -Netty/Codec -* Maven Artifact: io.netty/netty-codec/4.1.63.Final -* License: Apache-2.0 - -Netty/Codec -* Maven Artifact: io.netty/netty-codec/4.1.65.Final -* License: Apache-2.0 - -Netty/Codec -* Maven Artifact: io.netty/netty-codec/4.1.68.Final -* License: Apache-2.0 - -Netty/Codec -* Maven Artifact: io.netty/netty-codec/4.1.72.Final -* License: Apache-2.0 - -Netty/Codec -* Maven Artifact: io.netty/netty-codec/4.1.73.Final -* License: Apache-2.0 - -Netty/Codec -* Maven Artifact: io.netty/netty-codec/4.1.74.Final -* License: Apache-2.0 - -Netty/Codec -* Maven Artifact: io.netty/netty-codec/4.1.79.Final -* License: Apache-2.0 - -Netty/Common -* Maven Artifact: io.netty/netty-common/4.1.63.Final -* License: Apache-2.0 - -Netty/Common -* Maven Artifact: io.netty/netty-common/4.1.65.Final -* License: Apache-2.0 - -Netty/Common -* Maven Artifact: io.netty/netty-common/4.1.68.Final -* License: Apache-2.0 - -Netty/Common -* Maven Artifact: io.netty/netty-common/4.1.72.Final -* License: Apache-2.0 - -Netty/Common -* Maven Artifact: io.netty/netty-common/4.1.73.Final -* License: Apache-2.0 - -Netty/Common -* Maven Artifact: io.netty/netty-common/4.1.74.Final -* License: Apache-2.0 - -Netty/Common -* Maven Artifact: io.netty/netty-common/4.1.79.Final -* License: Apache-2.0 - -Netty/Handler/Proxy -* Maven Artifact: io.netty/netty-handler-proxy/4.1.63.Final -* License: Apache-2.0 - -Netty/Handler/Proxy -* Maven Artifact: io.netty/netty-handler-proxy/4.1.65.Final -* License: Apache-2.0 - -Netty/Handler/Proxy -* Maven Artifact: io.netty/netty-handler-proxy/4.1.68.Final -* License: Apache-2.0 - -Netty/Handler/Proxy -* Maven Artifact: io.netty/netty-handler-proxy/4.1.72.Final -* License: Apache-2.0 - -Netty/Handler/Proxy -* Maven Artifact: io.netty/netty-handler-proxy/4.1.73.Final -* License: Apache-2.0 - -Netty/Handler/Proxy -* Maven Artifact: io.netty/netty-handler-proxy/4.1.74.Final -* License: Apache-2.0 - -Netty/Handler/Proxy -* Maven Artifact: io.netty/netty-handler-proxy/4.1.79.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.43.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.63.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.65.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.68.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.72.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.73.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.74.Final -* License: Apache-2.0 - -Netty/Handler -* Maven Artifact: io.netty/netty-handler/4.1.79.Final -* License: Apache-2.0 - -Netty/Resolver/DNS/Classes/MacOS -* Maven Artifact: io.netty/netty-resolver-dns-classes-macos/4.1.72.Final -* License: Apache-2.0 - -Netty/Resolver/DNS/MacOS -* Maven Artifact: io.netty/netty-resolver-dns-native-macos/4.1.63.Final -* License: Apache-2.0 - -Netty/Resolver/DNS/MacOS -* Maven Artifact: io.netty/netty-resolver-dns-native-macos/4.1.68.Final -* License: Apache-2.0 - -Netty/Resolver/DNS/Native/MacOS -* Maven Artifact: io.netty/netty-resolver-dns-native-macos/4.1.72.Final -* License: Apache-2.0 - -Netty/Resolver/DNS -* Maven Artifact: io.netty/netty-resolver-dns/4.1.63.Final -* License: Apache-2.0 - -Netty/Resolver/DNS -* Maven Artifact: io.netty/netty-resolver-dns/4.1.68.Final -* License: Apache-2.0 - -Netty/Resolver/DNS -* Maven Artifact: io.netty/netty-resolver-dns/4.1.72.Final -* License: Apache-2.0 - -Netty/Resolver/DNS -* Maven Artifact: io.netty/netty-resolver-dns/4.1.74.Final -* License: Apache-2.0 - -Netty/Resolver -* Maven Artifact: io.netty/netty-resolver/4.1.63.Final -* License: Apache-2.0 - -Netty/Resolver -* Maven Artifact: io.netty/netty-resolver/4.1.65.Final -* License: Apache-2.0 - -Netty/Resolver -* Maven Artifact: io.netty/netty-resolver/4.1.68.Final -* License: Apache-2.0 - -Netty/Resolver -* Maven Artifact: io.netty/netty-resolver/4.1.72.Final -* License: Apache-2.0 - -Netty/Resolver -* Maven Artifact: io.netty/netty-resolver/4.1.73.Final -* License: Apache-2.0 - -Netty/Resolver -* Maven Artifact: io.netty/netty-resolver/4.1.74.Final -* License: Apache-2.0 - -Netty/Resolver -* Maven Artifact: io.netty/netty-resolver/4.1.79.Final -* License: Apache-2.0 - -Netty/TomcatNative - BoringSSL - Static -* Maven Artifact: io.netty/netty-tcnative-boringssl-static/2.0.39.Final -* License: Apache-2.0 - -Netty/TomcatNative - BoringSSL - Static -* Maven Artifact: io.netty/netty-tcnative-boringssl-static/2.0.43.Final -* License: Apache-2.0 - -Netty/TomcatNative - BoringSSL - Static -* Maven Artifact: io.netty/netty-tcnative-boringssl-static/2.0.46.Final -* License: Apache-2.0 - -Netty/TomcatNative - BoringSSL - Static -* Maven Artifact: io.netty/netty-tcnative-boringssl-static/2.0.47.Final -* License: Apache-2.0 - -Netty/TomcatNative - BoringSSL - Static -* Maven Artifact: io.netty/netty-tcnative-boringssl-static/2.0.48.Final -* License: Apache-2.0 - -Netty/TomcatNative - BoringSSL - Static -* Project: https://github.com/netty/netty-tcnative/netty-tcnative-boringssl-static/ -* Source: scm:git:git://github.com/netty/netty-tcnative.git/netty-tcnative-boringssl-static -* Maven Artifact: io.netty/netty-tcnative-boringssl-static/2.0.54.Final -* License: Apache-2.0 - -Netty/TomcatNative - OpenSSL - Classes -* Maven Artifact: io.netty/netty-tcnative-classes/2.0.46.Final -* License: Apache-2.0 - -Netty/TomcatNative - OpenSSL - Classes -* Maven Artifact: io.netty/netty-tcnative-classes/2.0.47.Final -* License: Apache-2.0 - -Netty/TomcatNative - OpenSSL - Classes -* Maven Artifact: io.netty/netty-tcnative-classes/2.0.48.Final -* License: Apache-2.0 - -Netty/TomcatNative - OpenSSL - Classes -* Maven Artifact: io.netty/netty-tcnative-classes/2.0.54.Final -* License: Apache-2.0 - -Netty/Transport/Classes/Epoll -* Maven Artifact: io.netty/netty-transport-classes-epoll/4.1.72.Final -* License: Apache-2.0 - -Netty/Transport/Classes/Epoll -* Maven Artifact: io.netty/netty-transport-classes-epoll/4.1.73.Final -* License: Apache-2.0 - -Netty/Transport/Classes/Epoll -* Maven Artifact: io.netty/netty-transport-classes-epoll/4.1.74.Final -* License: Apache-2.0 - -Netty/Transport/Classes/KQueue -* Maven Artifact: io.netty/netty-transport-classes-kqueue/4.1.72.Final -* License: Apache-2.0 - -Netty/Transport/Classes/KQueue -* Maven Artifact: io.netty/netty-transport-classes-kqueue/4.1.73.Final -* License: Apache-2.0 - -Netty/Transport/Native/Epoll -* Maven Artifact: io.netty/netty-transport-native-epoll/4.1.63.Final -* License: Apache-2.0 - -Netty/Transport/Native/Epoll -* Maven Artifact: io.netty/netty-transport-native-epoll/4.1.65.Final -* License: Apache-2.0 - -Netty/Transport/Native/Epoll -* Maven Artifact: io.netty/netty-transport-native-epoll/4.1.68.Final -* License: Apache-2.0 - -Netty/Transport/Native/Epoll -* Maven Artifact: io.netty/netty-transport-native-epoll/4.1.72.Final -* License: Apache-2.0 - -Netty/Transport/Native/Epoll -* Maven Artifact: io.netty/netty-transport-native-epoll/4.1.73.Final -* License: Apache-2.0 - -Netty/Transport/Native/Epoll -* Maven Artifact: io.netty/netty-transport-native-epoll/4.1.74.Final -* License: Apache-2.0 - -Netty/Transport/Native/KQueue -* Maven Artifact: io.netty/netty-transport-native-kqueue/4.1.65.Final -* License: Apache-2.0 - -Netty/Transport/Native/KQueue -* Maven Artifact: io.netty/netty-transport-native-kqueue/4.1.68.Final -* License: Apache-2.0 - -Netty/Transport/Native/KQueue -* Maven Artifact: io.netty/netty-transport-native-kqueue/4.1.72.Final -* License: Apache-2.0 - -Netty/Transport/Native/KQueue -* Maven Artifact: io.netty/netty-transport-native-kqueue/4.1.73.Final -* License: Apache-2.0 - -Netty/Transport/Native/Unix/Common -* Maven Artifact: io.netty/netty-transport-native-unix-common/4.1.63.Final -* License: Apache-2.0 - -Netty/Transport/Native/Unix/Common -* Maven Artifact: io.netty/netty-transport-native-unix-common/4.1.65.Final -* License: Apache-2.0 - -Netty/Transport/Native/Unix/Common -* Maven Artifact: io.netty/netty-transport-native-unix-common/4.1.68.Final -* License: Apache-2.0 - -Netty/Transport/Native/Unix/Common -* Maven Artifact: io.netty/netty-transport-native-unix-common/4.1.72.Final -* License: Apache-2.0 - -Netty/Transport/Native/Unix/Common -* Maven Artifact: io.netty/netty-transport-native-unix-common/4.1.73.Final -* License: Apache-2.0 - -Netty/Transport/Native/Unix/Common -* Maven Artifact: io.netty/netty-transport-native-unix-common/4.1.74.Final -* License: Apache-2.0 - -Netty/Transport/Native/Unix/Common -* Maven Artifact: io.netty/netty-transport-native-unix-common/4.1.79.Final -* License: Apache-2.0 - -Netty/Transport -* Maven Artifact: io.netty/netty-transport/4.1.63.Final -* License: Apache-2.0 - -Netty/Transport -* Maven Artifact: io.netty/netty-transport/4.1.65.Final -* License: Apache-2.0 - -Netty/Transport -* Maven Artifact: io.netty/netty-transport/4.1.68.Final -* License: Apache-2.0 - -Netty/Transport -* Maven Artifact: io.netty/netty-transport/4.1.72.Final -* License: Apache-2.0 - -Netty/Transport -* Maven Artifact: io.netty/netty-transport/4.1.73.Final -* License: Apache-2.0 - -Netty/Transport -* Maven Artifact: io.netty/netty-transport/4.1.74.Final -* License: Apache-2.0 - -Netty/Transport -* Maven Artifact: io.netty/netty-transport/4.1.79.Final -* License: Apache-2.0 - -OpenTelemetry Protocol -* Project: https://github.com/open-telemetry/opentelemetry-proto-java -* Source: scm:git:git@github.com:open-telemetry/opentelemetry-proto-java.git -* Maven Artifact: io.opentelemetry.proto/opentelemetry-proto/0.14.0-alpha -* License: Apache-2.0 - -OpenTelemetry Java -* Project: https://github.com/open-telemetry/opentelemetry-java -* Source: scm:git:git@github.com:open-telemetry/opentelemetry-java.git -* Maven Artifact: io.opentelemetry/opentelemetry-api/1.12.0 -* License: Apache-2.0 - -OpenTelemetry Java -* Project: https://github.com/open-telemetry/opentelemetry-java -* Source: scm:git:git@github.com:open-telemetry/opentelemetry-java.git -* Maven Artifact: io.opentelemetry/opentelemetry-context/1.12.0 -* License: Apache-2.0 - -OpenTelemetry Java -* Project: https://github.com/open-telemetry/opentelemetry-java -* Source: scm:git:git@github.com:open-telemetry/opentelemetry-java.git -* Maven Artifact: io.opentelemetry/opentelemetry-extension-annotations/1.12.0 -* License: Apache-2.0 - -Pebble -* Project: http://pebbletemplates.io -* Maven Artifact: io.pebbletemplates/pebble/3.1.5 -* License: BSD-3-Clause - -Core functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-core/1.0.11 -* License: Apache-2.0 - -Core functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-core/1.0.14 -* License: Apache-2.0 - -Core functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-core/1.0.15 -* License: Apache-2.0 - -Core functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-core/1.0.7 -* License: Apache-2.0 - -Brave instrumentation for Reactor Netty HTTP -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-http-brave/1.0.7 -* License: Apache-2.0 - -HTTP functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-http/1.0.11 -* License: Apache-2.0 - -HTTP functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-http/1.0.14 -* License: Apache-2.0 - -HTTP functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-http/1.0.15 -* License: Apache-2.0 - -HTTP functionality for the Reactor Netty library -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty-http/1.0.7 -* License: Apache-2.0 - -Reactor Netty with all modules -* Project: https://github.com/reactor/reactor-netty -* Source: scm:git:git://github.com/reactor/reactor-netty -* Maven Artifact: io.projectreactor.netty/reactor-netty/1.0.7 -* License: Apache-2.0 - -Non-Blocking Reactive Foundation for the JVM -* Project: https://github.com/reactor/reactor-core -* Source: scm:git:git://github.com/reactor/reactor-core -* Maven Artifact: io.projectreactor/reactor-core/3.4.10 -* License: Apache-2.0 - -Non-Blocking Reactive Foundation for the JVM -* Project: https://github.com/reactor/reactor-core -* Source: scm:git:git://github.com/reactor/reactor-core -* Maven Artifact: io.projectreactor/reactor-core/3.4.13 -* License: Apache-2.0 - -Non-Blocking Reactive Foundation for the JVM -* Project: https://github.com/reactor/reactor-core -* Source: scm:git:git://github.com/reactor/reactor-core -* Maven Artifact: io.projectreactor/reactor-core/3.4.14 -* License: Apache-2.0 - -Non-Blocking Reactive Foundation for the JVM -* Project: https://github.com/reactor/reactor-core -* Source: scm:git:git://github.com/reactor/reactor-core -* Maven Artifact: io.projectreactor/reactor-core/3.4.6 -* License: Apache-2.0 - -rxjava -* Project: https://github.com/ReactiveX/RxJava -* Maven Artifact: io.reactivex/rxjava/1.3.0 -* License: Apache-2.0 - -rxjava -* Project: https://github.com/ReactiveX/RxJava -* Maven Artifact: io.reactivex/rxjava/1.3.8 -* License: Apache-2.0 - -json-path -* Project: http://maven.apache.org -* Maven Artifact: io.rest-assured/json-path/4.5.0 -* License: Apache-2.0 - -rest-assured-common -* Project: http://maven.apache.org -* Maven Artifact: io.rest-assured/rest-assured-common/4.5.0 -* License: Apache-2.0 - -REST Assured -* Project: http://code.google.com/p/rest-assured -* Maven Artifact: io.rest-assured/rest-assured/4.5.0 -* License: Apache-2.0 - -boopickle -* Project: https://github.com/suzaku-io/boopickle -* Source: scm:git:git@github.com:suzaku-io/boopickle.git -* Maven Artifact: io.suzaku/boopickle_2.13/1.3.3 -* License: Apache-2.0 - -swagger-annotations-jakarta -* Maven Artifact: io.swagger.core.v3/swagger-annotations-jakarta/2.1.13 -* License: Apache-2.0 - -swagger-annotations -* Maven Artifact: io.swagger.core.v3/swagger-annotations/2.1.13 -* License: Apache-2.0 - -swagger-annotations -* Maven Artifact: io.swagger.core.v3/swagger-annotations/2.2.2 -* License: Apache-2.0 - -swagger-core-jakarta -* Maven Artifact: io.swagger.core.v3/swagger-core-jakarta/2.1.13 -* License: Apache-2.0 - -swagger-core -* Maven Artifact: io.swagger.core.v3/swagger-core/2.1.13 -* License: Apache-2.0 - -swagger-core -* Maven Artifact: io.swagger.core.v3/swagger-core/2.2.2 -* License: Apache-2.0 - -swagger-integration-jakarta -* Maven Artifact: io.swagger.core.v3/swagger-integration-jakarta/2.1.13 -* License: Apache-2.0 - -swagger-integration -* Maven Artifact: io.swagger.core.v3/swagger-integration/2.1.13 -* License: Apache-2.0 - -swagger-jaxrs2-jakarta -* Maven Artifact: io.swagger.core.v3/swagger-jaxrs2-jakarta/2.1.13 -* License: Apache-2.0 - -swagger-jaxrs2 -* Maven Artifact: io.swagger.core.v3/swagger-jaxrs2/2.1.13 -* License: Apache-2.0 - -swagger-models-jakarta -* Maven Artifact: io.swagger.core.v3/swagger-models-jakarta/2.1.13 -* License: Apache-2.0 - -swagger-models -* Maven Artifact: io.swagger.core.v3/swagger-models/2.1.13 -* License: Apache-2.0 - -swagger-models -* Maven Artifact: io.swagger.core.v3/swagger-models/2.2.2 -* License: Apache-2.0 - -swagger-parser -* Maven Artifact: io.swagger.parser.v3/swagger-parser-core/2.1.2 -* License: Apache-2.0 - -swagger-parser-v2-converter -* Maven Artifact: io.swagger.parser.v3/swagger-parser-v2-converter/2.1.2 -* License: Apache-2.0 - -swagger-parser-v3 -* Maven Artifact: io.swagger.parser.v3/swagger-parser-v3/2.1.2 -* License: Apache-2.0 - -swagger-parser -* Maven Artifact: io.swagger.parser.v3/swagger-parser/2.1.2 -* License: Apache-2.0 - -swagger-annotations -* Maven Artifact: io.swagger/swagger-annotations/1.6.6 -* License: Apache-2.0 - -swagger-compat-spec-parser -* Maven Artifact: io.swagger/swagger-compat-spec-parser/1.0.61 -* License: Apache-2.0 - -swagger-core -* Maven Artifact: io.swagger/swagger-core/1.6.6 -* License: Apache-2.0 - -swagger-models -* Maven Artifact: io.swagger/swagger-models/1.6.6 -* License: Apache-2.0 - -swagger-parser -* Maven Artifact: io.swagger/swagger-parser/1.0.61 -* License: Apache-2.0 - -Brave Instrumentation: Http Adapters -* Maven Artifact: io.zipkin.brave/brave-instrumentation-http/5.13.3 -* License: Apache-2.0 - -Brave -* Maven Artifact: io.zipkin.brave/brave/5.13.3 -* License: Apache-2.0 - -Zipkin Reporter Brave -* Maven Artifact: io.zipkin.reporter2/zipkin-reporter-brave/2.16.3 -* License: Apache-2.0 - -Zipkin Reporter: Core -* Maven Artifact: io.zipkin.reporter2/zipkin-reporter/2.16.3 -* License: Apache-2.0 - -Zipkin Core Library -* Maven Artifact: io.zipkin.zipkin2/zipkin/2.23.2 -* License: Apache-2.0 - -JavaBeans Activation Framework API jar -* Maven Artifact: jakarta.activation/jakarta.activation-api/1.2.1 -* License: BSD-3-Clause - -Jakarta Activation API -* Project: https://github.com/eclipse-ee4j/jaf -* Source: scm:git:ssh://git@github.com/eclipse/jaf.git -* Maven Artifact: jakarta.activation/jakarta.activation-api/2.1.0 -* License: BSD-3-Clause - -Jakarta Annotations API -* Project: https://projects.eclipse.org/projects/ee4j.ca -* Source: scm:git:https://github.com/eclipse-ee4j/common-annotations-api.git -* Maven Artifact: jakarta.annotation/jakarta.annotation-api/2.0.0 -* License: EPL-2.0 - -Jakarta Expression Language API -* Project: https://projects.eclipse.org/projects/ee4j.el -* Source: scm:git:https://github.com/eclipse-ee4j/el-ri.git -* Maven Artifact: jakarta.el/jakarta.el-api/4.0.0 -* License: EPL-2.0 - -Jakarta Dependency Injection -* Project: https://github.com/eclipse-ee4j/injection-api -* Source: scm:git:ssh://git@github.com/eclipse-ee4j/injection-api.git -* Maven Artifact: jakarta.inject/jakarta.inject-api/2.0.0 -* License: Apache-2.0 - -Jakarta Transaction API -* Project: https://projects.eclipse.org/projects/ee4j.jta -* Source: scm:git:https://github.com/eclipse-ee4j/jta-api.git -* Maven Artifact: jakarta.transaction/jakarta.transaction-api/2.0.0 -* License: EPL-2.0 - -Jakarta Bean Validation API -* Project: https://beanvalidation.org -* Source: scm:git:git://github.com/eclipse-ee4j/beanvalidation-api.git -* Maven Artifact: jakarta.validation/jakarta.validation-api/2.0.2 -* License: Apache-2.0 - -Jakarta Bean Validation API -* Project: https://beanvalidation.org -* Source: scm:git:git://github.com/eclipse-ee4j/beanvalidation-api.git -* Maven Artifact: jakarta.validation/jakarta.validation-api/3.0.0 -* License: Apache-2.0 - -Jakarta Bean Validation API -* Project: https://beanvalidation.org -* Source: scm:git:git://github.com/eclipse-ee4j/beanvalidation-api.git -* Maven Artifact: jakarta.validation/jakarta.validation-api/3.0.1 -* License: Apache-2.0 - -jakarta.ws.rs-api -* Project: https://github.com/eclipse-ee4j/jaxrs-api -* Source: scm:git:https://github.com/eclipse-ee4j/jaxrs-api -* Maven Artifact: jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 -* License: EPL-2.0 - -Jakarta RESTful WS API -* Project: https://github.com/eclipse-ee4j/jaxrs-api -* Source: scm:git:https://github.com/eclipse-ee4j/jaxrs-api -* Maven Artifact: jakarta.ws.rs/jakarta.ws.rs-api/3.1.0 -* License: EPL-2.0 - -Jakarta XML Binding API -* Maven Artifact: jakarta.xml.bind/jakarta.xml.bind-api/3.0.0 -* License: BSD-3-Clause - -Jakarta XML Binding API -* Maven Artifact: jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 -* License: BSD-3-Clause - -Jakarta XML Binding API -* Maven Artifact: jakarta.xml.bind/jakarta.xml.bind-api/4.0.0 -* License: BSD-3-Clause - -Java Servlet API -* Project: http://servlet-spec.java.net -* Source: scm:svn:https://svn.java.net/svn/glassfish~svn/tags/javax.servlet-api-3.1.0 -* Maven Artifact: javax.servlet/javax.servlet-api/3.1.0 -* License: CDDL-1.1 - -Java Servlet API -* Project: https://javaee.github.io/servlet-spec/ -* Source: scm:git:https://github.com/javaee/servlet-spec.git -* Maven Artifact: javax.servlet/javax.servlet-api/4.0.1 -* License: CDDL-1.1 - -Javax Transaction API -* Project: http://jta-spec.java.net -* Source: scm:git:https://github.com/javaee/javax.transaction.git -* Maven Artifact: javax.transaction/javax.transaction-api/1.3 -* License: CDDL-1.1 - -Bean Validation API -* Project: http://beanvalidation.org -* Source: scm:git:git://github.com/beanvalidation/beanvalidation-api.git -* Maven Artifact: javax.validation/validation-api/2.0.1.Final -* License: Apache-2.0 - -javax.ws.rs-api -* Project: http://jax-rs-spec.java.net -* Source: scm:git:https://github.com/jax-rs/api.git -* Maven Artifact: javax.ws.rs/javax.ws.rs-api/2.1 -* License: CDDL-1.1 - -Joda-Time -* Project: https://www.joda.org/joda-time/ -* Source: scm:git:https://github.com/JodaOrg/joda-time.git -* Maven Artifact: joda-time/joda-time/2.10.5 -* License: Apache-2.0 - -Joda-Time -* Project: https://www.joda.org/joda-time/ -* Source: scm:git:https://github.com/JodaOrg/joda-time.git -* Maven Artifact: joda-time/joda-time/2.10.8 -* License: Apache-2.0 - -Byte Buddy agent -* Maven Artifact: net.bytebuddy/byte-buddy-agent/1.12.4 -* License: Apache-2.0 - -Byte Buddy (without dependencies) -* Maven Artifact: net.bytebuddy/byte-buddy/1.12.4 -* License: Apache-2.0 - -Java Native Access Platform -* Project: https://github.com/java-native-access/jna -* Source: scm:git:https://github.com/java-native-access/jna -* Maven Artifact: net.java.dev.jna/jna-platform/5.5.0 -* License: Apache-2.0 - -Java Native Access Platform -* Project: https://github.com/java-native-access/jna -* Source: scm:git:https://github.com/java-native-access/jna -* Maven Artifact: net.java.dev.jna/jna-platform/5.6.0 -* License: Apache-2.0 - -Java Native Access -* Project: https://github.com/java-native-access/jna -* Source: scm:git:https://github.com/java-native-access/jna -* Maven Artifact: net.java.dev.jna/jna/5.5.0 -* License: Apache-2.0 - -Java Native Access -* Project: https://github.com/java-native-access/jna -* Source: scm:git:https://github.com/java-native-access/jna -* Maven Artifact: net.java.dev.jna/jna/5.6.0 -* License: Apache-2.0 - -TypeTools -* Project: http://github.com/jhalterman/typetools/ -* Source: scm:git:git@github.com:jhalterman/typetools.git -* Maven Artifact: net.jodah/typetools/0.6.3 -* License: Apache-2.0 - -ASM based accessors helper used by json-smart -* Project: http://www.minidev.net/ -* Source: scm:git:https://github.com/netplex/json-smart-v2.git -* Maven Artifact: net.minidev/accessors-smart/1.2 -* License: Apache-2.0 - -ASM based accessors helper used by json-smart -* Project: https://urielch.github.io/ -* Source: scm:git:https://github.com/netplex/json-smart-v2.git -* Maven Artifact: net.minidev/accessors-smart/2.4.7 -* License: Apache-2.0 - -JSON Small and Fast Parser -* Project: http://www.minidev.net/ -* Source: scm:git:https://github.com/netplex/json-smart-v2.git -* Maven Artifact: net.minidev/json-smart/2.3 -* License: Apache-2.0 - -JSON Small and Fast Parser -* Project: https://urielch.github.io/ -* Source: scm:git:https://github.com/netplex/json-smart-v2.git -* Maven Artifact: net.minidev/json-smart/2.4.7 -* License: Apache-2.0 - -JOpt Simple -* Project: http://jopt-simple.github.io/jopt-simple -* Source: scm:git:git://github.com/jopt-simple/jopt-simple.git -* Maven Artifact: net.sf.jopt-simple/jopt-simple/5.0.4 -* License: MIT - -Saxon-HE -* Project: http://www.saxonica.com/ -* Source: scm:svn:https://dev.saxonica.com/repos/archive/opensource/ -* Maven Artifact: net.sf.saxon/Saxon-HE/10.5 -* License: MPL-2.0 - -Saxon-HE -* Project: http://www.saxonica.com/ -* Source: scm:git:https://saxonica.plan.io/projects/saxonmirrorhe/repository -* Maven Artifact: net.sf.saxon/Saxon-HE/11.1.1 -* License: MPL-2.0 - -ANTLR 4 Runtime -* Maven Artifact: org.antlr/antlr4-runtime/4.9.2 -* License: BSD-3-Clause - -Apache Commons Digester -* Project: http://commons.apache.org/digester/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER3_3_2_RC2 -* Maven Artifact: org.apache.commons/commons-digester3/3.2 -* License: Apache-2.0 - -Apache Commons Lang -* Project: https://commons.apache.org/proper/commons-lang/ -* Source: scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git -* Maven Artifact: org.apache.commons/commons-lang3/3.10 -* License: Apache-2.0 - -Apache Commons Lang -* Project: https://commons.apache.org/proper/commons-lang/ -* Source: scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git -* Maven Artifact: org.apache.commons/commons-lang3/3.11 -* License: Apache-2.0 - -Apache Commons Lang -* Project: https://commons.apache.org/proper/commons-lang/ -* Source: scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git -* Maven Artifact: org.apache.commons/commons-lang3/3.12.0 -* License: Apache-2.0 - -Apache Commons Lang -* Project: http://commons.apache.org/proper/commons-lang/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/trunk -* Maven Artifact: org.apache.commons/commons-lang3/3.2.1 -* License: Apache-2.0 - -Apache Commons Lang -* Project: http://commons.apache.org/proper/commons-lang/ -* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4 -* Maven Artifact: org.apache.commons/commons-lang3/3.4 -* License: Apache-2.0 - -Apache Commons Lang -* Project: http://commons.apache.org/proper/commons-lang/ -* Source: scm:git:http://git-wip-us.apache.org/repos/asf/commons-lang.git -* Maven Artifact: org.apache.commons/commons-lang3/3.7 -* License: Apache-2.0 - -Apache Commons Pool -* Project: https://commons.apache.org/proper/commons-pool/ -* Source: scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git -* Maven Artifact: org.apache.commons/commons-pool2/2.11.1 -* License: Apache-2.0 - -Apache Commons Text -* Project: https://commons.apache.org/proper/commons-text -* Source: scm:git:http://gitbox.apache.org/repos/asf/commons-text -* Maven Artifact: org.apache.commons/commons-text/1.9 -* License: Apache-2.0 - -Apache HttpClient -* Project: http://hc.apache.org/httpcomponents-client -* Maven Artifact: org.apache.httpcomponents/httpclient/4.5.13 -* License: Apache-2.0 - -Apache HttpCore -* Project: http://hc.apache.org/httpcomponents-core-ga -* Maven Artifact: org.apache.httpcomponents/httpcore/4.4.11 -* License: Apache-2.0 - -Apache HttpCore -* Project: http://hc.apache.org/httpcomponents-core-ga -* Maven Artifact: org.apache.httpcomponents/httpcore/4.4.13 -* License: Apache-2.0 - -Apache HttpCore -* Project: http://hc.apache.org/httpcomponents-core-ga -* Maven Artifact: org.apache.httpcomponents/httpcore/4.4.5 -* License: Apache-2.0 - -Apache HttpClient Mime -* Project: http://hc.apache.org/httpcomponents-client -* Maven Artifact: org.apache.httpcomponents/httpmime/4.5.13 -* License: Apache-2.0 - -Apache Velocity Tools - Generic tools -* Maven Artifact: org.apache.velocity.tools/velocity-tools-generic/3.1 -* License: Apache-2.0 - -Apache Velocity - Engine -* Maven Artifact: org.apache.velocity/velocity-engine-core/2.3 -* License: Apache-2.0 - -Apache Velocity - JSR 223 Scripting -* Maven Artifact: org.apache.velocity/velocity-engine-scripting/2.3 -* License: Apache-2.0 - -org.apiguardian:apiguardian-api -* Project: https://github.com/apiguardian-team/apiguardian -* Source: scm:git:git://github.com/apiguardian-team/apiguardian.git -* Maven Artifact: org.apiguardian/apiguardian-api/1.1.2 -* License: Apache-2.0 - -AssertJ fluent assertions -* Source: scm:git:https://github.com/assertj/assertj-core.git -* Maven Artifact: org.assertj/assertj-core/3.22.0 -* License: Apache-2.0 - -Awaitility -* Project: http://awaitility.org -* Maven Artifact: org.awaitility/awaitility/4.2.0 -* License: Apache-2.0 - -Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs -* Project: https://www.bouncycastle.org/java.html -* Maven Artifact: org.bouncycastle/bcpkix-jdk15on/1.70 -* License: MIT - -Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs -* Project: https://www.bouncycastle.org/java.html -* Maven Artifact: org.bouncycastle/bcpkix-jdk18on/1.71 -* License: MIT - -Bouncy Castle Provider -* Project: https://www.bouncycastle.org/java.html -* Maven Artifact: org.bouncycastle/bcprov-jdk15on/1.70 -* License: MIT - -Bouncy Castle Provider -* Project: https://www.bouncycastle.org/java.html -* Maven Artifact: org.bouncycastle/bcprov-jdk18on/1.71 -* License: MIT - -Bouncy Castle ASN.1 Extension and Utility APIs -* Project: https://www.bouncycastle.org/java.html -* Maven Artifact: org.bouncycastle/bcutil-jdk15on/1.70 -* License: MIT - -Bouncy Castle ASN.1 Extension and Utility APIs -* Project: https://www.bouncycastle.org/java.html -* Maven Artifact: org.bouncycastle/bcutil-jdk18on/1.71 -* License: MIT - -TagSoup -* Project: http://home.ccil.org/~cowan/XML/tagsoup/ -* Maven Artifact: org.ccil.cowan.tagsoup/tagsoup/1.2.1 -* License: Apache-2.0 - -Checker Qual -* Project: https://checkerframework.org -* Source: scm:git:git://github.com/typetools/checker-framework.git -* Maven Artifact: org.checkerframework/checker-qual/3.12.0 -* License: MIT - -Checker Qual -* Project: https://checkerframework.org -* Source: scm:git:git://github.com/typetools/checker-framework.git -* Maven Artifact: org.checkerframework/checker-qual/3.19.0 -* License: MIT - -Checker Qual -* Project: https://checkerframework.org -* Source: https://github.com/typetools/checker-framework.git -* Maven Artifact: org.checkerframework/checker-qual/3.5.0 -* License: MIT - -Checker Qual -* Project: https://checkerframework.org -* Source: https://github.com/typetools/checker-framework.git -* Maven Artifact: org.checkerframework/checker-qual/3.8.0 -* License: MIT - -Apache Groovy -* Project: https://groovy-lang.org -* Source: scm:git:https://github.com/apache/groovy.git -* Maven Artifact: org.codehaus.groovy/groovy-json/3.0.9 -* License: Apache-2.0 - -Apache Groovy -* Project: https://groovy-lang.org -* Source: scm:git:https://github.com/apache/groovy.git -* Maven Artifact: org.codehaus.groovy/groovy-xml/3.0.9 -* License: Apache-2.0 - -Apache Groovy -* Project: https://groovy-lang.org -* Source: scm:git:https://github.com/apache/groovy.git -* Maven Artifact: org.codehaus.groovy/groovy/3.0.9 -* License: Apache-2.0 - -Stax2 API -* Project: http://github.com/FasterXML/stax2-api -* Source: scm:git:git@github.com:FasterXML/stax2-api.git -* Maven Artifact: org.codehaus.woodstox/stax2-api/4.2.1 -* License: BSD-2-Clause - -Angus Activation Registries -* Maven Artifact: org.eclipse.angus/angus-activation/1.0.0 -* License: EPL-2.0 - -Jetty :: Jakarta Servlet API and Schemas for JPMS and OSGi -* Source: scm:git:https://github.com/eclipse/jetty.toolchain.git -* Maven Artifact: org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api/5.0.2 -* License: EPL-2.0 - -Jetty :: Jakarta WebSocket API for JPMS and OSGi -* Source: scm:git:https://github.com/eclipse/jetty.toolchain.git -* Maven Artifact: org.eclipse.jetty.toolchain/jetty-jakarta-websocket-api/2.0.0 -* License: EPL-2.0 - -Jetty :: Websocket :: Core :: Client -* Maven Artifact: org.eclipse.jetty.websocket/websocket-core-client/11.0.8 -* License: EPL-2.0 - -Jetty :: Websocket :: Core :: Common -* Maven Artifact: org.eclipse.jetty.websocket/websocket-core-common/11.0.8 -* License: EPL-2.0 - -Jetty :: Websocket :: Core :: Server -* Maven Artifact: org.eclipse.jetty.websocket/websocket-core-server/11.0.8 -* License: EPL-2.0 - -Jetty :: Websocket :: jakarta.websocket :: Client -* Maven Artifact: org.eclipse.jetty.websocket/websocket-jakarta-client/11.0.8 -* License: EPL-2.0 - -Jetty :: Websocket :: jakarta.websocket :: Common -* Maven Artifact: org.eclipse.jetty.websocket/websocket-jakarta-common/11.0.8 -* License: EPL-2.0 - -Jetty :: Websocket :: jakarta.websocket :: Server -* Maven Artifact: org.eclipse.jetty.websocket/websocket-jakarta-server/11.0.8 -* License: EPL-2.0 - -Jetty :: Websocket :: Servlet -* Maven Artifact: org.eclipse.jetty.websocket/websocket-servlet/11.0.8 -* License: EPL-2.0 - -Jetty :: ALPN :: Client -* Maven Artifact: org.eclipse.jetty/jetty-alpn-client/11.0.8 -* License: EPL-2.0 - -Jetty :: Servlet Annotations -* Maven Artifact: org.eclipse.jetty/jetty-annotations/11.0.8 -* License: EPL-2.0 - -Jetty :: Asynchronous HTTP Client -* Maven Artifact: org.eclipse.jetty/jetty-client/11.0.8 -* License: EPL-2.0 - -Jetty :: Http Utility -* Maven Artifact: org.eclipse.jetty/jetty-http/11.0.8 -* License: EPL-2.0 - -Jetty :: IO Utility -* Maven Artifact: org.eclipse.jetty/jetty-io/11.0.8 -* License: EPL-2.0 - -Jetty :: JNDI Naming -* Maven Artifact: org.eclipse.jetty/jetty-jndi/11.0.8 -* License: EPL-2.0 - -Jetty :: Plus -* Maven Artifact: org.eclipse.jetty/jetty-plus/11.0.8 -* License: EPL-2.0 - -Jetty :: Security -* Maven Artifact: org.eclipse.jetty/jetty-security/11.0.8 -* License: EPL-2.0 - -Jetty :: Server Core -* Maven Artifact: org.eclipse.jetty/jetty-server/11.0.8 -* License: EPL-2.0 - -Jetty :: Servlet Handling -* Maven Artifact: org.eclipse.jetty/jetty-servlet/11.0.8 -* License: EPL-2.0 - -Jetty :: Utilities -* Maven Artifact: org.eclipse.jetty/jetty-util/11.0.8 -* License: EPL-2.0 - -Jetty :: Webapp Application Support -* Maven Artifact: org.eclipse.jetty/jetty-webapp/11.0.8 -* License: EPL-2.0 - -Jetty :: XML utilities -* Maven Artifact: org.eclipse.jetty/jetty-xml/11.0.8 -* License: EPL-2.0 - -aopalliance repackaged -* Maven Artifact: org.glassfish.hk2.external/aopalliance-repackaged/3.0.1 -* License: EPL-2.0 - -HK2 API module -* Maven Artifact: org.glassfish.hk2/hk2-api/3.0.1 -* License: EPL-2.0 - -ServiceLocator Default Implementation -* Maven Artifact: org.glassfish.hk2/hk2-locator/3.0.1 -* License: EPL-2.0 - -HK2 Implementation Utilities -* Maven Artifact: org.glassfish.hk2/hk2-utils/3.0.1 -* License: EPL-2.0 - -OSGi resource locator -* Source: scm:git:https://github.com/eclipse-ee4j/glassfish-hk2-extra.git -* Maven Artifact: org.glassfish.hk2/osgi-resource-locator/1.0.3 -* License: CDDL-1.0 - -jersey-container-servlet-core -* Maven Artifact: org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.4 -* License: EPL-2.0 - -jersey-container-servlet -* Maven Artifact: org.glassfish.jersey.containers/jersey-container-servlet/3.0.4 -* License: EPL-2.0 - -jersey-core-client -* Maven Artifact: org.glassfish.jersey.core/jersey-client/3.0.4 -* License: EPL-2.0 - -jersey-core-common -* Maven Artifact: org.glassfish.jersey.core/jersey-common/3.0.4 -* License: EPL-2.0 - -jersey-core-server -* Maven Artifact: org.glassfish.jersey.core/jersey-server/3.0.4 -* License: EPL-2.0 - -jersey-ext-bean-validation -* Maven Artifact: org.glassfish.jersey.ext/jersey-bean-validation/3.0.4 -* License: EPL-2.0 - -jersey-ext-entity-filtering -* Maven Artifact: org.glassfish.jersey.ext/jersey-entity-filtering/3.0.4 -* License: EPL-2.0 - -jersey-inject-hk2 -* Maven Artifact: org.glassfish.jersey.inject/jersey-hk2/3.0.4 -* License: EPL-2.0 - -jersey-media-json-jackson -* Maven Artifact: org.glassfish.jersey.media/jersey-media-json-jackson/3.0.4 -* License: EPL-2.0 - -jersey-media-multipart -* Maven Artifact: org.glassfish.jersey.media/jersey-media-multipart/3.0.4 -* License: EPL-2.0 - -Jakarta Expression Language Implementation -* Project: https://projects.eclipse.org/projects/ee4j.el -* Source: scm:git:https://github.com/eclipse-ee4j/el-ri.git -* Maven Artifact: org.glassfish/jakarta.el/4.0.0 -* License: EPL-2.0 - -Hamcrest Core -* Project: http://hamcrest.org/JavaHamcrest/ -* Source: git@github.com:hamcrest/JavaHamcrest.git -* Maven Artifact: org.hamcrest/hamcrest-core/2.2 -* License: BSD-3-Clause - -Hamcrest -* Project: http://hamcrest.org/JavaHamcrest/ -* Source: git@github.com:hamcrest/JavaHamcrest.git -* Maven Artifact: org.hamcrest/hamcrest/2.1 -* License: BSD-3-Clause - -Hamcrest -* Project: http://hamcrest.org/JavaHamcrest/ -* Source: git@github.com:hamcrest/JavaHamcrest.git -* Maven Artifact: org.hamcrest/hamcrest/2.2 -* License: BSD-3-Clause - -HdrHistogram -* Project: http://hdrhistogram.github.io/HdrHistogram/ -* Source: scm:git:git://github.com/HdrHistogram/HdrHistogram.git -* Maven Artifact: org.hdrhistogram/HdrHistogram/2.1.12 -* License: BSD-2-Clause - -Hibernate Validator Engine -* Maven Artifact: org.hibernate.validator/hibernate-validator/7.0.0.Final -* License: Apache-2.0 - -Javassist -* Project: http://www.javassist.org/ -* Source: scm:git:git@github.com:jboss-javassist/javassist.git -* Maven Artifact: org.javassist/javassist/3.25.0-GA -* License: MPL-1.1 - -Javassist -* Project: http://www.javassist.org/ -* Source: scm:git:git@github.com:jboss-javassist/javassist.git -* Maven Artifact: org.javassist/javassist/3.26.0-GA -* License: MPL-1.1 - -JBoss Logging 3 -* Project: http://www.jboss.org -* Source: scm:git:git://github.com/jboss-logging/jboss-logging.git -* Maven Artifact: org.jboss.logging/jboss-logging/3.4.1.Final -* License: Apache-2.0 - -Kotlin Stdlib Common -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib-common/1.5.31 -* License: Apache-2.0 - -Kotlin Stdlib Common -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib-common/1.6.20 -* License: Apache-2.0 - -Kotlin Stdlib Jdk7 -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.5.31 -* License: Apache-2.0 - -Kotlin Stdlib Jdk7 -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.6.10 -* License: Apache-2.0 - -Kotlin Stdlib Jdk8 -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.5.31 -* License: Apache-2.0 - -Kotlin Stdlib Jdk8 -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.6.10 -* License: Apache-2.0 - -Kotlin Stdlib -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib/1.5.31 -* License: Apache-2.0 - -Kotlin Stdlib -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib/1.6.10 -* License: Apache-2.0 - -Kotlin Stdlib -* Project: https://kotlinlang.org/ -* Source: scm:git:https://github.com/JetBrains/kotlin.git -* Maven Artifact: org.jetbrains.kotlin/kotlin-stdlib/1.6.20 -* License: Apache-2.0 - -IntelliJ IDEA Annotations -* Project: http://www.jetbrains.org -* Source: scm:git:https://github.com/JetBrains/intellij-community.git -* Maven Artifact: org.jetbrains/annotations/13.0 -* License: Apache-2.0 - -IntelliJ IDEA Annotations -* Project: http://www.jetbrains.org -* Source: scm:git:https://github.com/JetBrains/intellij-community.git -* Maven Artifact: org.jetbrains/annotations/15.0 -* License: Apache-2.0 - -Jodd Lagarto -* Project: https://lagarto.jodd.org -* Source: scm:git:git://github.com/oblac/jodd-lagarto.git -* Maven Artifact: org.jodd/jodd-lagarto/6.0.5 -* License: BSD-2-Clause - -Jodd Util -* Project: https://util.jodd.org -* Source: scm:git:git://github.com/oblac/jodd-util.git -* Maven Artifact: org.jodd/jodd-util/6.0.1 -* License: BSD-2-Clause - -junit-pioneer -* Project: https://junit-pioneer.org/ -* Maven Artifact: org.junit-pioneer/junit-pioneer/1.7.1 -* License: EPL-2.0 - -JUnit Jupiter API -* Project: https://junit.org/junit5/ -* Source: scm:git:git://github.com/junit-team/junit5.git -* Maven Artifact: org.junit.jupiter/junit-jupiter-api/5.8.2 -* License: EPL-2.0 - -JUnit Jupiter Engine -* Project: https://junit.org/junit5/ -* Source: scm:git:git://github.com/junit-team/junit5.git -* Maven Artifact: org.junit.jupiter/junit-jupiter-engine/5.8.2 -* License: EPL-2.0 - -JUnit Jupiter Params -* Project: https://junit.org/junit5/ -* Source: scm:git:git://github.com/junit-team/junit5.git -* Maven Artifact: org.junit.jupiter/junit-jupiter-params/5.8.2 -* License: EPL-2.0 - -JUnit Platform Commons -* Project: https://junit.org/junit5/ -* Source: scm:git:git://github.com/junit-team/junit5.git -* Maven Artifact: org.junit.platform/junit-platform-commons/1.8.2 -* License: EPL-2.0 - -JUnit Platform Engine API -* Project: https://junit.org/junit5/ -* Source: scm:git:git://github.com/junit-team/junit5.git -* Maven Artifact: org.junit.platform/junit-platform-engine/1.8.2 -* License: EPL-2.0 - -JUnit Platform Launcher -* Project: https://junit.org/junit5/ -* Source: scm:git:git://github.com/junit-team/junit5.git -* Maven Artifact: org.junit.platform/junit-platform-launcher/1.8.2 -* License: EPL-2.0 - -JUnit 5 (Bill of Materials) -* Project: https://junit.org/junit5/ -* Source: scm:git:git://github.com/junit-team/junit5.git -* Maven Artifact: org.junit/junit-bom/5.8.2 -* License: EPL-2.0 - -MIME streaming extension -* Project: https://github.com/eclipse-ee4j/metro-mimepull -* Source: scm:git:ssh://git@github.com/eclipse-ee4j/metro-mimepull.git -* Maven Artifact: org.jvnet.mimepull/mimepull/1.9.13 -* License: BSD-3-Clause - -LatencyUtils -* Project: http://latencyutils.github.io/LatencyUtils/ -* Source: scm:git:git://github.com/LatencyUtils/LatencyUtils.git -* Maven Artifact: org.latencyutils/LatencyUtils/2.0.3 -* License: BSD-2-Clause - -MockServer Java Client -* Project: https://www.mock-server.com -* Maven Artifact: org.mock-server/mockserver-client-java/5.14.0 -* License: Apache-2.0 - -MockServer Core -* Project: https://www.mock-server.com -* Maven Artifact: org.mock-server/mockserver-core/5.14.0 -* License: Apache-2.0 - -MockServer & Proxy Netty -* Project: https://www.mock-server.com -* Maven Artifact: org.mock-server/mockserver-netty/5.14.0 -* License: Apache-2.0 - -mockito-core -* Project: https://github.com/mockito/mockito -* Maven Artifact: org.mockito/mockito-core/4.2.0 -* License: MIT - -mockito-inline -* Project: https://github.com/mockito/mockito -* Maven Artifact: org.mockito/mockito-inline/4.2.0 -* License: MIT - -Mozilla Rhino -* Project: https://developer.mozilla.org/en/Rhino -* Source: scm:git:git@github.com:mozilla/rhino.git -* Maven Artifact: org.mozilla/rhino/1.7.7.2 -* License: MPL-2.0 - -Objenesis -* Maven Artifact: org.objenesis/objenesis/3.2 -* License: Apache-2.0 - -org.opentest4j:opentest4j -* Project: https://github.com/ota4j-team/opentest4j -* Source: scm:git:git://github.com/ota4j-team/opentest4j.git -* Maven Artifact: org.opentest4j/opentest4j/1.2.0 -* License: Apache-2.0 - -asm-analysis -* Project: http://asm.ow2.io/ -* Source: scm:git:https://gitlab.ow2.org/asm/asm/ -* Maven Artifact: org.ow2.asm/asm-analysis/9.2 -* License: BSD-3-Clause - -asm-commons -* Project: http://asm.ow2.io/ -* Source: scm:git:https://gitlab.ow2.org/asm/asm/ -* Maven Artifact: org.ow2.asm/asm-commons/9.2 -* License: BSD-3-Clause - -asm-tree -* Project: http://asm.ow2.io/ -* Source: scm:git:https://gitlab.ow2.org/asm/asm/ -* Maven Artifact: org.ow2.asm/asm-tree/9.2 -* License: BSD-3-Clause - -ASM Core -* Maven Artifact: org.ow2.asm/asm/5.0.4 -* License: BSD-2-Clause - -asm -* Project: http://asm.ow2.io/ -* Source: scm:git:https://gitlab.ow2.org/asm/asm/ -* Maven Artifact: org.ow2.asm/asm/9.1 -* License: BSD-3-Clause - -asm -* Project: http://asm.ow2.io/ -* Source: scm:git:https://gitlab.ow2.org/asm/asm/ -* Maven Artifact: org.ow2.asm/asm/9.2 -* License: BSD-3-Clause - -PostgreSQL JDBC Driver -* Project: https://jdbc.postgresql.org -* Source: scm:git:https://github.com/pgjdbc/pgjdbc.git -* Maven Artifact: org.postgresql/postgresql/42.4.0 -* License: BSD-2-Clause - -reactive-streams -* Project: http://www.reactive-streams.org/ -* Source: scm:git:git@github.com:reactive-streams/reactive-streams.git -* Maven Artifact: org.reactivestreams/reactive-streams/1.0.3 -* License: CC0-1.0 - -Reflections -* Project: http://github.com/ronmamo/reflections -* Source: scm:git:git://github.com/ronmamo/reflections.git -* Maven Artifact: org.reflections/reflections/0.9.12 -* License: MIT - -scala-java8-compat -* Project: http://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala-java8-compat.git -* Maven Artifact: org.scala-lang.modules/scala-java8-compat_2.13/1.0.0 -* License: Apache-2.0 - -scala-parser-combinators -* Project: http://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala-parser-combinators.git -* Maven Artifact: org.scala-lang.modules/scala-parser-combinators_2.13/2.1.0 -* License: Apache-2.0 - -scala-swing -* Project: http://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala-swing.git -* Maven Artifact: org.scala-lang.modules/scala-swing_2.13/3.0.0 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.0 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.1 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.2 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.3 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.5 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.6 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.7 -* License: Apache-2.0 - -Scala Library -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-library/2.13.8 -* License: Apache-2.0 - -Scala Compiler -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-reflect/2.13.5 -* License: Apache-2.0 - -Scala Compiler -* Project: https://www.scala-lang.org/ -* Source: scm:git:git://github.com/scala/scala.git -* Maven Artifact: org.scala-lang/scala-reflect/2.13.8 -* License: Apache-2.0 - -lightning-csv -* Project: http://github.com/arnaudroger/SimpleFlatMapper/lightning-csv -* Source: scm:git:git://github.com/arnaudroger/SimpleFlatMapper.git/lightning-csv -* Maven Artifact: org.simpleflatmapper/lightning-csv/8.2.3 -* License: MIT - -sfm-util -* Project: http://github.com/arnaudroger/SimpleFlatMapper/sfm-util -* Source: scm:git:git://github.com/arnaudroger/SimpleFlatMapper.git/sfm-util -* Maven Artifact: org.simpleflatmapper/sfm-util/8.2.3 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.22 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.25 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.26 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.28 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.29 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.30 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.32 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.33 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.35 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.36 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/1.7.7 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/2.0.0-alpha5 -* License: MIT - -SLF4J API Module -* Project: http://www.slf4j.org -* Maven Artifact: org.slf4j/slf4j-api/2.0.0-alpha7 -* License: MIT - -macros -* Project: https://typelevel.org/spire/ -* Source: scm:git:https://github.com/typelevel/spire.git -* Maven Artifact: org.typelevel/spire-macros_2.13/0.17.0 -* License: MIT - -unbescape -* Project: http://www.unbescape.org -* Source: scm:git:git@github.com:unbescape/unbescape.git -* Maven Artifact: org.unbescape/unbescape/1.1.6.RELEASE -* License: Apache-2.0 - -XML Resolver -* Project: https://github.com/xmlresolver/xmlresolver -* Source: scm:git@github.com:xmlresolver/xmlresolver.git -* Maven Artifact: org.xmlresolver/xmlresolver/4.1.2 -* License: Apache-2.0 - -xmlunit-core -* Project: https://www.xmlunit.org/ -* Maven Artifact: org.xmlunit/xmlunit-core/2.9.0 -* License: Apache-2.0 - -xmlunit-placeholders -* Maven Artifact: org.xmlunit/xmlunit-placeholders/2.9.0 -* License: Apache-2.0 - -SnakeYAML -* Project: http://www.snakeyaml.org -* Source: scm:git:http://bitbucket.org/asomov/snakeyaml -* Maven Artifact: org.yaml/snakeyaml/1.27 -* License: Apache-2.0 - -SnakeYAML -* Project: https://bitbucket.org/snakeyaml/snakeyaml -* Source: scm:git:http://bitbucket.org/snakeyaml/snakeyaml -* Maven Artifact: org.yaml/snakeyaml/1.30 -* License: Apache-2.0 - -AWS Java SDK :: Annotations -* Maven Artifact: software.amazon.awssdk/annotations/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: HTTP Clients :: Apache -* Maven Artifact: software.amazon.awssdk/apache-client/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Arns -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/arns/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Auth -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/auth/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: AWS Core -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/aws-core/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Core :: Protocols :: AWS Query Protocol -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/aws-query-protocol/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Core :: Protocols :: AWS Xml Protocol -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/aws-xml-protocol/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: HTTP Client Interface -* Maven Artifact: software.amazon.awssdk/http-client-spi/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Services :: AWS IAM -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/iam/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Metrics SPI -* Maven Artifact: software.amazon.awssdk/metrics-spi/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: HTTP Clients :: Netty Non-Blocking I/O -* Maven Artifact: software.amazon.awssdk/netty-nio-client/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Profiles -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/profiles/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Core :: Protocols :: Protocol Core -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/protocol-core/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Regions -* Maven Artifact: software.amazon.awssdk/regions/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Services :: Amazon S3 -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/s3/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: SDK Core -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/sdk-core/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Services :: AWS STS -* Project: https://aws.amazon.com/sdkforjava -* Maven Artifact: software.amazon.awssdk/sts/2.16.60 -* License: Apache-2.0 - -AWS Java SDK :: Utilities -* Maven Artifact: software.amazon.awssdk/utils/2.16.60 -* License: Apache-2.0 - -AWS Event Stream -* Project: https://github.com/awslabs/aws-eventstream-java -* Maven Artifact: software.amazon.eventstream/eventstream/1.0.1 -* License: Apache-2.0 - -XML Commons External Components XML APIs -* Project: http://xml.apache.org/commons/components/external/ -* Source: scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_4_01/ -* Maven Artifact: xml-apis/xml-apis/1.4.01 -* License: Apache-2.0 - -The International Data Spaces (IDS) Information Model -* Project: https://github.com/International-Data-Spaces-Association/InformationModel -* Source: scm:git:https://github.com/International-Data-Spaces-Association/InformationModel.git -* Maven Artifact: de.fraunhofer.iais.eis.ids.infomodel/java/4.1.3 -* License: Apache-2.0 - -The International Data Spaces (IDS) Information Model Util -* Project: https://github.com/International-Data-Spaces-Association/InformationModel -* Source: scm:git:https://github.com/International-Data-Spaces-Association/InformationModel.git -* Maven Artifact: de.fraunhofer.iais.eis.infomodel/util/4.1.3 -* License: Apache-2.0 - -Logback Classic Module -* Maven Artifact: ch.qos.logback/logback-classic/1.2.10 -* License: EPL-1.0 - -Logback Core Module -* Maven Artifact: ch.qos.logback/logback-core/1.2.10 -* License: EPL-1.0 +Please refer to the [DEPENDENCIES](DEPENDENCIES) file for a detailed report. ## Cryptography -Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. +Content may contain encryption software. The country in which you are currently may have restrictions on the import, +possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of +encryption software, to see if this is permitted. diff --git a/docs/developer/releases.md b/docs/developer/releases.md index 8d04d39e1b5..b766fc77f38 100644 --- a/docs/developer/releases.md +++ b/docs/developer/releases.md @@ -77,7 +77,7 @@ file must be updated regarding the listed third-party dependencies. While distributing individual modules, a notice file containing only the relevant subset of dependencies must be created (as described below). -#### Creating the Notice File +#### Creating the DEPENDENCIES File Notice files consist of some prescribed statements addressing trademarks copyright, and licensing. Additionally, the section on third-party content lists all dependencies of the current scope (project or module) and must be maintained @@ -93,16 +93,19 @@ execute the standard *dependencies* task: - First, the dependencies of this module are calculated with gradle and passed to the Dash tool: ``` -gradle dependencies | grep -Poh "(?<=\s)[\w.-]+:[\w.-]+:[^:\s]+" | sort | uniq | java -jar /path/org.eclipse.dash.licenses-.jar - -summary NOTICES +gradle dependencies | grep -Poh "(?<=\s)[\w.-]+:[\w.-]+:[^:\s]+" | sort | uniq | java -jar /path/org.eclipse.dash.licenses-.jar - -summary DEPENDENCIES ``` -- Second, the resulting report is used as input for the shell script: +> Caution macOS users: by default, macOS has BSD Grep installed, rather than GNU Grep. If you experience any issues, +> please try to [install +GNU Grep](https://apple.stackexchange.com/questions/193288/how-to-install-and-use-gnu-grep-in-macos). Furthermore, +> sorting depends on locale and collation, and +> +may [differ between OSes](https://unix.stackexchange.com/questions/362728/why-does-gnu-sort-sort-differently-on-my-osx-machine-and-linux-machine). +> Our CI job, which verifies the `DEPENDENCIES` file, is running on `ubuntu-latest` -``` -./generateThirdPartyReport.sh /path/inputFilename -``` - -- Finally, the resulting report is assessed for missing license information which must be then added manually. +- For each dependency that is reported as `restricted`, an IPlap issue must be opened. For details, please refer to + the [documentation](https://github.com/eclipse/dash-licenses) of the Dash tool. #### Background Information diff --git a/docs/legal/generateThirdPartyReport.sh b/docs/legal/generateThirdPartyReport.sh deleted file mode 100644 index 1e0ee61fa62..00000000000 --- a/docs/legal/generateThirdPartyReport.sh +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/bash - -# Usage: -# generateThirdPartyReport.sh /path/inputFilename -# -# Prerequisites: -# The Eclipse Dash Licenses tool was executed and resulted in an file (e.g., NOTICES) -# listing all dependencies of the project. -# To process the dependencies of a specific module, execute the following command: -# gradle dependencies | grep -Poh "(?<=\s)[\w\.-]+:[\w\.-]+:[^:\s]+" | sort | uniq | java -jar /path/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar - -summary NOTICES -# -# Comments: -# Gradle doesn't support listing all dependencies of a multi-module project out of the box. -# The following custom task can be used to achieve this: -# subprojects { -# tasks.register("allDependencies"){} -# } -# - -input="$1" -output="./Third-Party-Content.md" - -touch "$output" -echo -n "" > "$output" -echo "## Third Party Content" >> "$output" - -while IFS= read -r line -do - #Results are separated by comma - IFS=', ' read -r -a row <<< "$line" - dependency="${row[0]}" - - #Dependencies which could not be resolved are marked as invalid - if [[ $dependency == maven/mavencentral/* ]]; - then - length=${#dependency} - mavenPath=${dependency:19:length} - - IFS='/ ' read -r -a hierarchy <<< "$mavenPath" - - groupId=${hierarchy[0]} - #Periods must be replaced with slashes to be used later in the context of an URL - groupIdUrl=${groupId//./$'/'} - artifactId=${hierarchy[1]} - version=${hierarchy[2]} - - path="$groupIdUrl/$artifactId/$version/$artifactId-$version.pom" - - #Example URL: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom - targetUrl="https://repo1.maven.org/maven2/$path" - - pomFile=$(curl $targetUrl) - - projectName=$(xmllint --xpath "/*[local-name() = 'project']/*[local-name() = 'name']/text()" - <<< $pomFile) - projectUrl=$(xmllint --xpath "/*[local-name() = 'project']/*[local-name() = 'url']/text()" - <<< $pomFile) - scmUrl=$(xmllint --xpath "/*[local-name() = 'project']/*[local-name() = 'scm']/*[local-name() = 'connection']/text()" - <<< $pomFile) - - if [[ ! -z "$projectName" ]]; - then - echo "$projectName" >> "$output" - - if [[ ! -z "$projectUrl" ]]; - then - echo "* Project: $projectUrl" >> "$output" - fi - - if [[ ! -z "$scmUrl" ]]; - then - echo "* Source: $scmUrl" >> "$output" - fi - - echo "* Maven Artifact: $mavenPath" >> "$output" - echo "* License: ${row[1]}" >> "$output" - echo "" >> "$output" - fi - fi - -done < "$input" \ No newline at end of file