Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Integ: javax.servlet-api 4.0.0 (#22213)
Browse files Browse the repository at this point in the history
  • Loading branch information
shingwaichan authored and yaminikb committed Aug 16, 2017
1 parent d48ed4f commit 48fbdc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appserver/tests/embedded/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.0-b07</version>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.0-b07</version>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.0-b07</version>
<version>4.0.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<slf4j.version>1.7.21</slf4j.version>
<javax.validation.osgi.version>2.0.0</javax.validation.osgi.version>
<management-api.version>1.1-rev-1</management-api.version>
<servlet-api.version>4.0.0-b07</servlet-api.version>
<servlet-api.version>4.0.0</servlet-api.version>
<grizzly.version>2.4.0</grizzly.version>
<grizzly.npn.version>1.7</grizzly.npn.version>
<jboss.logging.annotation.version>2.0.1.Final</jboss.logging.annotation.version>
Expand Down

0 comments on commit 48fbdc1

Please sign in to comment.