Explorar o código

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

Luke Taylor %!s(int64=16) %!d(string=hai) anos
pai
achega
ace6d225b4
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      samples/portlet/pom.xml

+ 4 - 4
samples/portlet/pom.xml

@@ -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>