Skip to content

Commit

Permalink
removed fixture-aspect as its own module
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlau committed Jul 2, 2013
1 parent 191c136 commit 21a8efd
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 107 deletions.
82 changes: 0 additions & 82 deletions fixture-aspect/pom.xml

This file was deleted.

14 changes: 0 additions & 14 deletions fixture-aspect/src/test/resources/logback-test.xml

This file was deleted.

18 changes: 8 additions & 10 deletions fixture-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
<usedDependency>ch.qos.logback:logback-classic</usedDependency>
<usedDependency>com.h2database:h2</usedDependency>
<usedDependency>com.mchange:c3p0</usedDependency>
<usedDependency>info.cukes:cucumber-html</usedDependency>
Expand All @@ -50,10 +49,6 @@
<artifactId>aspectj-maven-plugin</artifactId>
<configuration>
<aspectLibraries>
<aspectLibrary>
<groupId>io.fixture</groupId>
<artifactId>fixture-aspect</artifactId>
</aspectLibrary>
<aspectLibrary>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
Expand Down Expand Up @@ -84,14 +79,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.fixture</groupId>
<artifactId>fixture-aspect</artifactId>
<version>0.1-SNAPSHOT</version>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
<artifactId>logback-core</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -187,6 +181,10 @@
<artifactId>selenium-firefox-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<modules>
<module>fixture-parent</module>
<module>fixture-annotation</module>
<module>fixture-aspect</module>
<module>fixture-web</module>
</modules>

Expand Down

0 comments on commit 21a8efd

Please sign in to comment.