Skip to content

Commit

Permalink
FORGE-2759: ui-impl should depend on convert addon
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 24, 2017
1 parent fae1193 commit aabde9d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ui/impl/pom.xml
Expand Up @@ -15,19 +15,17 @@
<artifactId>cdi</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>

</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>ui-api</artifactId>
</dependency>

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

<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>ui-spi</artifactId>
Expand Down

0 comments on commit aabde9d

Please sign in to comment.