I'm trying to annotate a class with@ModelExporter(Exporter.DEFAULT_EXPORT_LOCATIONS) to mark it as an exporter. However I get an error because the ModelExporter and Exporter classes or interfaces are not recognized. How can I add the dependency that contains this class to our pom.xml file? The ModelExporter annotation is not a part of the Apache Sling Models library.