Skip to content

Commit

Permalink
FORGE-2435: Addon manager needs AddonDependencyResolver implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 18, 2015
1 parent 3e3ae0b commit aa718cf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions addon-manager/addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.forge.addon</groupId>
Expand Down Expand Up @@ -36,14 +37,14 @@
<classifier>forge-addon</classifier>
<optional>true</optional>
</dependency>
<dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>dependencies</artifactId>
<classifier>forge-addon</classifier>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>projects</artifactId>
Expand All @@ -57,6 +58,13 @@
<classifier>forge-addon</classifier>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>maven</artifactId>
<classifier>forge-addon</classifier>
<scope>runtime</scope>
</dependency>

<!-- Furnace Container -->
<dependency>
<groupId>org.jboss.forge.furnace.container</groupId>
Expand Down

0 comments on commit aa718cf

Please sign in to comment.