FWIW. The current version of JUnit 3 is 3.8.2. Gary
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 12, 2006 7:38 AM > To: [EMAIL PROTECTED] > Subject: svn commit: r385299 - > /jakarta/commons/proper/io/trunk/project.xml > > Author: scolebourne > Date: Sun Mar 12 07:38:18 2006 > New Revision: 385299 > > URL: http://svn.apache.org/viewcvs?rev=385299&view=rev > Log: > Add cobertra plugin and junit as dependencies > > Modified: > jakarta/commons/proper/io/trunk/project.xml > > Modified: jakarta/commons/proper/io/trunk/project.xml > URL: > http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/project.xm l? > rev=385299&r1=385298&r2=385299&view=diff > ======================================================================== == > ==== > --- jakarta/commons/proper/io/trunk/project.xml (original) > +++ jakarta/commons/proper/io/trunk/project.xml Sun Mar 12 07:38:18 2006 > @@ -214,11 +214,30 @@ > </contributors> > > <dependencies> > - <!--dependency> > + <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>3.8.1</version> > - </dependency--> > + <properties> > + <scope>test</scope> > + <comment> > + Required only for testing. > + </comment> > + </properties> > + </dependency> > + <dependency> > + <groupId>maven-plugins</groupId> > + <artifactId>maven-cobertura-plugin</artifactId> > + <version>1.1.1</version> > + <url>http://maven-plugins.sourceforge.net/maven-cobertura- > plugin/</url> > + <type>plugin</type> > + <properties> > + <scope>test</scope> > + <comment> > + Required only for generating test coverage reports. > + </comment> > + </properties> > + </dependency> > </dependencies> > > <build> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
