Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-36281] Downgrade to joda-time 1.6.
Browse files Browse the repository at this point in the history
Use the same library as dashboard-view to avoid classloading problems.
  • Loading branch information
uhafner committed Jul 16, 2016
1 parent 7a6538f commit 95bd089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis-core.iml
Expand Up @@ -34,7 +34,7 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-io:commons-io:2.4" level="project" />
<orderEntry type="library" name="Maven: com.infradna.tool:bridge-method-annotation:1.14" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci:annotation-indexer:1.4" level="project" />
<orderEntry type="library" name="Maven: joda-time:joda-time:2.1" level="project" />
<orderEntry type="library" name="Maven: joda-time:joda-time:1.6" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.main:maven-plugin:2.9" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.plugins:javadoc:1.0" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.plugins:mailer:1.7" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.1</version>
<version>1.6</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 95bd089

Please sign in to comment.