maropu commented on a change in pull request #28893:
URL: https://github.com/apache/spark/pull/28893#discussion_r444121671
##########
File path: pom.xml
##########
@@ -984,6 +984,12 @@
<version>8.2.2.jre8</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.oracle.database.jdbc</groupId>
+ <artifactId>ojdbc8</artifactId>
+ <version>19.6.0.0</version>
+ <scope>test</scope>
+ </dependency>
Review comment:
> but on the other side will make the other one less independent.
You meant #28863 can avoid the dependency for this oracle driver in the root
pom? I thought you added the dependency in #28863 for adding some secure
connector's tests in the `core` package:
https://github.com/apache/spark/pull/28863/files#diff-0b713a218f4e99665e339404f7b6c6c3R153-R157
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]