Skip to content

Commit

Permalink
Fix for #182 Modify pom removing provided scope from slf4j-api depend…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
rbygrave committed Aug 12, 2014
1 parent 3e788d4 commit 5cf008b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
<artifactId>persistence-api</artifactId>
<version>1.0</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>

<dependency>
<groupId>javax.transaction</groupId>
Expand Down Expand Up @@ -77,13 +83,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-agentloader</artifactId>
Expand Down

0 comments on commit 5cf008b

Please sign in to comment.