File tree 1 file changed +13
-9
lines changed
1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >springmvclearn</groupId >
5
- <artifactId >com.springmvclearn </artifactId >
5
+ <artifactId >processorder </artifactId >
6
6
<packaging >war</packaging >
7
7
<version >0.0.1-SNAPSHOT</version >
8
8
<name >com.springmvclearn Maven Webapp</name >
158
158
<version >1.5.3.RELEASE</version >
159
159
</dependency >
160
160
<dependency >
161
- <groupId >com.alibaba</groupId >
162
- <artifactId >fastjson</artifactId >
163
- <version >1.2.7</version >
164
- </dependency >
165
-
166
-
167
-
161
+ <groupId >com.alibaba</groupId >
162
+ <artifactId >fastjson</artifactId >
163
+ <version >1.2.7</version >
164
+ </dependency >
165
+ <dependency >
166
+ <groupId >javax.servlet</groupId >
167
+ <artifactId >servlet-api</artifactId >
168
+ <version >2.5</version >
169
+ </dependency >
170
+
171
+
168
172
</dependencies >
169
173
<build >
170
- <finalName >com.springmvclearn </finalName >
174
+ <finalName >processorder </finalName >
171
175
</build >
172
176
</project >
You can’t perform that action at this time.
0 commit comments