This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.
from 2212675 second step to clean up in SchedulerJobsTest (re.
FINERACT-922)
new b036709 add classpath duplicates detection test (FINERACT-919)
new 83cdb17 exclude dependencies causing classpath duplicates
(FINERACT-919)
new 404f055 remove old spring-jms:4.0.7 & fix JMS dependencies
(FINERACT-805)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fineract-provider/build.gradle | 4 +-
fineract-provider/dependencies.gradle | 59 +++++---
.../integrationtests/common/CenterHelper.java | 20 +--
.../integrationtests/common/GroupHelper.java | 6 +-
.../ClasspathHellDuplicatesCheckRule.java | 67 +++++++++
.../ClasspathHellDuplicatesCheckRuleTest.java} | 19 ++-
.../classdupes/ClasspathHellDuplicatesChecker.java | 166 +++++++++++++++++++++
7 files changed, 298 insertions(+), 43 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/classdupes/ClasspathHellDuplicatesCheckRule.java
copy
fineract-provider/src/test/java/org/apache/fineract/{accounting/common/AccountingConstantsTest.java
=> infrastructure/classdupes/ClasspathHellDuplicatesCheckRuleTest.java} (62%)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/classdupes/ClasspathHellDuplicatesChecker.java