Skip to content

Commit

Permalink
Farewell, Mr. shell-test-configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 13, 2013
1 parent dec1fe1 commit 7af1983
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 73 deletions.
6 changes: 0 additions & 6 deletions shell/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
<artifactId>shell-spi</artifactId>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell-test-configurator</artifactId>
<classifier>forge-addon</classifier>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>ui</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<module>api</module>
<module>impl</module>
<module>spi</module>
<module>test-config</module>
<module>test-harness</module>
<module>addon</module>
<module>tests</module>
Expand Down Expand Up @@ -68,12 +67,6 @@
<artifactId>shell-test-harness</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell-test-configurator</artifactId>
<version>${project.version}</version>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell-test-harness</artifactId>
Expand Down
48 changes: 0 additions & 48 deletions shell/test-config/pom.xml

This file was deleted.

2 changes: 0 additions & 2 deletions shell/test-config/src/main/resources/META-INF/beans.xml

This file was deleted.

5 changes: 0 additions & 5 deletions shell/test-harness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
<artifactId>shell</artifactId>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell-test-configurator</artifactId>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>ui</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions shell/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
<artifactId>shell-test-harness</artifactId>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell-test-configurator</artifactId>
<classifier>forge-addon</classifier>
</dependency>
<dependency>
<groupId>org.jboss.forge.furnace.test</groupId>
<artifactId>furnace-test-harness</artifactId>
Expand Down

0 comments on commit 7af1983

Please sign in to comment.