Skip to content

Commit 5806fc7

Browse files
committed
Changed servlet-api to javax.servlet-api
1 parent 068490d commit 5806fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>hprose-java</artifactId>
6-
<version>2.0.30</version>
6+
<version>2.0.31</version>
77
<name>Hprose for Java</name>
88
<description>Hprose is a High Performance Remote Object Service Engine.
99

@@ -49,7 +49,7 @@
4949
<connection>scm:git:https://github.com/hprose/hprose-java.git</connection>
5050
<developerConnection>scm:git:https://github.com/hprose/hprose-java.git</developerConnection>
5151
<url>https://github.com/hprose/hprose-java</url>
52-
<tag>v2.0.30</tag>
52+
<tag>v2.0.31</tag>
5353
</scm>
5454
<developers>
5555
<developer>
@@ -74,7 +74,7 @@
7474
<dependencies>
7575
<dependency>
7676
<groupId>javax.servlet</groupId>
77-
<artifactId>servlet-api</artifactId>
77+
<artifactId>javax.servlet-api</artifactId>
7878
<version>[3.0,)</version>
7979
<scope>provided</scope>
8080
</dependency>

0 commit comments

Comments
 (0)