You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/28 16:43:47 UTC

svn commit: r615916 - in /myfaces/orchestra/trunk: core15/pom.xml examples/pom.xml sandbox/pom.xml

Author: skitching
Date: Mon Jan 28 07:43:46 2008
New Revision: 615916

URL: http://svn.apache.org/viewvc?rev=615916&view=rev
Log:
Pom cleanups

Modified:
    myfaces/orchestra/trunk/core15/pom.xml
    myfaces/orchestra/trunk/examples/pom.xml
    myfaces/orchestra/trunk/sandbox/pom.xml

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=615916&r1=615915&r2=615916&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Mon Jan 28 07:43:46 2008
@@ -78,6 +78,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
+      <version>1.2.0</version>
       <scope>provided</scope>
     </dependency>
 

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=615916&r1=615915&r2=615916&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Mon Jan 28 07:43:46 2008
@@ -83,6 +83,7 @@
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
                     <version>1.1.5</version>
+                    <scope>runtime</scope>
                 </dependency>
             </dependencies>
         </profile>
@@ -106,6 +107,7 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
+                    <scope>runtime</scope>
                 </dependency>
             </dependencies>
         </profile>
@@ -123,7 +125,7 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-api</artifactId>
-                    <version>1.2.0</version>
+                    <version>1.2.2</version>
                     <scope>compile</scope>
                 </dependency>
                 
@@ -131,7 +133,8 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
-                    <version>1.2.0</version>
+                    <version>1.2.2</version>
+                    <scope>runtime</scope>
                 </dependency>
             </dependencies>
 
@@ -141,7 +144,7 @@
         </profile>
 
 
-        <!-- To use the examples using the Sun's JSF Reference Implementation 1.2 : -Djsf=ri12 -->
+        <!-- To use the examples using Sun Mojarra 1.2 (JSF RI): -Djsf=ri12 -->
         <profile>
             <id>jsfri</id>
             <activation>
@@ -161,6 +164,7 @@
                     <groupId>javax.faces</groupId>
                     <artifactId>jsf-impl</artifactId>
                     <version>1.2_04-p02</version>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
@@ -244,12 +248,14 @@
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
             <version>10.3.1.4</version>
+            <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>commons-dbcp</groupId>
             <artifactId>commons-dbcp</artifactId>
             <version>1.2.2</version>
+            <scope>runtime</scope>
         </dependency>
 
     </dependencies>

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=615916&r1=615915&r2=615916&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Mon Jan 28 07:43:46 2008
@@ -76,6 +76,7 @@
 		<dependency>
 			<groupId>org.apache.myfaces.core</groupId>
 			<artifactId>myfaces-api</artifactId>
+			<version>1.2.0</version>
 			<scope>provided</scope>
 		</dependency>