Skip to content

Commit

Permalink
use slf4j-api explicitly as provided dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudolf Batt committed Jun 23, 2015
1 parent 6e2b2a9 commit ce5ce1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sonar-jmeter-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,20 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
</dependency>

<!-- Unit tests -->
<!-- slf4j-log4j12 will be used for testing -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
Expand Down

0 comments on commit ce5ce1a

Please sign in to comment.