- * {@link org.dspace.statistics.content.StatisticsDataVisits} is somewhat like a - * factory for statistical queries. An instance is customized with - * DatasetGenerator instances to specify interesting facets of the data and with - * filters to specify TBS. The "factory methods" then produce arrays of values - * meeting the factory's criteria, either raw or formatted for presentation. - *
- * DatasetGenerator subclasses are available for constraining the results to a - * given DSpaceObject, object type, and time interval. - *
- * A StatisticsDataVisits object can be wrapped in a
- * {@link org.dspace.statistics.content.StatisticsDisplay}
- * subclass to format its content as a list or a table.
- */
-
-package org.dspace.statistics.content;
diff --git a/dspace-xmlui/dspace-xmlui-api/pom.xml b/dspace-xmlui/dspace-xmlui-api/pom.xml
index 419a9c055b..fcf198db11 100644
--- a/dspace-xmlui/dspace-xmlui-api/pom.xml
+++ b/dspace-xmlui/dspace-xmlui-api/pom.xml
@@ -43,10 +43,6 @@