Skip to content

Commit

Permalink
resolve acme deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Nov 14, 2024
1 parent 8c39082 commit f02d102
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions custom/acme/note/service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ apply plugin: 'io.freefair.lombok'

dependencies {
implementation(
project(':fineract-core'),
project(':custom:acme:note:starter')
project(':fineract-core')
)

testImplementation(
Expand Down
1 change: 0 additions & 1 deletion custom/acme/note/starter/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

dependencies {
implementation(project(':custom:acme:note:service'))
implementation('org.springframework.boot:spring-boot-starter')
testImplementation(project(':fineract-core'))
testImplementation(project(':fineract-loan'))
Expand Down

0 comments on commit f02d102

Please sign in to comment.