File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858
5959 <!-- dependency versions in alphabetical order-->
6060 <asynchttpclient .version>2.12.4</asynchttpclient .version>
61- <bouncycastle .version>1.78</bouncycastle .version>
61+ <bouncycastle .version>1.78.1 </bouncycastle .version>
6262 <build-helper-maven-plugin .version>1.8</build-helper-maven-plugin .version>
6363 <buildnumber-maven-plugin .version>1.1</buildnumber-maven-plugin .version>
6464 <checkstyle .version>8.35</checkstyle .version>
787787 <artifactId >jersey-json</artifactId >
788788 <version >${jersey.version} </version >
789789 </dependency >
790+ <!-- BouncyCastle should be in default scope to make their way to tez.tar.gz since Hadoop 3.4.1 -->
790791 <dependency >
791792 <groupId >org.bouncycastle</groupId >
792793 <artifactId >bcprov-jdk18on</artifactId >
793794 <version >${bouncycastle.version} </version >
794- <scope >test</scope >
795795 </dependency >
796796 <dependency >
797797 <groupId >org.bouncycastle</groupId >
798798 <artifactId >bcpkix-jdk18on</artifactId >
799799 <version >${bouncycastle.version} </version >
800- <scope >test</scope >
801800 </dependency >
802801 <dependency >
803802 <groupId >org.fusesource.leveldbjni</groupId >
You can’t perform that action at this time.
0 commit comments