Skip to content

Commit

Permalink
improved generation, fix #107
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Oct 10, 2024
1 parent 98f8f0d commit 17e2fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions view/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<groupId>io.projectreactor.kotlin</groupId>
<artifactId>reactor-kotlin-extensions</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>

<!-- Testing -->
<dependency>
Expand Down

0 comments on commit 17e2fba

Please sign in to comment.