Skip to content

Commit

Permalink
Add tomcat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nooobcoder committed Jun 23, 2022
1 parent a111c2c commit d9d40e8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Track 4_ReactJS_Web Development/Project/Backend/API/demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.nooobcoder</groupId>
Expand All @@ -15,6 +13,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<junit.version>5.8.1</junit.version>
<maven.tomcat.port>280</maven.tomcat.port>
</properties>

<dependencies>
Expand Down Expand Up @@ -64,6 +63,11 @@
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>10.1.0-M16</version>
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit d9d40e8

Please sign in to comment.