Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate jaxb-core dependency #217

Open
cbeach47 opened this issue Sep 18, 2023 · 0 comments
Open

Remove duplicate jaxb-core dependency #217

cbeach47 opened this issue Sep 18, 2023 · 0 comments

Comments

@cbeach47
Copy link

In uPortal-start's .gradle/tomcat/webapps/WebProxyPortlet/WEB-INF/lib directory, there are duplicate jaxb-core jars with different versions. Maven isn't flagging them as duplicates since they are coming from different packages.

We should remove one of duplicate dependencies, possibly by upgrading jaxb in one of the dependencies (as opposed to excluding a dependency via WebproxyPortlet's maven build).

  • com.sun.xml.bind > jaxb-core-2.2.7.jar
  • org.glassfish.jaxb > jaxb-core-2.3.0.1.jar

These are coming from:
org.jasig.portal:uPortal-spring:jar:5.15.1 >
org.jasig.portal:uPortal-layout-core:jar:5.15.1 >
org.apereo.service.persondir:person-directory-impl:jar:1.8.11 >
com.sun.xml.bind:jaxb-impl:jar:2.2.7
org.jasig.cas.client:cas-client-core:jar:3.6.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant