mirror of https://github.com/jenkinsci/jenkins.git
[JENKINS-48463] Erring on the side of caution and incuding xpp3 libs back
in, just in case some plugin might be depending on them
This commit is contained in:
parent
992100ac42
commit
d994e65a9a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue