Skip to content

Commit

Permalink
Merge pull request #154 from Nohit-Java17/develop
Browse files Browse the repository at this point in the history
add tomcat
  • Loading branch information
Tynab authored Jan 13, 2025
2 parents d14790c + 6fc1d14 commit 3ccbd4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.7.12</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.98</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 3ccbd4c

Please sign in to comment.