szetszwo commented on PR #6739:
URL: https://github.com/apache/hadoop/pull/6739#issuecomment-2061850531

   @steveloughran , question to you:
   ```java
   +++ b/hadoop-common-project/hadoop-common/pom.xml
   @@ -375,6 +375,7 @@
        <dependency>
          <groupId>org.bouncycastle</groupId>
          <artifactId>bcprov-jdk18on</artifactId>
   +      <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.kerby</groupId>
   ```
   According to our [Compatibility Java_Classpath 
doc](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/Compatibility.html#Java_Classpath),
 removing a dependency is a compatible change.  The above change removes 
`bcprov-jdk18on` changes the scope from `compile` to `test`.  Is it a 
compatible change?
   
   Note that users currently using `BouncyCastleProvider` (and if all the 
downstream projects do not have `bcprov-jdk18on` dependency) have to make 
`bcprov-jdk18on` available by themselves with this change.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to