o Synced dependency on stax-api with the JAR used by Woodstox (due to bad repo metadata, javax.xml.stream:stax-api is not recognized as a conflict/duplicate)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@713182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-11-11 21:46:34 +00:00
parent 14ef7d204e
commit 803e95b370
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ under the License.
<version>3.2.6</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0-2</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>