Author: rareddy
Date: 2012-01-11 15:17:31 -0500 (Wed, 11 Jan 2012)
New Revision: 3786
Modified:
trunk/jboss-integration/pom.xml
trunk/pom.xml
Log:
moving jboss-caching into jboss-integration
Modified: trunk/jboss-integration/pom.xml
===================================================================
--- trunk/jboss-integration/pom.xml 2012-01-11 19:18:32 UTC (rev 3785)
+++ trunk/jboss-integration/pom.xml 2012-01-11 20:17:31 UTC (rev 3786)
@@ -16,11 +16,6 @@
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-runtime</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.jboss.teiid</groupId>
- <artifactId>teiid-cache-jbosscache</artifactId>
- </dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
@@ -69,7 +64,7 @@
<artifactId>jboss-as-security</artifactId>
<scope>provided</scope>
</dependency>
-
+
<!-- This dependency is to read the ra.xml file details -->
<dependency>
<groupId>org.jboss.as</groupId>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-01-11 19:18:32 UTC (rev 3785)
+++ trunk/pom.xml 2012-01-11 20:17:31 UTC (rev 3786)
@@ -331,11 +331,6 @@
<artifactId>teiid-txn-jbossts</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.jboss.teiid</groupId>
- <artifactId>teiid-cache-jbosscache</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-jboss-integration</artifactId>
@@ -615,7 +610,6 @@
<module>metadata</module>
<module>runtime</module>
<module>adminshell</module>
- <module>cache-jbosscache</module>
<module>hibernate-dialect</module>
<module>jboss-integration</module>
<module>test-integration</module>
Show replies by date