You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rd...@apache.org on 2022/08/15 22:56:17 UTC

[pulsar-manager] branch master updated: Removing conflicting dependencies (#482)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 765c510  Removing conflicting dependencies (#482)
765c510 is described below

commit 765c5109e6522222558cbeb75ddcd564051bc791
Author: gurleen-gks <gu...@gmail.com>
AuthorDate: Mon Aug 15 15:56:13 2022 -0700

    Removing conflicting dependencies (#482)
    
    Co-authored-by: Gurleen Kaur <gu...@verizonmedia.com>
---
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.gradle b/build.gradle
index 723a6fb..84a5410 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,6 +40,8 @@ repositories {
 
 configurations {
     testPlugins {}
+    all*.exclude group: 'org.bouncycastle', module: 'bc-fips'
+    all*.exclude group: 'io.netty', module: 'netty-tcnative-classes'
 }
 
 dependencies {