You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/09 06:29:09 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6177 Queryserver Avatica and Jetty versions are incompatible

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new e25c941  PHOENIX-6177 Queryserver Avatica and Jetty versions are incompatible
e25c941 is described below

commit e25c9419e9303ec7022e65a4e978dd11b50d4907
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Feb 3 09:22:44 2021 +0100

    PHOENIX-6177 Queryserver Avatica and Jetty versions are incompatible
    
    sync jetty version to avatica 1.17.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dce82dc..98727cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
         <curator.version>2.12.0</curator.version>
 
         <gson.version>2.2.4</gson.version>
-        <jetty.version>9.4.31.v20200723</jetty.version>
+        <jetty.version>9.4.15.v20190215</jetty.version>
         <commons-io.version>2.5</commons-io.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <sqlline.version>1.9.0</sqlline.version>