Dayna Harp created FINERACT-201:
---
Summary: Manage Codes Mifos X
Key: FINERACT-201
URL: https://issues.apache.org/jira/browse/FINERACT-201
Project: Apache Fineract
Issue Type: Bug
Re
Hi Adi,
I'm going to disagree with you. You can see the summary of the
spring-boot-starter-data-jpa pom here:
http://search.maven.org/#artifactdetails%7Corg.springframework.boot%7Cspring-boot-starter-data-jpa%7C1.3.6.RELEASE%7Cjar
It brings in hibernate directly, not as a test dependency.
John
Hi John,
The code doesn't have any hibernate dependency.
But as part of dev environment, to execute integration tests, we are using
hibernate.
AFAIK LGPL is allowed for dev environment.
>From deployment perspective, we would expect the user of this project to make
>a choice of JPA vendor and ma
Sorry but -1 due to transitive LGPL dependencies that come in with the
project.
Findbugs jsr305 shows an inconsistent license, some places show Apache
others show LGPL. LGPL is the generally regarding cannonical license AFAIK.
In addition, springboot-starter-data-jpa brings in a transitive Hiber