[seam-commits] Seam SVN: r10850 - modules/trunk/security.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 11 16:04:23 EDT 2009
Author: dan.j.allen
Date: 2009-05-11 16:04:23 -0400 (Mon, 11 May 2009)
New Revision: 10850
Modified:
modules/trunk/security/pom.xml
Log:
cleanup
Modified: modules/trunk/security/pom.xml
===================================================================
--- modules/trunk/security/pom.xml 2009-05-11 19:45:44 UTC (rev 10849)
+++ modules/trunk/security/pom.xml 2009-05-11 20:04:23 UTC (rev 10850)
@@ -1,72 +1,89 @@
-<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">
+<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>
<artifactId>seam-parent</artifactId>
- <groupId>org.jboss.seam</groupId>
+ <groupId>org.jboss.seam</groupId>
<version>3.0.0-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-security</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Security</name>
-
+
<dependencies>
+
<dependency>
<groupId>${webbeans.groupId}</groupId>
<artifactId>jsr299-api</artifactId>
- </dependency>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>${webbeans.groupId}</groupId>
<artifactId>webbeans-logging</artifactId>
+ <scope>provided</scope>
</dependency>
+
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<scope>provided</scope>
- </dependency>
+ </dependency>
+
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<scope>provided</scope>
- </dependency>
+ </dependency>
+
<dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
<scope>provided</scope>
</dependency>
+
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
</dependency>
+
<dependency>
<groupId>${seam.groupId}</groupId>
- <artifactId>seam-drools</artifactId>
+ <artifactId>seam-drools</artifactId>
</dependency>
+
<dependency>
<groupId>${seam.groupId}</groupId>
- <artifactId>seam-el</artifactId>
+ <artifactId>seam-el</artifactId>
</dependency>
+
<dependency>
<groupId>${seam.groupId}</groupId>
- <artifactId>seam-international</artifactId>
+ <artifactId>seam-international</artifactId>
</dependency>
+
<dependency>
<groupId>${seam.groupId}</groupId>
- <artifactId>seam-faces</artifactId>
+ <artifactId>seam-faces</artifactId>
</dependency>
- <!--dependency>
+
+ <!--
+ <dependency>
<groupId>${seam.groupId}</groupId>
- <artifactId>seam-persistence</artifactId>
- </dependency-->
+ <artifactId>seam-persistence</artifactId>
+ </dependency>
+ -->
+
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<scope>provided</scope>
- </dependency>
+ </dependency>
+
</dependencies>
</project>
More information about the seam-commits
mailing list