[ https://issues.apache.org/jira/browse/GEODE-8066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17139933#comment-17139933 ]
Robert Houghton edited comment on GEODE-8066 at 6/18/20, 7:15 PM: ------------------------------------------------------------------ I looked into this via {noformat}./gradlew geode-core:dependencies --configuration=runtimeClasspath{noformat} and {noformat}./gradlew geode-gfsh:dependencies --configuraiton=runtimeClasspath{noformat} and see only one version of {noformat}javax.mail-api{noformat} or {noformat}javax.activation{noformat} and {noformat}javax.activation-api{noformat}. I would like to close this issue. was (Author: rhoughton): I looked into this via `./gradlew geode-core:dependencies --configuration=runtimeClasspath` and `./gradlew geode-gfsh:dependencies --configuraiton=runtimeClasspath` and see only one version of `javax.mail-api` or `javax.activation` and `javax.activation-api`. I would like to close this issue. > Geode should not be using both activation 1.1 and javax.activation 1.2 > ---------------------------------------------------------------------- > > Key: GEODE-8066 > URL: https://issues.apache.org/jira/browse/GEODE-8066 > Project: Geode > Issue Type: Improvement > Components: pulse > Reporter: Owen Nichols > Assignee: Robert Houghton > Priority: Major > > javax.activation 1.2 is referenced by Geode as an indirect dependency of jaxb > However, Spring 5.3 brings in some unwanted guests via > com.nimbusds:oauth2-oidc-sdk:7.1.1, including com.sun.mail:javax.mail:1.6.1 > (we already use javax.mail:javax.mail-api:1.6.2) which in turn brings in > javax.activation:activation:1.1 (we already use > com.sun.activation:javax.activation:1.2.0) > It would be nice to only have one version and one provider of mail and > activation in our project. -- This message was sent by Atlassian Jira (v8.3.4#803005)