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

[jira] Commented: (MEV-255) Problem with junit-addons 1.4

    [ http://jira.codehaus.org/browse/MEV-255?page=comments#action_60256 ] 

md commented on MEV-255:
------------------------

Yes.

I have trimmed it down to the following:

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>junit-addons</groupId>
  <artifactId>junit-addons</artifactId>
  <version>1.4</version>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.6.2</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xmlParserAPIs</artifactId>
      <version>2.6.2</version>
    </dependency>
  </dependencies>
</project>


I am not sure if xerces is needed. I haven't looked at the addons source yet.

> Problem with junit-addons 1.4
> -----------------------------
>
>          Key: MEV-255
>          URL: http://jira.codehaus.org/browse/MEV-255
>      Project: Maven Evangelism
>         Type: Task

>     Reporter: David Eric Pugh

>
>
> junit-addons's M2 pom: http://www.ibiblio.org/maven2/junit-addons/junit-addons/1.4/junit-addons-1.4.pom says taht it depends on junit-addons-runner-1.0-alpha1.  However, this jar doesn't exist on ibiblio or Maven2 repositories.  Additionally, www.ibiblio.org/maven/junit-addons/jars/ didn't have it either.

-- 
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