Skip to content

Commit eeb41dc

Browse files
author
Eduardo Niehues
committed
Fix servlet API version
1 parent 1ac790e commit eeb41dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>br.com.eits</groupId>
66
<artifactId>eits-java-common</artifactId>
7-
<version>3.0.0-RELEASE</version>
7+
<version>3.0.1-RELEASE</version>
88

99
<!-- Properties -->
1010
<properties>
@@ -100,8 +100,8 @@
100100

101101
<dependency>
102102
<groupId>javax.servlet</groupId>
103-
<artifactId>servlet-api</artifactId>
104-
<version>2.5</version>
103+
<artifactId>javax.servlet-api</artifactId>
104+
<version>3.1.0</version>
105105
</dependency>
106106

107107
<!-- Jasper Reports -->

0 commit comments

Comments
 (0)