1
0
mirror of synced 2026-08-04 17:27:13 +00:00

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
+4 -4
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>