You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/03/11 21:58:13 UTC

svn commit: r1299446 - /camel/trunk/components/camel-hazelcast/pom.xml

Author: cmueller
Date: Sun Mar 11 20:58:13 2012
New Revision: 1299446

URL: http://svn.apache.org/viewvc?rev=1299446&view=rev
Log:
instruct hazelcast to use slf4j by running our unit tests

Modified:
    camel/trunk/components/camel-hazelcast/pom.xml

Modified: camel/trunk/components/camel-hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hazelcast/pom.xml?rev=1299446&r1=1299445&r2=1299446&view=diff
==============================================================================
--- camel/trunk/components/camel-hazelcast/pom.xml (original)
+++ camel/trunk/components/camel-hazelcast/pom.xml Sun Mar 11 20:58:13 2012
@@ -74,6 +74,12 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <forkMode>pertest</forkMode>
+					<systemProperties>
+						<property>
+							<name>hazelcast.logging.type</name>
+							<value>slf4j</value>
+						</property>
+					</systemProperties>
                 </configuration>
             </plugin>
         </plugins>