Skip to content

Commit 87b21e8

Browse files
committed
after save the servlet into pom.xml, check it in
after save the servlet into pom.xml, check it in
1 parent ca75547 commit 87b21e8

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

pom.xml

+13-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>springmvclearn</groupId>
5-
<artifactId>com.springmvclearn</artifactId>
5+
<artifactId>processorder</artifactId>
66
<packaging>war</packaging>
77
<version>0.0.1-SNAPSHOT</version>
88
<name>com.springmvclearn Maven Webapp</name>
@@ -158,15 +158,19 @@
158158
<version>1.5.3.RELEASE</version>
159159
</dependency>
160160
<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+
168172
</dependencies>
169173
<build>
170-
<finalName>com.springmvclearn</finalName>
174+
<finalName>processorder</finalName>
171175
</build>
172176
</project>

0 commit comments

Comments
 (0)