You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/27 10:56:00 UTC

[camel] branch master updated: CAMEL-14640: Use same version of Jetty for testing as solr uses

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f547389  CAMEL-14640: Use same version of Jetty for testing as solr uses
f547389 is described below

commit f547389950cd03d540a82d49e7ee14d5955319dd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 27 11:51:20 2020 +0100

    CAMEL-14640: Use same version of Jetty for testing as solr uses
---
 components/camel-solr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 8db2812..fbc06dc 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <java.awt.headless>true</java.awt.headless>
-        <solr-test-framework-jetty-version>9.4.11.v20180605</solr-test-framework-jetty-version>
+        <solr-test-framework-jetty-version>9.4.19.v20190610</solr-test-framework-jetty-version>
         <camel.osgi.import.before.defaults>
             javax.activation.*;version="${javax-activation-version-range}"
         </camel.osgi.import.before.defaults>