Skip to content

Commit

Permalink
Fixed maven module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 30, 2012
1 parent 5254305 commit 77e92e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<artifactId>maven-embedder</artifactId>
<version>${version.maven}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${version.maven}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
Expand Down

0 comments on commit 77e92e5

Please sign in to comment.