Hi Spring Team,

while integrating the spring-data-mongo artifact into our project I recognized the annotation classes are included directly in the spring-data-mongo artifact (jar). This makes it difficult to compile only the annotated beans without any other mongodb dependency (like the driver). It would be great if you could create a separate jar like spring-data-mongo-api/-common/-annotations etc. which includes only the annotations and do not have any other dependency.

Best regards,
Oliver