Skip to content

Commit

Permalink
[JENKINS-48463] Erring on the side of caution and incuding xpp3 libs …
Browse files Browse the repository at this point in the history
…back

in, just in case some plugin might be depending on them
  • Loading branch information
mikecirioli committed Jan 26, 2018
1 parent 992100a commit d994e65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/pom.xml
Expand Up @@ -246,6 +246,11 @@ THE SOFTWARE.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.4c</version>
</dependency>
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
Expand Down

0 comments on commit d994e65

Please sign in to comment.