Skip to content

Commit

Permalink
improved generation, fix #107 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski authored Oct 10, 2024
1 parent d55a8de commit 9691cd2
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 9691cd2

Please sign in to comment.