You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by su...@apache.org on 2002/10/27 00:35:29 UTC

cvs commit: jakarta-commons/fileupload project.xml

sullis      2002/10/26 15:35:29

  Modified:    fileupload project.xml
  Log:
  updated JUnit version to 3.8.1
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-commons/fileupload/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/fileupload/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	25 Oct 2002 04:52:27 -0000	1.9
  +++ project.xml	26 Oct 2002 22:35:29 -0000	1.10
  @@ -83,7 +83,7 @@
       </dependency>
       <dependency>
         <id>junit</id>
  -      <version>3.7</version>
  +      <version>3.8.1</version>
       </dependency>
       <dependency>
         <id>servletapi</id>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-commons/fileupload project.xml

Posted by di...@multitask.com.au.
Unless you have non-test code that depends on JUnit, you can probably 
remove this dependency altogether.

Maven was changed a while back so that the project didn't need the 
dependency, Maven automatically added it at test time.
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


sullis@apache.org wrote on 27/10/2002 09:35:29 AM:

> sullis      2002/10/26 15:35:29
> 
>   Modified:    fileupload project.xml
>   Log:
>   updated JUnit version to 3.8.1
> 
>   Revision  Changes    Path
>   1.10      +1 -1      jakarta-commons/fileupload/project.xml
> 
>   Index: project.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons/fileupload/project.xml,v
>   retrieving revision 1.9
>   retrieving revision 1.10
>   diff -u -r1.9 -r1.10
>   --- project.xml   25 Oct 2002 04:52:27 -0000   1.9
>   +++ project.xml   26 Oct 2002 22:35:29 -0000   1.10
>   @@ -83,7 +83,7 @@
>        </dependency>
>        <dependency>
>          <id>junit</id>
>   -      <version>3.7</version>
>   +      <version>3.8.1</version>
>        </dependency>
>        <dependency>
>          <id>servletapi</id>
> 
> 
> 
> 
> --
> To unsubscribe, e-mail: 
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>
> 

> ForwardSourceID:NT00087056 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>