Browse Source

*** empty log message ***

1.0.x
Carlos Sanchez 21 years ago
parent
commit
b25a6e002b
  1. 14
      adapters/cas/project.xml
  2. 13
      adapters/catalina/project.xml
  3. 27
      adapters/jboss/project.xml
  4. 11
      adapters/jetty/project.xml
  5. 3
      adapters/project.xml
  6. 11
      adapters/resin/project.xml
  7. 4
      core/project.xml

14
adapters/cas/project.xml

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

13
adapters/catalina/project.xml

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

27
adapters/jboss/project.xml

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

11
adapters/jetty/project.xml

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

3
adapters/project.xml

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
<project>
<extend>${basedir}/../project.xml</extend>
</project>

11
adapters/resin/project.xml

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

4
core/project.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<project>
<extend>${basedir}/../project.xml</extend>
<artifactId>acegi-security</artifactId>
</project>
Loading…
Cancel
Save