Skip to content

Commit

Permalink
FORGE-2759: Depend on addon, not just API
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 23, 2017
1 parent f6fd0dd commit fae1193
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions addon-manager/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,23 @@
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addon-manager-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>git-api</artifactId>
<artifactId>git</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>addon-manager-spi</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>javaee-spi</artifactId>
Expand All @@ -54,7 +52,6 @@
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>text</artifactId>
Expand All @@ -76,25 +73,28 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>dependencies-api</artifactId>
<artifactId>dependencies</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>ui-api</artifactId>
<artifactId>ui</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>resources-api</artifactId>
<artifactId>resources</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>projects-api</artifactId>
<artifactId>projects</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fae1193

Please sign in to comment.