We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac790e commit eeb41dcCopy full SHA for eeb41dc
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>br.com.eits</groupId>
6
<artifactId>eits-java-common</artifactId>
7
- <version>3.0.0-RELEASE</version>
+ <version>3.0.1-RELEASE</version>
8
9
<!-- Properties -->
10
<properties>
@@ -100,8 +100,8 @@
100
101
<dependency>
102
<groupId>javax.servlet</groupId>
103
- <artifactId>servlet-api</artifactId>
104
- <version>2.5</version>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>3.1.0</version>
105
</dependency>
106
107
<!-- Jasper Reports -->
0 commit comments