7 changed files with 83 additions and 0 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
<project> |
||||
<extend>${basedir}/../project.xml</extend> |
||||
<artifactId>acegi-security-cas</artifactId> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>cas</groupId> |
||||
<artifactId>cas</artifactId> |
||||
<version>2.0.12</version> |
||||
<type>jar</type> |
||||
<url>http://www.yale.edu/tp/cas</url> |
||||
<properties/> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
<project> |
||||
<extend>${basedir}/../project.xml</extend> |
||||
<artifactId>acegi-security-catalina</artifactId> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>tomcat</groupId> |
||||
<artifactId>catalina</artifactId> |
||||
<version>4.1.9</version> |
||||
<type>jar</type> |
||||
<properties/> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1,27 @@
@@ -0,0 +1,27 @@
|
||||
<project> |
||||
<extend>${basedir}/../project.xml</extend> |
||||
<artifactId>acegi-security-jboss</artifactId> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>jboss</groupId> |
||||
<artifactId>jboss-jmx</artifactId> |
||||
<version>3.2.1</version> |
||||
<type>jar</type> |
||||
<properties/> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>jboss</groupId> |
||||
<artifactId>jboss-common</artifactId> |
||||
<version>3.2.3</version> |
||||
<type>jar</type> |
||||
<properties/> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>jboss</groupId> |
||||
<artifactId>jbosssx</artifactId> |
||||
<version>3.2.3</version> |
||||
<type>jar</type> |
||||
<properties/> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
<project> |
||||
<extend>${basedir}/../project.xml</extend> |
||||
<artifactId>acegi-security-jetty</artifactId> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>jetty</groupId> |
||||
<artifactId>org.mortbay.jetty</artifactId> |
||||
<version>4.2.20</version> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
<project> |
||||
<extend>${basedir}/../project.xml</extend> |
||||
</project> |
||||
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
<project> |
||||
<extend>${basedir}/../project.xml</extend> |
||||
<artifactId>acegi-security-resin</artifactId> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>resin</groupId> |
||||
<artifactId>resin</artifactId> |
||||
<version>3.0.9</version> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
Loading…
Reference in new issue