dain 2004/04/15 22:21:04
Modified: modules/itests project.xml
Log:
Fixed typo in ejb-jar.xml file
Reorganized dependencies
Revision Changes Path
1.4 +10 -10 openejb/modules/itests/project.xml
Index: project.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb/modules/itests/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 12 Apr 2004 08:31:41 -0000 1.3
+++ project.xml 16 Apr 2004 02:21:04 -0000 1.4
@@ -38,15 +38,6 @@
<!-- Thirdparty -->
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8</version>
- <properties>
- <runtime>true</runtime>
- </properties>
- </dependency>
-
- <dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jta</artifactId>
<version>DEV</version>
@@ -90,6 +81,15 @@
<runtime>true</runtime>
</properties>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
</dependencies>