Skip to content

Commit

Permalink
Changed servlet-api to javax.servlet-api
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Dec 23, 2016
1 parent 068490d commit 5806fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>hprose-java</artifactId>
<version>2.0.30</version>
<version>2.0.31</version>
<name>Hprose for Java</name>
<description>Hprose is a High Performance Remote Object Service Engine.

Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:https://github.com/hprose/hprose-java.git</connection>
<developerConnection>scm:git:https://github.com/hprose/hprose-java.git</developerConnection>
<url>https://github.com/hprose/hprose-java</url>
<tag>v2.0.30</tag>
<tag>v2.0.31</tag>
</scm>
<developers>
<developer>
Expand All @@ -74,7 +74,7 @@
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<artifactId>javax.servlet-api</artifactId>
<version>[3.0,)</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 5806fc7

Please sign in to comment.