Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #24 from oberthur/master
JENKINS-24149 - LogConfigurationException
  • Loading branch information
mindjiver committed Apr 27, 2015
2 parents 704dd97 + 849e550 commit 6aaf945
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/pom.xml
Expand Up @@ -62,6 +62,11 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down

0 comments on commit 6aaf945

Please sign in to comment.