Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
issues#6 : Failed to execute goal de.m3y.maven:rbc-maven-plugin ... r…
Browse files Browse the repository at this point in the history
…equired class SinkEventAttributes missing
  • Loading branch information
marcelmay committed Apr 1, 2013
1 parent c296804 commit 9c3b8dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -93,6 +93,11 @@
<artifactId>maven-reporting-api</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
<version>1.2</version> <!-- maven-reporting-api references 1.0, but maven-reporting-impl uses 1.2 -->
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
Expand Down

0 comments on commit 9c3b8dd

Please sign in to comment.