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 22:12:52 UTC

svn commit: r1299449 - /camel/branches/camel-2.9.x/components/camel-hazelcast/pom.xml

Author: cmueller
Date: Sun Mar 11 21:12:52 2012
New Revision: 1299449

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

Modified:
    camel/branches/camel-2.9.x/components/camel-hazelcast/pom.xml

Modified: camel/branches/camel-2.9.x/components/camel-hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-hazelcast/pom.xml?rev=1299449&r1=1299448&r2=1299449&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-hazelcast/pom.xml (original)
+++ camel/branches/camel-2.9.x/components/camel-hazelcast/pom.xml Sun Mar 11 21:12:52 2012
@@ -80,6 +80,12 @@
                     <excludes>
                         <exclude>**/XXXTest.*</exclude>
                     </excludes>
+                    <systemProperties>
+                        <property>
+                            <name>hazelcast.logging.type</name>
+                            <value>slf4j</value>
+                        </property>
+                    </systemProperties>
                 </configuration>
             </plugin>