Skip to content

Commit

Permalink
Set slf4j version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 15, 2011
1 parent 19a2c8b commit c41544b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rundeckapp/pom.xml
Expand Up @@ -195,14 +195,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.8</version>
<scope>runtime</scope>
<version>1.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
<scope>runtime</scope>
<version>1.5.2</version>
<scope>compile</scope>
</dependency>

<!-- Needed in the case of AOP usage -->
Expand Down

0 comments on commit c41544b

Please sign in to comment.