[embjopr-commits] EMBJOPR SVN: r932 - trunk/core.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed May 12 14:26:00 EDT 2010


Author: ips
Date: 2010-05-12 14:25:59 -0400 (Wed, 12 May 2010)
New Revision: 932

Modified:
   trunk/core/pom.xml
Log:
explicitly add dep on richfaces-api:3.3.3.Final to avoid pulling in richfaces-api:3.3.2.GA via erroneous transitive dep from richfaces-ui:3.3.3.Final pom

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2010-04-27 14:19:03 UTC (rev 931)
+++ trunk/core/pom.xml	2010-05-12 18:25:59 UTC (rev 932)
@@ -65,6 +65,10 @@
       <exclusions>
         <exclusion>
           <groupId>org.richfaces.framework</groupId>
+          <artifactId>richfaces-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.richfaces.framework</groupId>
           <artifactId>richfaces-impl</artifactId>
         </exclusion>
       </exclusions>
@@ -224,6 +228,12 @@
 
     <dependency>
       <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-api</artifactId>
+      <version>${richfaces.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
       <artifactId>richfaces-impl-jsf2</artifactId>
       <version>${richfaces.version}</version>
     </dependency>



More information about the embjopr-commits mailing list