Missing deps in jboss-common 4.0.2
----------------------------------
Key: MEV-355
URL: http://jira.codehaus.org/browse/MEV-355
Project: Maven Evangelism
Type: Bug
Components: Dependencies
Reporter: Yann Le Du
Index: jboss-common-4.0.2.pom
===================================================================
--- jboss-common-4.0.2.pom (révision 321)
+++ jboss-common-4.0.2.pom (copie de travail)
@@ -1,6 +1,32 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>jboss</groupId>
<artifactId>jboss-common</artifactId>
+ <packaging>jar</packaging>
+ <name>JBoss Common</name>
<version>4.0.2</version>
+ <description>JBoss common framework.</description>
+ <url>http://www.jboss.com/</url>
+ <licenses>
+ <license>
+ <name>GNU Lesser General Public License</name>
+ <url>http://www.gnu.org/licenses/lgpl.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>http://anoncvs.forge.jboss.com/viewrep/JBoss/jboss-common</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>slide</groupId>
+ <artifactId>webdavlib</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.6.2</version>
+ </dependency>
+ </dependencies>
</project>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]