Author: shawkins
Date: 2009-04-19 12:32:45 -0400 (Sun, 19 Apr 2009)
New Revision: 798
Modified:
trunk/server/pom.xml
Log:
TEIID-506 removing the jgroups dependency from common internal
Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml 2009-04-19 16:32:13 UTC (rev 797)
+++ trunk/server/pom.xml 2009-04-19 16:32:45 UTC (rev 798)
@@ -89,5 +89,9 @@
<groupId>com.google.code.guice</groupId>
<artifactId>guice</artifactId>
</dependency>
+ <dependency>
+ <groupId>jgroups</groupId>
+ <artifactId>jgroups</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file