Skip to content

Commit

Permalink
[JPA] Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Nov 13, 2024
1 parent ddf47ad commit 074ca2d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions samples/generators/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>topmodel.jpa.sample</groupId>
Expand Down Expand Up @@ -45,10 +45,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
Expand Down

0 comments on commit 074ca2d

Please sign in to comment.