You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/10 09:54:01 UTC

svn commit: r583380 - /myfaces/orchestra/tags/core-1_0/pom.xml

Author: imario
Date: Wed Oct 10 00:54:00 2007
New Revision: 583380

URL: http://svn.apache.org/viewvc?rev=583380&view=rev
Log:
cleanup dependencies

Modified:
    myfaces/orchestra/tags/core-1_0/pom.xml

Modified: myfaces/orchestra/tags/core-1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/core-1_0/pom.xml?rev=583380&r1=583379&r2=583380&view=diff
==============================================================================
--- myfaces/orchestra/tags/core-1_0/pom.xml (original)
+++ myfaces/orchestra/tags/core-1_0/pom.xml Wed Oct 10 00:54:00 2007
@@ -21,27 +21,18 @@
 
 	<dependencies>
 
-		<!-- compile dependencies -->
-
 		<dependency>
 			<groupId>commons-logging</groupId>
 			<artifactId>commons-logging</artifactId>
 			<version>1.0.4</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.3</version>
 		</dependency>
 
-		<!-- provided dependencies -->
 
 		<dependency>
 			<groupId>org.apache.myfaces.core</groupId>
 			<artifactId>myfaces-api</artifactId>
 			<scope>provided</scope>
+			<optional>true</optional>
 		</dependency>
 
 		<dependency>
@@ -56,9 +47,9 @@
 			<artifactId>jsp-api</artifactId>
 			<version>2.1</version>
 			<scope>provided</scope>
+			<optional>true</optional>
 		</dependency>
 
-
 		<dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
@@ -71,6 +62,7 @@
 			<artifactId>persistence-api</artifactId>
 			<version>1.0</version>
 			<scope>provided</scope>
+			<optional>true</optional>
 		</dependency>
 
 		<dependency>
@@ -78,6 +70,7 @@
 			<artifactId>spring</artifactId>
 			<version>2.0.6</version>
 			<scope>compile</scope>
+			<optional>true</optional>
 		</dependency>
 
 		<!-- test dependencies -->