123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561 |
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
- 1. Definitions.
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
- END OF TERMS AND CONDITIONS
- APPENDIX: How to apply the Apache License to your work.
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- --------------------------------------------------------------------------------
- This project bundles some components that are also licensed under the Apache
- License Version 2.0:
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/nvd3-1.8.5.* (css and js files)
- hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/AbstractFuture.java
- hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/TimeoutFuture.java
- ch.qos.reload4j:reload4j:1.2.22
- com.aliyun:aliyun-java-sdk-core:4.5.10
- com.aliyun:aliyun-java-sdk-kms:2.11.0
- com.aliyun:aliyun-java-sdk-ram:3.1.0
- com.aliyun:aliyun-java-sdk-sts:3.0.0
- com.aliyun.oss:aliyun-sdk-oss:3.13.2
- com.cedarsoftware:java-util:1.9.0
- com.cedarsoftware:json-io:2.5.1
- com.fasterxml.jackson.core:jackson-annotations:2.14.3
- com.fasterxml.jackson.core:jackson-core:2.14.3
- com.fasterxml.jackson.core:jackson-databind:2.14.3
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.14.3
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.14.3
- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.14.3
- com.fasterxml.uuid:java-uuid-generator:3.1.4
- com.fasterxml.woodstox:woodstox-core:5.4.0
- com.github.ben-manes.caffeine:caffeine:2.9.3
- com.github.davidmoten:rxjava-extras:0.8.0.17
- com.github.stephenc.jcip:jcip-annotations:1.0-1
- com.google:guice:5.1.0
- com.google:guice-servlet:5.1.0
- com.google.api.grpc:proto-google-common-protos:1.0.0
- com.google.code.gson:2.9.0
- com.google.errorprone:error_prone_annotations:2.5.1
- com.google.j2objc:j2objc-annotations:1.3
- com.google.json-simple:json-simple:1.1.1
- com.google.guava:failureaccess:1.0
- com.google.guava:guava:20.0
- com.google.guava:guava:32.0.1-jre
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
- com.microsoft.azure:azure-storage:7.0.0
- com.nimbusds:nimbus-jose-jwt:9.37.2
- com.zaxxer:HikariCP:4.0.3
- commons-beanutils:commons-beanutils:1.9.4
- commons-cli:commons-cli:1.9.0
- commons-codec:commons-codec:1.15
- org.apache.commons:commons-collections4:4.4
- commons-daemon:commons-daemon:1.0.13
- commons-io:commons-io:2.16.1
- commons-net:commons-net:3.9.0
- de.ruedigermoeller:fst:2.50
- io.grpc:grpc-api:1.69.0
- io.grpc:grpc-context:1.69.0
- io.grpc:grpc-core:1.69.0
- io.grpc:grpc-netty:1.69.0
- io.grpc:grpc-protobuf:1.69.0
- io.grpc:grpc-protobuf-lite:1.69.0
- io.grpc:grpc-stub:1.69.0
- io.netty:netty-all:4.1.118.Final
- io.netty:netty-buffer:4.1.118.Final
- io.netty:netty-codec:4.1.118.Final
- io.netty:netty-codec-dns:4.1.118.Final
- io.netty:netty-codec-haproxy:4.1.118.Final
- io.netty:netty-codec-http:4.1.118.Final
- io.netty:netty-codec-http2:4.1.118.Final
- io.netty:netty-codec-memcache:4.1.118.Final
- io.netty:netty-codec-mqtt:4.1.118.Final
- io.netty:netty-codec-redis:4.1.118.Final
- io.netty:netty-codec-smtp:4.1.118.Final
- io.netty:netty-codec-socks:4.1.118.Final
- io.netty:netty-codec-stomp:4.1.118.Final
- io.netty:netty-codec-xml:4.1.118.Final
- io.netty:netty-common:4.1.118.Final
- io.netty:netty-handler:4.1.118.Final
- io.netty:netty-handler-proxy:4.1.118.Final
- io.netty:netty-resolver:4.1.118.Final
- io.netty:netty-resolver-dns:4.1.118.Final
- io.netty:netty-transport:4.1.118.Final
- io.netty:netty-transport-rxtx:4.1.118.Final
- io.netty:netty-transport-sctp:4.1.118.Final
- io.netty:netty-transport-udt:4.1.118.Final
- io.netty:netty-transport-classes-epoll:4.1.118.Final
- io.netty:netty-transport-native-unix-common:4.1.118.Final
- io.netty:netty-transport-classes-kqueue:4.1.118.Final
- io.netty:netty-resolver-dns-classes-macos:4.1.118.Final
- io.netty:netty-transport-native-epoll:4.1.118.Final
- io.netty:netty-transport-native-kqueue:4.1.118.Final
- io.netty:netty-resolver-dns-native-macos:4.1.118.Final
- io.opencensus:opencensus-api:0.12.3
- io.opencensus:opencensus-contrib-grpc-metrics:0.12.3
- io.reactivex:rxjava:1.3.8
- io.reactivex:rxjava-string:1.1.1
- io.reactivex:rxnetty:0.4.20
- io.swagger:swagger-annotations:1.5.4
- javax.inject:javax.inject:1
- net.java.dev.jna:jna:5.2.0
- net.minidev:accessors-smart:1.2
- org.apache.avro:avro:1.11.4
- org.apache.commons:commons-compress:1.26.1
- org.apache.commons:commons-configuration2:2.10.1
- org.apache.commons:commons-csv:1.9.0
- org.apache.commons:commons-digester:1.8.1
- org.apache.commons:commons-lang3:3.17.0
- org.apache.commons:commons-math3:3.6.1
- org.apache.commons:commons-text:1.10.0
- org.apache.commons:commons-validator:1.6
- org.apache.curator:curator-client:5.2.0
- org.apache.curator:curator-framework:5.2.0
- org.apache.curator:curator-recipes:5.2.0
- org.apache.hbase:hbase-annotations:2.5.8
- org.apache.hbase:hbase-client:2.5.8
- org.apache.hbase:hbase-common:2.5.8
- org.apache.hbase:hbase-protocol:2.5.8
- org.apache.htrace:htrace-core:3.1.0-incubating
- org.apache.htrace:htrace-core4:4.1.0-incubating
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.13
- org.apache.kafka:kafka-clients:3.9.0
- org.apache.kerby:kerb-admin:2.0.3
- org.apache.kerby:kerb-client:2.0.3
- org.apache.kerby:kerb-common:2.0.3
- org.apache.kerby:kerb-core:2.0.3
- org.apache.kerby:kerb-crypto:2.0.3
- org.apache.kerby:kerb-identity:2.0.3
- org.apache.kerby:kerb-server:2.0.3
- org.apache.kerby:kerb-simplekdc:2.0.3
- org.apache.kerby:kerb-util:2.0.3
- org.apache.kerby:kerby-asn1:2.0.3
- org.apache.kerby:kerby-config:2.0.3
- org.apache.kerby:kerby-pkix:2.0.3
- org.apache.kerby:kerby-util:2.0.3
- org.apache.kerby:kerby-xdr:2.0.3
- org.apache.kerby:token-provider:2.0.3
- org.apache.sshd:sshd-common:2.11.0
- org.apache.sshd:sshd-core:2.11.0
- org.apache.sshd:sshd-sftp:2.11.0
- org.apache.solr:solr-solrj:8.11.2
- org.apache.yetus:audience-annotations:0.5.0
- org.apache.zookeeper:zookeeper:3.8.4
- org.codehaus.jettison:jettison:1.5.4
- org.eclipse.jetty:jetty-annotations:9.4.57.v20241219
- org.eclipse.jetty:jetty-http:9.4.57.v20241219
- org.eclipse.jetty:jetty-io:9.4.57.v20241219
- org.eclipse.jetty:jetty-jndi:9.4.57.v20241219
- org.eclipse.jetty:jetty-plus:9.4.57.v20241219
- org.eclipse.jetty:jetty-security:9.4.57.v20241219
- org.eclipse.jetty:jetty-server:9.4.57.v20241219
- org.eclipse.jetty:jetty-servlet:9.4.57.v20241219
- org.eclipse.jetty:jetty-util:9.4.57.v20241219
- org.eclipse.jetty:jetty-util-ajax:9.4.57.v20241219
- org.eclipse.jetty:jetty-webapp:9.4.57.v20241219
- org.eclipse.jetty:jetty-xml:9.4.57.v20241219
- org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.57.v20241219
- org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.57.v20241219
- org.ehcache:ehcache:3.8.2
- org.ini4j:ini4j:0.5.4
- org.lz4:lz4-java:1.7.1
- org.objenesis:objenesis:2.6
- org.xerial.snappy:snappy-java:1.1.10.4
- org.yaml:snakeyaml:2.0
- org.wildfly.openssl:wildfly-openssl:2.1.4.Final
- ro.isdc.wro4j:wro4j-maven-plugin:1.8.0
- software.amazon.awssdk:bundle:2.29.52
- net.jodah:failsafe:2.4.4
- --------------------------------------------------------------------------------
- This product bundles various third-party components under other open source
- licenses. This section summarizes those components and their licenses.
- See licenses-binary/ for text of these licenses.
- BSD 2-Clause
- ------------
- hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/compress/lz4/{lz4.h,lz4.c,lz4hc.h,lz4hc.c}
- hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/util/tree.h
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/compat/{fstatat|openat|unlinkat}.h
- com.github.luben:zstd-jni:1.5.6-4
- dnsjava:dnsjava:3.6.1
- org.codehaus.woodstox:stax2-api:4.2.1
- BSD 3-Clause
- ------------
- hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/bloom/*
- hadoop-common-project/hadoop-common/src/main/native/gtest/gtest-all.cc
- hadoop-common-project/hadoop-common/src/main/native/gtest/include/gtest/gtest.h
- hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/util/bulk_crc32_x86.c
- hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/d3.v3.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js
- leveldb v1.13
- com.google.protobuf:protobuf-java:2.5.0
- com.google.protobuf:protobuf-java:3.25.5
- com.google.re2j:re2j:1.1
- com.jcraft:jsch:0.1.55
- com.thoughtworks.paranamer:paranamer:2.3
- jakarta.activation:jakarta.activation-api:1.2.1
- org.fusesource.leveldbjni:leveldbjni-all:1.8
- org.jline:jline:3.9.0
- org.hamcrest:hamcrest-core:1.3
- org.ow2.asm:asm:5.0.4
- org.ow2.asm:asm-commons:6.0
- org.ow2.asm:asm-tree:6.0
- MIT License
- -----------
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/angular-1.6.4.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/angular-nvd3-1.0.9.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/angular-route-1.6.4.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/bootstrap-3.4.1
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dataTables.bootstrap.css
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dataTables.bootstrap.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dust-full-2.0.0.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dust-helpers-1.1.1.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery-3.6.0.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery.dataTables.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/moment.min.js
- hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/bootstrap.min.js
- hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/jquery.js
- hadoop-tools/hadoop-sls/src/main/html/css/bootstrap.min.css
- hadoop-tools/hadoop-sls/src/main/html/css/bootstrap-responsive.min.css
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.11.5/*
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jquery
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jt/jquery.jstree.js
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/resources/TERMINAL
- bootstrap v3.3.6
- broccoli-asset-rev v2.4.2
- broccoli-funnel v1.0.1
- datatables v1.11.5
- em-helpers v0.5.13
- em-table v0.1.6
- ember v2.2.0
- ember-array-contains-helper v1.0.2
- ember-bootstrap v0.5.1
- ember-cli v1.13.13
- ember-cli-app-version v1.0.0
- ember-cli-babel v5.1.6
- ember-cli-content-security-policy v0.4.0
- ember-cli-dependency-checker v1.2.0
- ember-cli-htmlbars v1.0.2
- ember-cli-htmlbars-inline-precompile v0.3.1
- ember-cli-ic-ajax v0.2.1
- ember-cli-inject-live-reload v1.4.0
- ember-cli-jquery-ui v0.0.20
- ember-cli-qunit v1.2.1
- ember-cli-release v0.2.8
- ember-cli-shims v0.0.6
- ember-cli-sri v1.2.1
- ember-cli-test-loader v0.2.1
- ember-cli-uglify v1.2.0
- ember-d3 v0.1.0
- ember-data v2.1.0
- ember-disable-proxy-controllers v1.0.1
- ember-export-application-global v1.0.5
- ember-load-initializers v0.1.7
- ember-qunit v0.4.16
- ember-qunit-notifications v0.1.0
- ember-resolver v2.0.3
- ember-spin-spinner v0.2.3
- ember-truth-helpers v1.2.0
- jquery v2.1.4
- jquery-ui v1.11.4
- loader.js v3.3.0
- momentjs v2.10.6
- qunit v1.19.0
- select2 v4.0.0
- snippet-ss v1.11.0
- spin.js v2.3.2
- com.microsoft.azure:azure-cosmosdb:2.4.5
- com.microsoft.azure:azure-cosmosdb-commons:2.4.5
- com.microsoft.azure:azure-cosmosdb-direct:2.4.5
- com.microsoft.azure:azure-cosmosdb-gateway:2.4.5
- com.microsoft.azure:azure-data-lake-store-sdk:2.3.3
- com.microsoft.azure:azure-keyvault-core:1.0.0
- com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7
- org.bouncycastle:bcpkix-jdk18on:1.78.1
- org.bouncycastle:bcprov-jdk18on:1.78.1
- org.bouncycastle:bcutil-jdk18on:1.78.1
- org.checkerframework:checker-qual:3.8.0
- org.codehaus.mojo:animal-sniffer-annotations:1.24
- org.jruby.jcodings:jcodings:1.0.13
- org.jruby.joni:joni:2.1.2
- org.ojalgo:ojalgo:43.0
- org.slf4j:jul-to-slf4j:1.7.36
- org.slf4j:slf4j-api:1.7.36
- org.slf4j:slf4j-reload4j:1.7.36
- CDDL 1.1 + GPLv2 with classpath exception
- -----------------------------------------
- com.sun.xml.bind:jaxb-impl:2.2.3-1
- javax.annotation:javax.annotation-api:1.3.2
- javax.cache:cache-api:1.1.1
- javax.servlet:javax.servlet-api:3.1.0
- javax.servlet.jsp:jsp-api:2.1
- javax.websocket:javax.websocket-api:1.0
- javax.xml.bind:jaxb-api:2.3.1
- Eclipse Distribution License (EDL) 1.0
- --------------------------
- jakarta.xml.bind:jakarta.xml.bind-api:2.3.3
- Eclipse Public License 1.0
- --------------------------
- junit:junit:4.13.2
- org.jacoco:org.jacoco.agent:0.8.5
- Eclipse Public License (EPL) 2.0
- --------------------------
- jakarta.ws.rs-api:jakarta.ws.rs-api:2.1.6
- jakarta.servlet.jsp:jakarta.servlet.jsp-api:2.3.6
- jakarta.servlet:jakarta.servlet-api:4.0.4
- Eclipse Public License (EPL) 2.0 with some parts being
- GNU General Public License (GPL), Version 2, With Classpath Exception,
- Apache License, 2.0 or Public Domain
- --------------------------
- See also https://github.com/eclipse-ee4j/jersey/blob/master/NOTICE.md
- org.glassfish.jersey.core:jersey-common:2.46
- org.glassfish.jersey.core:jersey-server:2.46
- org.glassfish.jersey.inject:jersey-hk2:2.46
- org.glassfish.jersey.core:jersey-client:2.46
- org.glassfish.jersey.test-framework:jersey-test-framework-core:2.46
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.46
- org.glassfish.jersey.containers:jersey-container-servlet:2.46
- org.glassfish.jersey.containers:jersey-container-servlet-core:2.46
- org.glassfish.jersey.media:jersey-media-json-jettison:2.46
- org.glassfish.jersey.media:jersey-media-jaxb:2.46
- HSQL License
- ------------
- org.hsqldb:hsqldb:2.7.1
- JDOM License
- ------------
- org.jdom:jdom2:2.0.6.1
- Public Domain
- -------------
- aopalliance:aopalliance:1.0
|