You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Yann Le Du (JIRA)" <ji...@codehaus.org> on 2006/03/07 02:49:22 UTC

[jira] Created: (MEV-356) Missing dep on jboss-common in jbossmq-client & jnp-client 4.0.2

Missing dep on jboss-common in jbossmq-client & jnp-client 4.0.2
----------------------------------------------------------------

         Key: MEV-356
         URL: http://jira.codehaus.org/browse/MEV-356
     Project: Maven Evangelism
        Type: Bug

  Components: Dependencies  
    Reporter: Yann Le Du


Since svn://svn.codehaus.org/maven/scm/repository/ is not up-to-date yet, I cannot make a diff. The patch is to add the following in both jbossmq-client & jnp-client POMs :

{code:xml}
  <dependencies>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-common</artifactId>
      <version>4.0.2</version>
    </dependency>
  </dependencies>
{code}

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org