You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/10/22 01:57:26 UTC

[pulsar] branch branch-2.6 updated: Fix branch-2.6 build issue (#8335)

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

penghui pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 8fc49f1  Fix branch-2.6 build issue (#8335)
8fc49f1 is described below

commit 8fc49f177e228b380c5fba6262f46f82fe946857
Author: lipenghui <pe...@apache.org>
AuthorDate: Thu Oct 22 09:50:49 2020 +0800

    Fix branch-2.6 build issue (#8335)
    
    ### Motivation
    
    Revert jersey version to 2.27 to avoid `java.lang.NoClassDefFoundError: org/apache/pulsar/shade/javax/annotation/Priority` in branch-2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f385d4c..f23bff6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@ flexible messaging model and an intuitive client API.</description>
     <netty-tc-native.version>2.0.30.Final</netty-tc-native.version>
     <storm.version>2.0.0</storm.version>
     <jetty.version>9.4.31.v20200723</jetty.version>
-    <jersey.version>2.31</jersey.version>
+    <jersey.version>2.27</jersey.version>
     <athenz.version>1.8.38</athenz.version>
     <prometheus.version>0.5.0</prometheus.version>
     <aspectj.version>1.9.2</aspectj.version>