Skip to content

Commit

Permalink
Update pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
TuNguyen committed Jun 19, 2024
1 parent c692aaf commit c333ca9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions starter_code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@
</dependency>
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/tomcat-maven-plugin -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>1.1</version>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
</dependencies>

Expand Down

0 comments on commit c333ca9

Please sign in to comment.