diff --git a/NOTICE b/NOTICE index 70489b9fc2..f82f4a1a84 100644 --- a/NOTICE +++ b/NOTICE @@ -3,30 +3,5 @@ Copyright 2017-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). - --- - -This product uses the dropwizard-hadoop-metrics2. - -Copyright 2016 Josh Elser - -Licensed under the Apache License v2.0 - --- - -Notice for Dropwizard: - -Metrics -Copyright 2010-2013 Coda Hale and Yammer, Inc., 2014-2017 Dropwizard Team - -This product includes software developed by Coda Hale and Yammer, Inc. - -This product includes code derived from the JSR-166 project (ThreadLocalRandom, Striped64, -LongAdder), which was released with the following comments: - - Written by Doug Lea with assistance from members of JCP JSR-166 - Expert Group and released to the public domain, as explained at - http://creativecommons.org/publicdomain/zero/1.0/ - -- diff --git a/pom.xml b/pom.xml index afad397d6b..840e169805 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ 3.3.9 - 1.0.0 + 1.0.1 3.19.2 @@ -217,8 +217,8 @@ 4 - 4.2.9 - 3.2.6 + 4.2.9 + 3.2.6 @@ -407,25 +407,25 @@ io.dropwizard.metrics metrics-core - ${dropwizard.version} + ${shaded.dropwizard.version} io.dropwizard.metrics metrics-jvm - ${dropwizard.version} + ${shaded.dropwizard.version} io.dropwizard.metrics metrics-jmx - ${dropwizard.version} + ${shaded.dropwizard.version} io.dropwizard.metrics metrics-ganglia - ${dropwizard.ganglia.version} + ${shaded.dropwizard.ganglia.version} diff --git a/ratis-assembly/src/main/resources/NOTICE b/ratis-assembly/src/main/resources/NOTICE index b55c4bb52c..d51dd2d6b4 100644 --- a/ratis-assembly/src/main/resources/NOTICE +++ b/ratis-assembly/src/main/resources/NOTICE @@ -316,10 +316,3 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ----------------------------------------------------------------------- -This product uses the dropwizard-hadoop-metrics2. - -Copyright 2016 Josh Elser - -Licensed under the Apache License v2.0 - ---