[seam-commits] Seam SVN: r12817 - in modules/faces/trunk: impl and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 14:44:39 EDT 2010


Author: dan.j.allen
Date: 2010-05-26 14:44:38 -0400 (Wed, 26 May 2010)
New Revision: 12817

Modified:
   modules/faces/trunk/impl/pom.xml
   modules/faces/trunk/pom.xml
Log:
dependent on seam-international-api in parent; make seam-international an impl dependency only


Modified: modules/faces/trunk/impl/pom.xml
===================================================================
--- modules/faces/trunk/impl/pom.xml	2010-05-26 18:30:46 UTC (rev 12816)
+++ modules/faces/trunk/impl/pom.xml	2010-05-26 18:44:38 UTC (rev 12817)
@@ -43,6 +43,11 @@
 			<version>${project.version}</version>
 			<scope>compile</scope>
 		</dependency>
+		<dependency>
+			<groupId>org.jboss.seam.international</groupId>
+			<artifactId>seam-international</artifactId>
+			<version>${seam.i18n.version}</version>
+		</dependency>
 	</dependencies>
 
 	<profiles>

Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml	2010-05-26 18:30:46 UTC (rev 12816)
+++ modules/faces/trunk/pom.xml	2010-05-26 18:44:38 UTC (rev 12817)
@@ -67,7 +67,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.jboss.seam.international</groupId>
-			<artifactId>seam-international</artifactId>
+			<artifactId>seam-international-api</artifactId>
 			<version>${seam.i18n.version}</version>
 		</dependency>
 



More information about the seam-commits mailing list