project.xml file references deprecated xml-apis-2.0.2
-----------------------------------------------------
Key: CONFIGURATION-251
URL: https://issues.apache.org/jira/browse/CONFIGURATION-251
Project: Commons Configuration
Issue Type: Bug
Affects Versions: 1.3 Final
Reporter: Petteri Räty
See
http://www.ibiblio.org/maven/xml-apis/jars/
In project.xml:
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<scope>provided</scope>
<war.bundle>true</war.bundle>
</properties>
</dependency>
I found this was used in both 1.3 release and svn trunk
Last Changed Rev: 498155
Last Changed Date: 2007-01-20 21:23:52 +0200 (Sat, 20 Jan 2007)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|