[jboss-maven2-commits] Repository SVN: r34313 - maven2/org/gatein/sso/sso-auth-callback/1.0.0-Beta02.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Feb 19 07:47:09 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-02-19 07:47:08 -0500 (Fri, 19 Feb 2010)
New Revision: 34313

Added:
   maven2/org/gatein/sso/sso-auth-callback/1.0.0-Beta02/sso-auth-callback-1.0.0-Beta02.pom
Log:
Wagon: Adding sso-auth-callback-1.0.0-Beta02.pom to repository

Added: maven2/org/gatein/sso/sso-auth-callback/1.0.0-Beta02/sso-auth-callback-1.0.0-Beta02.pom
===================================================================
--- maven2/org/gatein/sso/sso-auth-callback/1.0.0-Beta02/sso-auth-callback-1.0.0-Beta02.pom	                        (rev 0)
+++ maven2/org/gatein/sso/sso-auth-callback/1.0.0-Beta02/sso-auth-callback-1.0.0-Beta02.pom	2010-02-19 12:47:08 UTC (rev 34313)
@@ -0,0 +1,33 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<groupId>org.gatein.sso</groupId>
+		<artifactId>sso-parent</artifactId>
+		<relativePath>../pom.xml</relativePath>
+		<version>1.0.0-Beta02</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>sso-auth-callback</artifactId>
+	<packaging>jar</packaging>
+	<name>GateIn SSO - Authentication Callback</name>
+	<description>A RESTful call back service used by SSO servers to perform authentication against the Gatein instance</description>
+	<properties>
+	</properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.exoplatform.ws</groupId>
+			<artifactId>exo.ws.rest.core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.exoplatform.core</groupId>
+			<artifactId>exo.core.component.security.core</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>javax.ws.rs</groupId>
+			<artifactId>jsr311-api</artifactId>
+		</dependency>
+	</dependencies>
+</project>
+



More information about the jboss-maven2-commits mailing list