Skip to content

Commit

Permalink
TEZ-4066. Upgrade servlet-api from 2.5 to 3.1.0 (Jonathan Eagles via …
Browse files Browse the repository at this point in the history
…kshukla)
  • Loading branch information
Kuhu Shukla committed May 7, 2019
1 parent 82c1d75 commit 2202f04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tez-dag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<artifactId>javax.servlet-api</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tez-dist/dist-files/full/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ The Apache TEZ binary distribution bundles the following files under the CDDL Li
- jersey-json-*.jar
- jaxb-api-*.jar
- jaxb-impl-*.jar
- servlet-api-*.jar
- javax.servlet-api-*.jar

The text for this license can be found in the LICENSE-CDDLv1.1-GPLv2_withCPE file.

Expand Down
2 changes: 1 addition & 1 deletion tez-dist/dist-files/minimal/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ The Apache TEZ binary distribution bundles the following files under the CDDL Li

- jersey-client-*.jar
- jersey-json-*.jar
- servlet-api-*.jar
- javax.servlet-api-*.jar

The full text of the license is available in LICENSE-CDDLv1.1-GPLv2_withCPE.

Expand Down

0 comments on commit 2202f04

Please sign in to comment.