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

Commit

Permalink
[FIXED JENKINS-16984] Added dependency to xerces.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 27, 2013
1 parent bb1d6e0 commit a2f2961
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -34,6 +34,11 @@
<artifactId>analysis-core</artifactId>
<version>1.49</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-test</artifactId>
Expand Down

0 comments on commit a2f2961

Please sign in to comment.