This commit is contained in:
Massimiliano Assante 2016-07-06 15:22:59 +00:00
parent c5e74865d8
commit 1ec08aef06
1 changed files with 11 additions and 5 deletions

View File

@ -240,6 +240,12 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>