K 10 svn:author V 6 glewis K 8 svn:date V 27 2015-07-17T02:35:02.587194Z K 7 svn:log V 253 . Interfaces like MultiMap in version 3.2.1 of Jakarta Commons Collections define a remove() operation which takes two arguments and clashes with the new remove() operation defined in Map for Java 8. Hence, restrict to Java 6 and 7. PR: 201335 END