Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
 Updated pom.xml for MVC and you lesson.
  • Loading branch information
nehbehl authored Nov 2, 2024
1 parent 153523e commit 14b4dd0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions udacity-jwdnd-c1-l3-mvc-and-you-2-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand All @@ -15,10 +15,16 @@
<description>Demo project for Spring Boot</description>

<properties>
<java.version>11</java.version>
<java.version>21</java.version>
</properties>

<dependencies>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
Expand Down

0 comments on commit 14b4dd0

Please sign in to comment.