-
Notifications
You must be signed in to change notification settings - Fork 387
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
This test imports a bunch of org.apache.spark.* classes and because of that, causes trouble with dependencies:
// required for PolarisSparkIntegrationTest
testImplementation(enforcedPlatform(libs.scala212.lang.library))
testImplementation(enforcedPlatform(libs.scala212.lang.reflect))
testImplementation(libs.javax.servlet.api)
testImplementation(libs.antlr4.runtime)The above dependences, and in particular Antlr, prevents us from using enforcedPlatform on Quarkus BOM.
Describe the solution you'd like
We need to isolate this test in its own configuration and/or module.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request