Skip to content

Commit

Permalink
SEAMPERSIST-42 remove references to slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 24, 2011
1 parent 3574ccf commit f525e5d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
6 changes: 0 additions & 6 deletions tests/base/pom.xml
Expand Up @@ -62,12 +62,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions tests/jbossas-hibernate/pom.xml
Expand Up @@ -82,18 +82,6 @@
<artifactId>seam-persistence-impl</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions tests/jetty-hibernate/pom.xml
Expand Up @@ -115,18 +115,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions tests/jetty-openjpa/pom.xml
Expand Up @@ -83,18 +83,6 @@
<artifactId>seam-config-xml</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder</artifactId>
Expand Down

0 comments on commit f525e5d

Please sign in to comment.