mirror of https://github.com/apache/maven.git
o adding xpp3 here which will always be used by default and I would like
to keep all the generation in one package if I can. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2a2ab2e19
commit
1af167137b
|
@ -39,6 +39,11 @@
|
|||
<contributors/>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>xpp3</groupId>
|
||||
<artifactId>xpp3</artifactId>
|
||||
<version>1.1.3.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue