Author: [email protected]
Date: Mon May 30 17:27:21 2011
New Revision: 1152
Log:
[AMDATUCASSANDRA-68] Fix for stream null error
Modified:
trunk/amdatu-cassandra/test-integration/tests/pom.xml
Modified: trunk/amdatu-cassandra/test-integration/tests/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/test-integration/tests/pom.xml (original)
+++ trunk/amdatu-cassandra/test-integration/tests/pom.xml Mon May 30
17:27:21 2011
@@ -89,6 +89,22 @@
<scope>test</scope>
<type>bundle</type>
</dependency>
+
+ <!--
+ This transitive dependency is in the end needed by
+ org.amdatu.cassandra.persistencemanager which depends on a maven 2
+ version of this artifact. The maven-model pom..xml does not include
versions
+ for all its dependencies, which works for maven 2 but fails with
maven 3.
+ We therefore overrule this version with the maven 3 one.
+ Without this dependency, you will get this error while running the
test:
+ java.lang.AssertionError: Stream handler unavailable due to: null
+ -->
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ <version>3.0.3</version>
+ </dependency>
+
</dependencies>
</dependencyManagement>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits