You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/11/12 22:21:15 UTC

[pulsar] branch master updated: fix the typo in pulsar-client-all module's pom.xml (#8543)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f308cc4  fix the typo in pulsar-client-all module's pom.xml (#8543)
f308cc4 is described below

commit f308cc4b5e5c39b7dda3c7d116cb57a2ed4304e9
Author: Weijie Guo <re...@163.com>
AuthorDate: Fri Nov 13 06:20:49 2020 +0800

    fix the typo in pulsar-client-all module's pom.xml (#8543)
    
    Fixes #8524
    
    ### Modifications
    
    Fix the typo in pulsar-client-all module's pom.xml
    
    ### Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
---
 pulsar-client-all/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-client-all/pom.xml b/pulsar-client-all/pom.xml
index 6c849d8..f582e48 100644
--- a/pulsar-client-all/pom.xml
+++ b/pulsar-client-all/pom.xml
@@ -129,7 +129,7 @@
                   <include>com.yahoo.datasketches:sketches-core</include>
                   <include>org.glassfish.jersey*:*</include>
                   <include>javax.ws.rs:*</include>
-                  <include>jackarta.annotation:*</include>
+                  <include>jakarta.annotation:*</include>
                   <include>org.glassfish.hk2*:*</include>
                   <include>com.fasterxml.jackson.*:*</include>
                   <include>io.grpc:*</include>