diff --git a/CHANGES.txt b/CHANGES.txt
index a2951a85db..e6ab5ddf5c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
3.0.3
+ * 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 0420652ddc..cab361fbf4 100644
--- a/build.xml
+++ b/build.xml
@@ -392,7 +392,6 @@
-