Title: [2445] trunk/openejb3/openejb-assembly/pom.xml: Added more server, client, and ejb as deps in the assembly
Revision
2445
Author
dblevins
Date
2006-02-14 20:03:19 -0500 (Tue, 14 Feb 2006)

Log Message

Added more server, client, and ejb as deps in the assembly
so they are included in the lib dir of the assembled distro
and openejb will still start

Modified Paths

Diff

Modified: trunk/openejb3/openejb-assembly/pom.xml (2444 => 2445)

--- trunk/openejb3/openejb-assembly/pom.xml	2006-02-14 08:13:28 UTC (rev 2444)
+++ trunk/openejb3/openejb-assembly/pom.xml	2006-02-15 01:03:19 UTC (rev 2445)
@@ -52,6 +52,21 @@
       <version>3.0-SNAPSHOT</version>
     </dependency>
     <dependency>
+      <groupId>org.openejb</groupId>
+      <artifactId>openejb-client</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.openejb</groupId>
+      <artifactId>openejb-server</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.openejb</groupId>
+      <artifactId>openejb-ejbd</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>

Reply via email to