# HG changeset patch # User Yasumasa Suenaga # Date 1505456381 -32400 # Node ID 09cbd56eb9212e4e8db60d1c2e1379769bbfea97 # Parent d5a88a5981b0fcbace19e20bb0023f0860f1acc9 Bug 3450: Remove dependency to heapstats-mbean from heapstats-plugin-api Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/119 diff -r d5a88a5981b0 -r 09cbd56eb921 ChangeLog --- a/ChangeLog Tue Aug 15 11:53:26 2017 +0900 +++ b/ChangeLog Fri Sep 15 15:19:41 2017 +0900 @@ -1,3 +1,7 @@ +2017-09-15 Yasumasa Suenaga + + * Bug 3450: Remove dependency to heapstats-mbean from heapstats-plugin-api + 2017-08-15 KUBOTA Yuji * Bug 3437: Add support for JDK 9 Version-String Scheme (JEP 223) diff -r d5a88a5981b0 -r 09cbd56eb921 analyzer/plugin-api/pom.xml --- a/analyzer/plugin-api/pom.xml Tue Aug 15 11:53:26 2017 +0900 +++ b/analyzer/plugin-api/pom.xml Fri Sep 15 15:19:41 2017 +0900 @@ -82,11 +82,6 @@ ${project.groupId} - heapstats-mbean - ${project.version} - - - ${project.groupId} heapstats-core ${project.version}