Brett (or others!),
Do we actually need the junit dependency to be declared in project.xml?
Recently, I've just been deleting it as unecessary.
Stephen
[EMAIL PROTECTED] wrote:
Author: brett
Date: Fri Oct 14 06:34:14 2005
New Revision: 321112
<dependencies>
<dependency>
- <id>junit</id>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
<version>3.8.1</version>
+ <properties>
+ <scope>test</scope>
+ </properties>
</dependency>
</dependencies>
---------------------------------------------------------------------
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]