Skip to content

Commit

Permalink
Only our deployable (i.e. webapp) should pull in a concrete slf4j run…
Browse files Browse the repository at this point in the history
…time impl
  • Loading branch information
Edwin Shin committed Jun 28, 2013
1 parent f92e907 commit f0235b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions fcrepo-audit/pom.xml
Expand Up @@ -36,6 +36,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
7 changes: 5 additions & 2 deletions fcrepo-kernel/pom.xml
Expand Up @@ -22,6 +22,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down Expand Up @@ -53,11 +57,10 @@
<type>pom</type>
</dependency>

<!-- Logging: we'll use LogBack (which implements the SLF4J API); ModeShape knows
what to do. -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>

<!-- test gear -->
Expand Down
4 changes: 4 additions & 0 deletions fcrepo-webapp/pom.xml
Expand Up @@ -28,6 +28,10 @@
</properties>

<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel</artifactId>
Expand Down

0 comments on commit f0235b5

Please sign in to comment.