Skip to content

Commit

Permalink
remove the slf4j-api exclusions (which were on weld-se which didn't r…
Browse files Browse the repository at this point in the history
…eally exclude them because it shaded slf4j-api inside)
  • Loading branch information
ge0ffrey authored and krisv committed Oct 11, 2012
1 parent f39f34b commit e99a30c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions jbpm-human-task/jbpm-human-task-services/pom.xml
Expand Up @@ -34,12 +34,6 @@
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<!--<dependency>-->
<!--<groupId>javax.jta</groupId>-->
Expand Down
6 changes: 0 additions & 6 deletions jbpm-human-task/jbpm-human-task-workitems/pom.xml
Expand Up @@ -44,12 +44,6 @@
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
Expand Down

0 comments on commit e99a30c

Please sign in to comment.