Skip to content

Commit

Permalink
avoid possible exception when building jube karaf stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Dec 4, 2014
1 parent 87a1504 commit e5e3de3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jube-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
<version>${aether.version}</version>
</dependency>

<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<version>1.0</version>
</dependency>

<!-- Testing -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit e5e3de3

Please sign in to comment.