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 2bfeb7c commit 12bd9d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
7 changes: 0 additions & 7 deletions jboss-tck-runner/pom.xml
Expand Up @@ -295,13 +295,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
13 changes: 12 additions & 1 deletion pom.xml
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 @@ -327,7 +338,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
7 changes: 0 additions & 7 deletions tests-arquillian/pom.xml
Expand Up @@ -125,13 +125,6 @@
<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 12bd9d6

Please sign in to comment.