added javax.servlet dep

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@128885 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-05-27 15:04:12 +00:00
parent 45c98b3a15
commit 6a318d3b34
1 changed files with 6 additions and 0 deletions

View File

@ -464,6 +464,12 @@
<version>${liferay.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>[2.4.0,3.0.1]</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>