Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:17:25 -0500 (Wed, 16 Dec 2009)
New Revision: 11844
Modified:
modules/faces/trunk/pom.xml
Log:
new build
Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml 2009-12-16 19:16:39 UTC (rev 11843)
+++ modules/faces/trunk/pom.xml 2009-12-16 19:17:25 UTC (rev 11844)
@@ -33,12 +33,6 @@
<dependencies>
<dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-mock</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<scope>provided</scope>
@@ -69,49 +63,31 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-bridge-api</artifactId>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.jboss.seam</groupId>-->
+<!-- <artifactId>seam-international</artifactId>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-el</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-international</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-resources</artifactId> <!-- may become inherited
-->
- </dependency>
-
<!-- QUESTION do we want this dependency? -->
<dependency>
- <groupId>${seam.groupId}</groupId>
+ <groupId>org.jboss.seam</groupId>
<artifactId>seam-security</artifactId>
<optional>true</optional>
</dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-web</artifactId>
- </dependency>
<dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>webbeans-logger</artifactId>
- </dependency>
-
</dependencies>
+
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/t...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/f...
+ <
url>http://fisheye.jboss.org/browse/Seam/modules/faces/trunk</url>
+ </scm>
</project>