Skip to content

Commit

Permalink
Removed optional from needed JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 22, 2017
1 parent 1ded3af commit fdd8b25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions maven/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
<groupId>org.jboss.forge.addon</groupId>
<artifactId>maven-impl</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>maven-impl-projects</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<!-- Addons -->
Expand Down

0 comments on commit fdd8b25

Please sign in to comment.