Skip to content

Commit

Permalink
JENKINS-24149 - LogConfigurationException due to conflicting commons-…
Browse files Browse the repository at this point in the history
…logging versions
  • Loading branch information
otlabs-ci committed Apr 21, 2015
1 parent 7ce651a commit 849e550
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 849e550

Please sign in to comment.