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

junrao pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new 7c29c50  (docs) Add OIDC Javadocs (#11846)
7c29c50 is described below

commit 7c29c5013dd16597727ea5483c89b60b2b517bde
Author: Justin Lee <justin.r....@gmail.com>
AuthorDate: Fri Mar 4 12:11:52 2022 -0500

    (docs) Add OIDC Javadocs (#11846)
    
    Reviewers: Jun Rao <jun...@gmail.com>
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index b79cec2..b7ebd97 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1304,6 +1304,7 @@ project(':clients') {
     include "**/org/apache/kafka/common/security/scram/*"
     include "**/org/apache/kafka/common/security/token/delegation/*"
     include "**/org/apache/kafka/common/security/oauthbearer/*"
+    include "**/org/apache/kafka/common/security/oauthbearer/secured/*"
     include "**/org/apache/kafka/server/authorizer/*"
     include "**/org/apache/kafka/server/policy/*"
     include "**/org/apache/kafka/server/quota/*"

Reply via email to