[
https://issues.apache.org/jira/browse/SHIRO-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308940#comment-16308940
]
ASF GitHub Bot commented on SHIRO-632:
--------------------------------------
GitHub user bdemers opened a pull request:
https://github.com/apache/shiro/pull/75
Removes duplicate classes from classpath
Add Enforcer rule to detect duplicate classes
Fixes: SHIRO-632
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bdemers/shiro duplicate-classes-SHIRO-632
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/shiro/pull/75.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #75
----
commit 6d6eb1b4cda1fe608754249ac95fbdaa37b72703
Author: Brian Demers <bdemers@...>
Date: 2018-01-03T00:54:59Z
Removes duplicate classes from classpath
Add Enforcer rule to detect duplicate classes
Fixes: SHIRO-632
----
> org.apache.felix:maven-bundle-plugin causing duplicate class problems between
> core and lang
> -------------------------------------------------------------------------------------------
>
> Key: SHIRO-632
> URL: https://issues.apache.org/jira/browse/SHIRO-632
> Project: Shiro
> Issue Type: Bug
> Reporter: Brian Demers
>
> Possibly other conflicts, but without knowing much about the
> maven-bundle-plugin it looks like we should be able to exclude the in tree
> shiro dependencies.
> https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html#export-package
> Reported on the user mailing list title: Maven sources missing / duplicate
> classes
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)