Skip to content

Commit

Permalink
WFLY-4572 Exclude slf4j-api:1.7.7.jbossorg-1 not available in maven c…
Browse files Browse the repository at this point in the history
…entral
  • Loading branch information
mkouba authored and jharting committed May 7, 2015
1 parent 46f8e64 commit 0a3fa37
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
7 changes: 0 additions & 7 deletions jboss-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,6 @@
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-common</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.logmanager</groupId>
<artifactId>log4j-jboss-logmanager</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
Expand Down
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,17 @@
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-common</artifactId>
<version>${wildfly.arquillian.version}</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logmanager</groupId>
<artifactId>log4j-jboss-logmanager</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -339,7 +350,7 @@
<artifactId>weld-porting-package-tck</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.weld.environment</groupId>
<artifactId>weld-environment-common</artifactId>
Expand Down Expand Up @@ -369,7 +380,7 @@
<artifactId>weld-se-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.weld.probe</groupId>
<artifactId>weld-probe-core</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions tests-arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,10 @@
<scope>test</scope>
</dependency>

<!-- Because we need this to compile the exception transformer and resource manager -->
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss.logmanager</groupId>
<artifactId>log4j-jboss-logmanager</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit 0a3fa37

Please sign in to comment.