jaxb pom.xml has no dependencies section
----------------------------------------
Key: MEV-104
URL: http://jira.codehaus.org/browse/MEV-104
Project: Maven Evangelism
Type: Bug
Components: Dependencies
Reporter: Guest
The pom.xml is here
http://www.ibiblio.org/maven2/javax/xml/jaxb-xjc/1.0.5/jaxb-xjc-1.0.5.pom
On my own machine I've had success with the following pom.xml:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>javax.xml</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>1.0.5</version>
<name>JAXB XML Binding Code Generator Package</name>
<description>
Part of the Java Web Services Developer Pack
</description>
<url>http://java.sun.com/xml/jaxb/index.jsp</url>
<distributionManagement>
<downloadUrl>http://java.sun.com/webservices/downloads/webservicespack.html</downloadUrl>
</distributionManagement>
<dependencies>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxb-api</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxb-impl</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxb-libs</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>namespace</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jax-qname</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>xsdlib</artifactId>
<version>1.0.5</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]