Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/14429
  
    OK @stsc-pentasys I think I'm on board with this after I reminded myself of 
how it works. One last suggestion. It seems like this should be in 
`dependencyManagment` outside of any profile:
    
    ```
              <dependency>
                <groupId>${jline.groupid}</groupId>
                <artifactId>jline</artifactId>
                <version>${jline.version}</version>
              </dependency>
    ```
    
    That much is constant. It's the version and group that vary with Scala, and 
the profiles already set those.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to