vidakovic commented on code in PR #6106:
URL: https://github.com/apache/fineract/pull/6106#discussion_r3746898028
##########
fineract-accounting/dependencies.gradle:
##########
@@ -25,7 +24,8 @@ dependencies {
// implementation dependencies are directly used (compiled against) in
src/main (and src/test)
//
implementation(project(path: ':fineract-core'))
- implementation(project(path: ':fineract-charge'))
+ testImplementation 'org.springframework.modulith:spring-modulith-core'
+ testImplementation("org.osgi:org.osgi.core:6.0.0")
Review Comment:
Hmmm... this is suspicious... can you tell with which error this fails? OSGi
shouldn't be necessary... only Eclipse is using this technology (and Apache
Karaf). The Spring ecosystem bets entirely on Java modules.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]