Update of /cvsroot/jwebunit/jWebUnit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21871
Modified Files:
project.xml
Log Message:
Added needed jasper dependencies for jetty as testserver.
Index: project.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/project.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** project.xml 12 Jul 2004 20:39:30 -0000 1.12
--- project.xml 12 Jul 2004 21:30:02 -0000 1.13
***************
*** 234,239 ****
<dependency>
<groupId>jetty</groupId>
! <artifactId>jetty</artifactId>
! <version>4.2.19</version>
<type>jar</type>
<url>http://www.mortbay.com</url>
--- 234,239 ----
<dependency>
<groupId>jetty</groupId>
! <artifactId>org.mortbay.jetty</artifactId>
! <version>4.2.20</version>
<type>jar</type>
<url>http://www.mortbay.com</url>
***************
*** 242,246 ****
</properties>
</dependency>
!
</dependencies>
<build>
--- 242,261 ----
</properties>
</dependency>
! <dependency>
! <groupId>tomcat</groupId>
! <artifactId>jasper-runtime</artifactId>
! <version>4.1.30</version>
! <properties>
! <war.bundle>false</war.bundle>
! </properties>
! </dependency>
! <dependency>
! <groupId>tomcat</groupId>
! <artifactId>jasper-compiler</artifactId>
! <version>4.1.30</version>
! <properties>
! <war.bundle>false</war.bundle>
! </properties>
! </dependency>
</dependencies>
<build>
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development