You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2005/10/14 15:34:17 UTC

svn commit: r321112 - /jakarta/commons/proper/collections/trunk/project.xml

Author: brett
Date: Fri Oct 14 06:34:14 2005
New Revision: 321112

URL: http://svn.apache.org/viewcvs?rev=321112&view=rev
Log:
PR: 16646
Submitted by: Carlos Sanchez
improved dependency information for maven2 users in future releases

Modified:
    jakarta/commons/proper/collections/trunk/project.xml

Modified: jakarta/commons/proper/collections/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/project.xml?rev=321112&r1=321111&r2=321112&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/project.xml (original)
+++ jakarta/commons/proper/collections/trunk/project.xml Fri Oct 14 06:34:14 2005
@@ -16,7 +16,8 @@
   -->
 <project>
   <pomVersion>3</pomVersion>
-  <id>commons-collections</id>
+  <groupId>commons-collections</groupId>
+  <artifactId>commons-collections</artifactId>
   <currentVersion>3.2-dev</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Collections</name>
@@ -364,8 +365,12 @@
 
   <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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [collections] svn commit: r321112 - /jakarta/commons/proper/collections/trunk/project.xml

Posted by Brett Porter <br...@apache.org>.
I think that technically no, but I'd suggest keeping it. At some point,
there will be users of junit 4.0, so it's best to express which version
your test code is designed to run with.

Cheers,
Brett

Stephen Colebourne wrote:

> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [collections] svn commit: r321112 - /jakarta/commons/proper/collections/trunk/project.xml

Posted by Stephen Colebourne <sc...@btopenworld.com>.
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


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

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org