diff --git a/LICENSE-binary b/LICENSE-binary index 1f7db007e..8f081384d 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -205,6 +205,7 @@ This project bundles the following dependencies under the Apache Software Licens com.google.code.findbugs:jsr305 com.google.guava:guava +commons-cli:commons-cli commons-io:commons-io commons-logging:commons-logging io.dropwizard.metrics:metrics-core @@ -257,7 +258,10 @@ org.apache.ratis:ratis-netty org.apache.ratis:ratis-proto org.apache.ratis:ratis-server org.apache.ratis:ratis-server-api +org.apache.ratis:ratis-shell org.apache.ratis:ratis-thirdparty-misc +org.javassist:javassist +org.reflections:reflections org.roaringbitmap:RoaringBitmap org.roaringbitmap:shims org.scala-lang:scala-library @@ -290,4 +294,7 @@ See license/LICENSE-MIT.txt for details. ------------ See license/LICENSE-slf4j.txt for details. org.slf4j:jul-to-slf4j -org.slf4j:slf4j-api \ No newline at end of file +org.slf4j:slf4j-api +------------ +See license/LICENSE-javassist.txt for detail. +org.javassist:javassist diff --git a/NOTICE-binary b/NOTICE-binary index 4757bfa69..111301549 100644 --- a/NOTICE-binary +++ b/NOTICE-binary @@ -9,6 +9,9 @@ The Apache Software Foundation (https://www.apache.org/). = NOTICE file corresponding to section 4d of the Apache License Version 2.0 = ============================================================================= +Apache Commons CLI +Copyright 2002-2021 The Apache Software Foundation + Apache Commons IO Copyright 2002-2020 The Apache Software Foundation @@ -57,6 +60,9 @@ Copyright 2017-2020 The Apache Software Foundation Apache Ratis Server API Copyright 2017-2020 The Apache Software Foundation +Apache Ratis Shell +Copyright 2017-2020 The Apache Software Foundation + Apache Ratis Thirdparty Miscellaneous Copyright 2017-2020 The Apache Software Foundation diff --git a/licenses-binary/LICENSE-javassist.txt b/licenses-binary/LICENSE-javassist.txt new file mode 100644 index 000000000..a93529cba --- /dev/null +++ b/licenses-binary/LICENSE-javassist.txt @@ -0,0 +1,381 @@ + + +Javassist License + + + + +
MOZILLA PUBLIC LICENSE
Version +1.1 +

+


+
+

1. Definitions. +

2. Source Code License. + +


3. Distribution Obligations. +

4. Inability to Comply Due to Statute or Regulation. +5. Application of this License. +6. Versions +of the License. +7. +DISCLAIMER OF WARRANTY. +8. TERMINATION. +9. LIMITATION OF +LIABILITY. +10. U.S. GOVERNMENT END USERS. +11. +MISCELLANEOUS. +12. RESPONSIBILITY FOR CLAIMS. +13. MULTIPLE-LICENSED CODE. + +


EXHIBIT A -Mozilla Public License. +

+ + diff --git a/pom.xml b/pom.xml index 9919015c9..667c9a09d 100644 --- a/pom.xml +++ b/pom.xml @@ -260,6 +260,12 @@ org.apache.ratis ratis-shell ${ratis.version} + + + org.slf4j + slf4j-simple + + org.scala-lang