Updated Branches:
  refs/heads/camel-2.12.x 16fdf523b -> c6c7ddb3a
  refs/heads/master 435026f23 -> 0be0da583


camel-solr test headless to not popup a java ui during testing


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0be0da58
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0be0da58
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0be0da58

Branch: refs/heads/master
Commit: 0be0da5838b9b68e8293f4e7799cf700e49786d4
Parents: ffa4576
Author: Claus Ibsen <[email protected]>
Authored: Sun Nov 10 18:14:48 2013 +0100
Committer: Claus Ibsen <[email protected]>
Committed: Sun Nov 10 18:15:21 2013 +0100

----------------------------------------------------------------------
 components/camel-solr/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/0be0da58/components/camel-solr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index aa8927f..81a38a3 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -34,6 +34,7 @@
       org.apache.camel.component.solr.*;${camel.osgi.version}
     </camel.osgi.export.pkg>
     
<camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=solr</camel.osgi.export.service>
+    <java.awt.headless>true</java.awt.headless>
   </properties>
 
   <dependencies>

Reply via email to