You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/10/06 05:49:42 UTC

svn commit: r1004888 - in /myfaces/commons/trunk: myfaces-commons-components/pom.xml myfaces-commons-converters/pom.xml myfaces-commons-validators/pom.xml

Author: lu4242
Date: Wed Oct  6 03:49:41 2010
New Revision: 1004888

URL: http://svn.apache.org/viewvc?rev=1004888&view=rev
Log:
add myfaces-builder-annotations as provided dependency

Modified:
    myfaces/commons/trunk/myfaces-commons-components/pom.xml
    myfaces/commons/trunk/myfaces-commons-converters/pom.xml
    myfaces/commons/trunk/myfaces-commons-validators/pom.xml

Modified: myfaces/commons/trunk/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-components/pom.xml?rev=1004888&r1=1004887&r2=1004888&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-components/pom.xml Wed Oct  6 03:49:41 2010
@@ -107,7 +107,8 @@
         
         <dependency>
             <groupId>org.apache.myfaces.buildtools</groupId>
-            <artifactId>myfaces-builder-annotations</artifactId> 
+            <artifactId>myfaces-builder-annotations</artifactId>
+            <scope>provided</scope>
         </dependency>
         
         <dependency>

Modified: myfaces/commons/trunk/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/pom.xml?rev=1004888&r1=1004887&r2=1004888&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/pom.xml Wed Oct  6 03:49:41 2010
@@ -117,6 +117,12 @@
         </dependency>
         
         <dependency>
+            <groupId>org.apache.myfaces.buildtools</groupId>
+            <artifactId>myfaces-builder-annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>javax.servlet.jsp</groupId>
             <artifactId>jsp-api</artifactId>
         </dependency>

Modified: myfaces/commons/trunk/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/pom.xml?rev=1004888&r1=1004887&r2=1004888&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-validators/pom.xml Wed Oct  6 03:49:41 2010
@@ -125,6 +125,11 @@
             <artifactId>myfaces-api</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.myfaces.buildtools</groupId>
+            <artifactId>myfaces-builder-annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>javax.servlet.jsp</groupId>
             <artifactId>jsp-api</artifactId>
         </dependency>