Skip to content

Commit

Permalink
fix:remove srping-data-jpa from api module
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-pouatcha committed Nov 1, 2024
1 parent c9f92e0 commit e41a6b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ledgers-postings/ledgers-postings-service-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
<!-- spring dependencies -->

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>

<!-- other dependencies -->

<dependency>
Expand Down

0 comments on commit e41a6b7

Please sign in to comment.