Author: [email protected]
Date: Wed Sep 14 10:09:39 2011
New Revision: 1359

Log:
[AMDATUCASSANDRA-84] Fixed same way as AMDATUOPENSOCIAL-82

Modified:
   trunk/amdatu-cassandra/test-integration/pom.xml

Modified: trunk/amdatu-cassandra/test-integration/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/test-integration/pom.xml     (original)
+++ trunk/amdatu-cassandra/test-integration/pom.xml     Wed Sep 14 10:09:39 2011
@@ -61,6 +61,20 @@
         <type>bundle</type>
       </dependency>
 
+      <!-- FIXME: this is a temporary dependency, needed to overrule the 
default
+           dependency with the 0.2.0 version of this artifact. Since 0.2.0 does
+           not yet contain the integration test framework, this integration 
test
+           depends on 0.2.1-SNAPSHOT instead. This depedency should be removed 
as
+           soon as the core dependecies in the integration test are in line 
with
+           the core dependencies version defined in the amdatu-opensocial root 
pom-->
+      <dependency>
+        <groupId>org.amdatu.core</groupId>
+        <artifactId>org.amdatu.core.config.templates</artifactId>
+        <version>${org.amdatu.core.version}</version>
+        <scope>provided</scope>
+        <type>bundle</type>
+      </dependency>
+
       <!--
         Some dependency scopes are intentionally set to compile in this
         section so that depending (on the base) itest modules will in turn 
recieve
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to