You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mb...@apache.org on 2007/02/25 15:17:11 UTC

svn commit: r511516 - /myfaces/core/branches/jsf12/impl/pom.xml

Author: mbr
Date: Sun Feb 25 06:17:11 2007
New Revision: 511516

URL: http://svn.apache.org/viewvc?view=rev&rev=511516
Log:
updated dependencies
use test classes from myfaces api
use javax.el:el-api instead of jasper el api
market dep to geronimo javax.annotation to provided

Modified:
    myfaces/core/branches/jsf12/impl/pom.xml

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=511516&r1=511515&r2=511516
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Sun Feb 25 06:17:11 2007
@@ -26,7 +26,7 @@
       </resource>
     </resources>
     <plugins>
-        <plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.1.2</version>
         <configuration>
@@ -263,17 +263,17 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.tomcat</groupId>
+      <groupId>javax.el</groupId>
       <artifactId>el-api</artifactId>
-      <version>6.0.1-SNAPSHOT</version>
+      <version>1.0</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
+    <!-- dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>jasper-el</artifactId>
       <version>6.0.1-SNAPSHOT</version>
       <scope>provided</scope>
-    </dependency>
+    </dependency-->
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
@@ -284,7 +284,12 @@
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>1.2.0-SNAPSHOT</version>
-      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+      <classifier>tests</classifier>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -317,6 +322,7 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <!-- this dependency will be packed together with the main artifact of this pom -->
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
       <version>3.0.0-SNAPSHOT</version>
@@ -338,6 +344,7 @@
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-annotation_1.0_spec</artifactId>
       <version>1.0</version>
+      <scope>provided</scope>
     </dependency>    
   </dependencies>
   <reporting>