Author: shawkins
Date: 2009-04-19 12:32:13 -0400 (Sun, 19 Apr 2009)
New Revision: 797
Modified:
trunk/common-internal/pom.xml
Log:
TEIID-506 removing the jgroups dependency from common internal
Modified: trunk/common-internal/pom.xml
===================================================================
--- trunk/common-internal/pom.xml 2009-04-18 20:24:38 UTC (rev 796)
+++ trunk/common-internal/pom.xml 2009-04-19 16:32:13 UTC (rev 797)
@@ -33,13 +33,8 @@
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</dependency>
-
+
<dependency>
- <groupId>jgroups</groupId>
- <artifactId>jgroups</artifactId>
- </dependency>
-
- <dependency>
<groupId>beanshell</groupId>
<artifactId>bsh</artifactId>
</dependency>