Skip to content

Commit

Permalink
SAK-30828 slf4j-log4j12 binding should be provided
Browse files Browse the repository at this point in the history
  • Loading branch information
ern committed Apr 27, 2016
1 parent dfa2947 commit f4e8903
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion kernel/deploy/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<artifactId>jcl-over-slf4j</artifactId>
<scope>compile</scope>
</dependency>
<!-- needed by Ehcache -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${sakai.slf4j.version}</version>
<scope>runtime</scope>
<scope>provided</scope>
</dependency>
<!-- log4j is the actual logger used by slf4j, this would be removed if using a different logging impl -->
<!-- change to scope runtime once all sakai log4j code is switched to slf4j -->
Expand Down
6 changes: 6 additions & 0 deletions site-manage/site-manage-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>0.4</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.sakaiproject.entitybroker</groupId>
Expand Down

0 comments on commit f4e8903

Please sign in to comment.