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 2009/03/17 07:53:39 UTC

svn commit: r755134 - /myfaces/core/branches/2_0_0/impl/pom.xml

Author: lu4242
Date: Tue Mar 17 06:53:39 2009
New Revision: 755134

URL: http://svn.apache.org/viewvc?rev=755134&view=rev
Log:
MYFACES-2140 Add comment to track temporal dependences for annotation scanning feature

Modified:
    myfaces/core/branches/2_0_0/impl/pom.xml

Modified: myfaces/core/branches/2_0_0/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/impl/pom.xml?rev=755134&r1=755133&r2=755134&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/impl/pom.xml (original)
+++ myfaces/core/branches/2_0_0/impl/pom.xml Tue Mar 17 06:53:39 2009
@@ -507,24 +507,31 @@
       <version>1.0</version>
       <scope>provided</scope>
     </dependency>
+    <!-- START TEMPORAL ANNOTATION DEPENDENCES
+    
+    This dependencies should be removed, replacing it with
+    a different solution, but for now we need a fast test
+    implementation of annotation scanning feature, making
+    it possible refactor current myfaces code -->
     <dependency>
         <artifactId>xbean-finder</artifactId>
         <groupId>org.apache.xbean</groupId>
         <version>3.4</version>
-        <scope>provided</scope>
+        <scope>compile</scope>
     </dependency>
     <dependency>
         <groupId>asm</groupId>
         <artifactId>asm</artifactId>
         <version>2.2.3</version>
-        <scope>provided</scope>
+        <scope>compile</scope>
     </dependency>
     <dependency>
         <groupId>asm</groupId>
         <artifactId>asm-commons</artifactId>
         <version>2.2.3</version>
-        <scope>provided</scope>
+        <scope>compile</scope>
     </dependency>
+    <!-- END TEMPORAL ANNOTATION DEPENDENCIES -->
   </dependencies>
   <reporting>
     <plugins>