xurror commented on a change in pull request #928:
URL: https://github.com/apache/fineract/pull/928#discussion_r429565361
##########
File path: fineract-provider/dependencies.gradle
##########
@@ -82,12 +88,12 @@ dependencies {
exclude group: 'org.apache.geronimo.specs'
}
implementation ('org.springframework.boot:spring-boot-starter-data-jpa') {
- exclude group: 'org.hibernate'
+ exclude group: 'org.hibernate', module:
'hibernate-entitymanager'
Review comment:
I had some errors when I excluded the whole group. Seems hibernate and
eclipse have some few dependencies in common.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]