You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christofer Jennings <bo...@gmail.com> on 2006/08/10 19:22:49 UTC

junit 4.1

I have a dependency on junit 4.1 that fails. It looks like version 4.1
is in http://www.ibiblio.org/maven2/junit/junit/ but not in the
maven-metadata.xml...

<metadata>
  <groupId>junit</groupId>
  <artifactId>junit</artifactId>
  <versioning>
    <release>3.8.1</release>
    <versions>
      <version>3.7</version>
      <version>3.8</version>
      <version>3.8.1</version>
      <version>3.8.2</version>
      <version>4.0</version>
    </versions>
  </versioning>
</metadata>

Can I update this or does someone else have to? (still a newbee!)

,chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org