File tree 1 file changed +8
-4
lines changed
Track 4_ReactJS_Web Development/Project/Backend/API/demo
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >com.nooobcoder</groupId >
15
13
<maven .compiler.target>1.8</maven .compiler.target>
16
14
<maven .compiler.source>1.8</maven .compiler.source>
17
15
<junit .version>5.8.1</junit .version>
16
+ <maven .tomcat.port>280</maven .tomcat.port>
18
17
</properties >
19
18
20
19
<dependencies >
64
63
<target >11</target >
65
64
</configuration >
66
65
</plugin >
66
+ <plugin >
67
+ <groupId >org.apache.tomcat</groupId >
68
+ <artifactId >tomcat-catalina</artifactId >
69
+ <version >10.1.0-M16</version >
70
+ </plugin >
67
71
</plugins >
68
72
</build >
69
- </project >
73
+ </project >
You can’t perform that action at this time.
0 commit comments