Skip to content

Commit

Permalink
Build EazySchool HomePage
Browse files Browse the repository at this point in the history
  • Loading branch information
eazybytes committed Jan 22, 2022
1 parent 83e4619 commit 6b0ca27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_20/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.6.1</version>
<version>2.6.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.eazybytes</groupId>
Expand All @@ -28,6 +28,8 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 6b0ca27

Please sign in to comment.