mayankkunwar commented on code in PR #253:
URL: https://github.com/apache/tez/pull/253#discussion_r1037903486


##########
pom.xml:
##########
@@ -758,7 +759,13 @@
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk15on</artifactId>
-        <version>1.65</version>
+        <version>${bouncycastle.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.bouncycastle</groupId>
+        <artifactId>bcpkix-jdk15on</artifactId>

Review Comment:
   And with this I also checked that hadoop and other dependencies under TEZ 
dependency tree and they were using older version of bcpkix. So I thought to 
upgrade that as well



-- 
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