SEC-1131: Correct portlet API version (again).

This commit is contained in:
Luke Taylor 2009-04-17 05:26:14 +00:00
parent 446bcb9b1d
commit ace6d225b4
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>portlet-api</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>