|
@@ -4,13 +4,13 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.acegisecurity</groupId>
|
|
<groupId>org.acegisecurity</groupId>
|
|
<artifactId>acegi-security-sandbox</artifactId>
|
|
<artifactId>acegi-security-sandbox</artifactId>
|
|
- <version>1.0.4-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>1.0.5-SNAPSHOT</version>
|
|
</parent>
|
|
</parent>
|
|
- <artifactId>acegi-security-portlet</artifactId>
|
|
|
|
- <name>Acegi Security System for Spring - Portlet support</name>
|
|
|
|
|
|
+ <artifactId>acegi-security-portlet</artifactId>
|
|
|
|
+ <name>Acegi Security System for Spring - Portlet support</name>
|
|
<description>Acegi Security System for Spring - Support for JSR-168 Portlets</description>
|
|
<description>Acegi Security System for Spring - Support for JSR-168 Portlets</description>
|
|
<version>0.1-SNAPSHOT</version>
|
|
<version>0.1-SNAPSHOT</version>
|
|
-
|
|
|
|
|
|
+
|
|
<repositories>
|
|
<repositories>
|
|
<repository>
|
|
<repository>
|
|
<id>AcegiMaven</id>
|
|
<id>AcegiMaven</id>
|
|
@@ -38,12 +38,12 @@
|
|
<version>2.4</version>
|
|
<version>2.4</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>javax.portlet</groupId>
|
|
|
|
- <artifactId>portlet-api</artifactId>
|
|
|
|
- <version>1.0</version>
|
|
|
|
- <scope>provided</scope>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>javax.portlet</groupId>
|
|
|
|
+ <artifactId>portlet-api</artifactId>
|
|
|
|
+ <version>1.0</version>
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-dao</artifactId>
|
|
<artifactId>spring-dao</artifactId>
|
|
@@ -62,7 +62,7 @@
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>net.sf.ehcache</groupId>
|
|
<groupId>net.sf.ehcache</groupId>
|
|
- <artifactId>ehcache</artifactId>
|
|
|
|
|
|
+ <artifactId>ehcache</artifactId>
|
|
<version>1.2.4</version>
|
|
<version>1.2.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|