You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/08/21 04:53:59 UTC

svn commit: r433124 - /myfaces/tomahawk/trunk/core/pom.xml

Author: dennisbyrne
Date: Sun Aug 20 19:53:57 2006
New Revision: 433124

URL: http://svn.apache.org/viewvc?rev=433124&view=rev
Log:
TOMAHAWK-612, patch provided by Paul Spencer

Modified:
    myfaces/tomahawk/trunk/core/pom.xml

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=433124&r1=433123&r2=433124&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Sun Aug 20 19:53:57 2006
@@ -179,6 +179,24 @@
       <artifactId>shale-test</artifactId>
       <version>1.0.3-SNAPSHOT</version>
       <scope>test</scope>		
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.myfaces</groupId>
+          <artifactId>myfaces-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.myfaces</groupId>
+          <artifactId>myfaces-impl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>myfaces</groupId>
+          <artifactId>myfaces-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>myfaces</groupId>
+          <artifactId>myfaces-impl</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>jmock</groupId>