You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/01/06 06:04:27 UTC

svn commit: r1227954 - /openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/pom.xml

Author: dblevins
Date: Fri Jan  6 05:04:26 2012
New Revision: 1227954

URL: http://svn.apache.org/viewvc?rev=1227954&view=rev
Log:
should be scope provided

Modified:
    openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/pom.xml

Modified: openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/pom.xml?rev=1227954&r1=1227953&r2=1227954&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/pom.xml (original)
+++ openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/pom.xml Fri Jan  6 05:04:26 2012
@@ -113,6 +113,7 @@
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>2.1.2</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>