[teiid-commits] teiid SVN: r1869 - branches/JCA/console.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Feb 23 15:56:05 EST 2010


Author: rareddy
Date: 2010-02-23 15:56:05 -0500 (Tue, 23 Feb 2010)
New Revision: 1869

Modified:
   branches/JCA/console/pom.xml
Log:
Misc: Fixing the compilation error in the IDE

Modified: branches/JCA/console/pom.xml
===================================================================
--- branches/JCA/console/pom.xml	2010-02-23 20:38:54 UTC (rev 1868)
+++ branches/JCA/console/pom.xml	2010-02-23 20:56:05 UTC (rev 1869)
@@ -239,6 +239,12 @@
 			<artifactId>rhq-jmx-plugin</artifactId>
 			<version>${org.rhq.version}</version>
 		</dependency>
+        
+        <dependency>
+            <groupId>org.rhq</groupId>
+            <artifactId>rhq-core-util</artifactId>
+            <version>${org.rhq.version}</version>
+        </dependency>        
 
 		<dependency>
 			<groupId>mc4j</groupId>



More information about the teiid-commits mailing list