Skip to content

Commit

Permalink
reverted logback depend back
Browse files Browse the repository at this point in the history
  • Loading branch information
mavlyutov committed Feb 5, 2015
1 parent c1b3e3e commit 0125849
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jclouds-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@
<version>2.9-SNAPSHOT</version>
</dependency>
<!-- Test Dependencies -->

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
Expand Down

0 comments on commit 0125849

Please sign in to comment.