*** empty log message ***
This commit is contained in:
parent
ed982e53a2
commit
b25a6e002b
|
@ -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 @@
|
|||
<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 @@
|
|||
<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 @@
|
|||
<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 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
</project>
|
|
@ -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>
|
|
@ -0,0 +1,4 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<artifactId>acegi-security</artifactId>
|
||||
</project>
|
Loading…
Reference in New Issue