This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 62546d977eb [fix] Include swagger annotations in shaded client lib
(#22570)
62546d977eb is described below
commit 62546d977ebb291dffa4629c6c8ee5fbcd559777
Author: Matteo Merli <[email protected]>
AuthorDate: Tue Apr 23 22:32:06 2024 -0700
[fix] Include swagger annotations in shaded client lib (#22570)
---
distribution/shell/src/assemble/LICENSE.bin.txt | 1 +
pulsar-client/pom.xml | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 2bdcac5532c..4bf34fb1369 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -331,6 +331,7 @@ The Apache Software License, Version 2.0
- listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
* J2ObjC Annotations -- j2objc-annotations-1.3.jar
* Netty Reactive Streams -- netty-reactive-streams-2.0.6.jar
+ * Swagger -- swagger-annotations-1.6.2.jar
* DataSketches
- memory-0.8.3.jar
- sketches-core-0.8.3.jar
diff --git a/pulsar-client/pom.xml b/pulsar-client/pom.xml
index a8b98e7ab26..7b918533531 100644
--- a/pulsar-client/pom.xml
+++ b/pulsar-client/pom.xml
@@ -76,7 +76,6 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>