NihalJain commented on PR #5407:
URL: https://github.com/apache/hbase/pull/5407#issuecomment-1722302815

   First ran `mvn dependency:tree > original-tree.txt` without fix.
   Output of `grep 'bouncycastle' original-tree.txt` is as follows:
   ```
   $ grep 'bouncycastle' original-tree.txt
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.70:test
   [INFO] |  \- org.bouncycastle:bcutil-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.70:test
   [INFO] |  \- org.bouncycastle:bcutil-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.70:test
   ```
   
   Next, ran `mvn dependency:tree > fixed-tree.txt` with fix.
   Output of `grep 'bouncycastle' fixed-tree.txt` is as follows:
   ```
   $ grep 'bouncycastle' fixed-tree.txt 
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcpkix-jdk18on:jar:1.76:test
   [INFO] |  \- org.bouncycastle:bcutil-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcpkix-jdk18on:jar:1.76:test
   [INFO] |  \- org.bouncycastle:bcutil-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   [INFO] +- org.bouncycastle:bcprov-jdk18on:jar:1.76:test
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to