Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:17:43 -0500 (Wed, 16 Dec 2009)
New Revision: 11845
Modified:
modules/international/trunk/pom.xml
Log:
new build
Modified: modules/international/trunk/pom.xml
===================================================================
--- modules/international/trunk/pom.xml 2009-12-16 19:17:25 UTC (rev 11844)
+++ modules/international/trunk/pom.xml 2009-12-16 19:17:43 UTC (rev 11845)
@@ -1,5 +1,4 @@
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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">
<modelVersion>4.0.0</modelVersion>
@@ -45,21 +44,6 @@
</dependency>
<dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-bridge-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-el</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-resources</artifactId>
- </dependency>
-
- <dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
@@ -67,4 +51,11 @@
</dependencies>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/interna...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/i...
+
<
url>http://fisheye.jboss.org/browse/Seam/modules/international/trunk&l...
+ </scm>
+
</project>