Skip to content

Commit

Permalink
Configuration addon should depend on UI instead of shell addon
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 26, 2015
1 parent 88243ae commit 7cb7d15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions configuration/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ TIP: Every write operation in the Configuration object will automatically flush
|yes
|yes

|ui
|yes
|yes


|org.jboss.forge.furnace.container:cdi
|no
Expand Down
2 changes: 1 addition & 1 deletion configuration/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell</artifactId>
<artifactId>ui</artifactId>
<classifier>forge-addon</classifier>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion configuration/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell</artifactId>
<artifactId>ui</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 7cb7d15

Please sign in to comment.