diff --git a/CHANGES.txt b/CHANGES.txt index d49a75f330..6bbded8294 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,7 @@ * Abort in-progress queries that time out (CASSANDRA-7392) * Add transparent data encryption core classes (CASSANDRA-9945) Merged from 3.0: + * Eliminate the dependency on jgrapht for UDT resolution (CASSANDRA-10653) * (Hadoop) Close Clusters and Sessions in Hadoop Input/Output classes (CASSANDRA-1837) * Fix sstableloader not working with upper case keyspace name (CASSANDRA-10806) Merged from 2.2: diff --git a/NOTICE.txt b/NOTICE.txt index b88018311c..a20994f48b 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -83,7 +83,3 @@ BSD 3-clause ASM (http://asm.ow2.org/) Copyright (c) 2000-2011 INRIA, France Telecom - -JGraphT -(http://jgrapht.org) -Copyright 2003-2015, by Barak Naveh and Contributors. diff --git a/build.xml b/build.xml index 2a25b9b306..51589bb808 100644 --- a/build.xml +++ b/build.xml @@ -392,7 +392,6 @@ -