|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 |
|
3 | 3 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 |
| - <modelVersion>4.0.0</modelVersion> |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 |
| - <groupId>zjnu</groupId> |
8 |
| - <artifactId>WZF_OAPS</artifactId> |
9 |
| - <version>1.0-SNAPSHOT</version> |
10 |
| - <packaging>war</packaging> |
| 7 | + <groupId>zjnu</groupId> |
| 8 | + <artifactId>WZF_OAPS</artifactId> |
| 9 | + <version>1.0-SNAPSHOT</version> |
| 10 | + <packaging>war</packaging> |
11 | 11 |
|
12 |
| - <name>WZF_OAPS Maven Webapp</name> |
13 |
| - <!-- FIXME change it to the project's website --> |
14 |
| - <url>http://www.example.com</url> |
| 12 | + <name>WZF_OAPS Maven Webapp</name> |
| 13 | + <!-- FIXME change it to the project's website --> |
| 14 | + <url>http://www.example.com</url> |
15 | 15 |
|
16 |
| - <properties> |
17 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 |
| - <maven.compiler.source>1.7</maven.compiler.source> |
19 |
| - <maven.compiler.target>1.7</maven.compiler.target> |
20 |
| - </properties> |
| 16 | + <properties> |
| 17 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 18 | + <maven.compiler.source>1.7</maven.compiler.source> |
| 19 | + <maven.compiler.target>1.7</maven.compiler.target> |
| 20 | + </properties> |
21 | 21 |
|
22 |
| - <dependencies> |
23 |
| - <dependency> |
24 |
| - <groupId>commons-fileupload</groupId> |
25 |
| - <artifactId>commons-fileupload</artifactId> |
26 |
| - <version>1.3</version> |
27 |
| - </dependency> |
28 |
| - <dependency> |
29 |
| - <groupId>org.springframework</groupId> |
30 |
| - <artifactId>spring-context</artifactId> |
31 |
| - <version>5.0.5.RELEASE</version> |
32 |
| - </dependency> |
33 |
| - <dependency> |
34 |
| - <groupId>org.springframework</groupId> |
35 |
| - <artifactId>spring-web</artifactId> |
36 |
| - <version>5.0.5.RELEASE</version> |
37 |
| - </dependency> |
38 |
| - <dependency> |
39 |
| - <groupId>jstl</groupId> |
40 |
| - <artifactId>jstl</artifactId> |
41 |
| - <version>1.2</version> |
42 |
| - </dependency> |
43 |
| - <dependency> |
44 |
| - <groupId>mysql</groupId> |
45 |
| - <artifactId>mysql-connector-java</artifactId> |
46 |
| - <version>5.1.32</version> |
47 |
| - </dependency> |
48 |
| - <dependency> |
49 |
| - <groupId>commons-io</groupId> |
50 |
| - <artifactId>commons-io</artifactId> |
51 |
| - <version>2.4</version> |
52 |
| - </dependency> |
| 22 | + <dependencies> |
| 23 | + <dependency> |
| 24 | + <groupId>commons-fileupload</groupId> |
| 25 | + <artifactId>commons-fileupload</artifactId> |
| 26 | + <version>1.3</version> |
| 27 | + </dependency> |
| 28 | + <dependency> |
| 29 | + <groupId>org.springframework</groupId> |
| 30 | + <artifactId>spring-context</artifactId> |
| 31 | + <version>5.0.5.RELEASE</version> |
| 32 | + </dependency> |
| 33 | + <dependency> |
| 34 | + <groupId>org.springframework</groupId> |
| 35 | + <artifactId>spring-web</artifactId> |
| 36 | + <version>5.0.5.RELEASE</version> |
| 37 | + </dependency> |
| 38 | + <dependency> |
| 39 | + <groupId>jstl</groupId> |
| 40 | + <artifactId>jstl</artifactId> |
| 41 | + <version>1.2</version> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>mysql</groupId> |
| 45 | + <artifactId>mysql-connector-java</artifactId> |
| 46 | + <version>5.1.32</version> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>commons-io</groupId> |
| 50 | + <artifactId>commons-io</artifactId> |
| 51 | + <version>2.4</version> |
| 52 | + </dependency> |
53 | 53 |
|
54 |
| - <dependency> |
55 |
| - <groupId>junit</groupId> |
56 |
| - <artifactId>junit</artifactId> |
57 |
| - <version>4.11</version> |
58 |
| - <scope>test</scope> |
59 |
| - </dependency> |
60 |
| - <dependency> |
61 |
| - <groupId>javax.servlet</groupId> |
62 |
| - <artifactId>javax.servlet-api</artifactId> |
63 |
| - <version>3.1.0</version> |
64 |
| - </dependency> |
65 |
| - </dependencies> |
| 54 | + <dependency> |
| 55 | + <groupId>junit</groupId> |
| 56 | + <artifactId>junit</artifactId> |
| 57 | + <version>4.11</version> |
| 58 | + <scope>test</scope> |
| 59 | + </dependency> |
| 60 | + <dependency> |
| 61 | + <groupId>javax.servlet</groupId> |
| 62 | + <artifactId>javax.servlet-api</artifactId> |
| 63 | + <version>3.1.0</version> |
| 64 | + </dependency> |
| 65 | + </dependencies> |
66 | 66 |
|
67 |
| - <build> |
68 |
| - <finalName>WZF_OAPS</finalName> |
69 |
| - <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
70 |
| - <plugins> |
71 |
| - <plugin> |
72 |
| - <artifactId>maven-clean-plugin</artifactId> |
73 |
| - <version>3.1.0</version> |
74 |
| - </plugin> |
75 |
| - <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging --> |
76 |
| - <plugin> |
77 |
| - <artifactId>maven-resources-plugin</artifactId> |
78 |
| - <version>3.0.2</version> |
79 |
| - </plugin> |
80 |
| - <plugin> |
81 |
| - <artifactId>maven-compiler-plugin</artifactId> |
82 |
| - <version>3.8.0</version> |
83 |
| - </plugin> |
84 |
| - <plugin> |
85 |
| - <artifactId>maven-surefire-plugin</artifactId> |
86 |
| - <version>2.22.1</version> |
87 |
| - </plugin> |
88 |
| - <plugin> |
89 |
| - <artifactId>maven-war-plugin</artifactId> |
90 |
| - <version>3.2.2</version> |
91 |
| - </plugin> |
92 |
| - <plugin> |
93 |
| - <artifactId>maven-install-plugin</artifactId> |
94 |
| - <version>2.5.2</version> |
95 |
| - </plugin> |
96 |
| - <plugin> |
97 |
| - <artifactId>maven-deploy-plugin</artifactId> |
98 |
| - <version>2.8.2</version> |
99 |
| - </plugin> |
100 |
| - </plugins> |
101 |
| - </pluginManagement> |
102 |
| - </build> |
| 67 | + <build> |
| 68 | + <finalName>WZF_OAPS</finalName> |
| 69 | + <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
| 70 | + <plugins> |
| 71 | + <plugin> |
| 72 | + <artifactId>maven-clean-plugin</artifactId> |
| 73 | + <version>3.1.0</version> |
| 74 | + </plugin> |
| 75 | + <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging --> |
| 76 | + <plugin> |
| 77 | + <artifactId>maven-resources-plugin</artifactId> |
| 78 | + <version>3.0.2</version> |
| 79 | + </plugin> |
| 80 | + <plugin> |
| 81 | + <artifactId>maven-compiler-plugin</artifactId> |
| 82 | + <version>3.8.0</version> |
| 83 | + </plugin> |
| 84 | + <plugin> |
| 85 | + <artifactId>maven-surefire-plugin</artifactId> |
| 86 | + <version>2.22.1</version> |
| 87 | + </plugin> |
| 88 | + <plugin> |
| 89 | + <artifactId>maven-war-plugin</artifactId> |
| 90 | + <version>3.2.2</version> |
| 91 | + </plugin> |
| 92 | + <plugin> |
| 93 | + <artifactId>maven-install-plugin</artifactId> |
| 94 | + <version>2.5.2</version> |
| 95 | + </plugin> |
| 96 | + <plugin> |
| 97 | + <artifactId>maven-deploy-plugin</artifactId> |
| 98 | + <version>2.8.2</version> |
| 99 | + </plugin> |
| 100 | + </plugins> |
| 101 | + </pluginManagement> |
| 102 | + </build> |
103 | 103 | </project>
|
0 commit comments