Author: awiner
Date: Wed Nov 15 15:17:50 2006
New Revision: 475486
URL: http://svn.apache.org/viewvc?view=rev&rev=475486
Log:
Make sure the JSF impl is scope provided in the demo bundle
Modified:
incubator/adffaces/branches/faces-1_2-061113/trinidad/trinidad-demo/pom.xml
Modified:
incubator/adffaces/branches/faces-1_2-061113/trinidad/trinidad-demo/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/faces-1_2-061113/trinidad/trinidad-demo/pom.xml?view=diff&rev=475486&r1=475485&r2=475486
==============================================================================
--- incubator/adffaces/branches/faces-1_2-061113/trinidad/trinidad-demo/pom.xml
(original)
+++ incubator/adffaces/branches/faces-1_2-061113/trinidad/trinidad-demo/pom.xml
Wed Nov 15 15:17:50 2006
@@ -61,7 +61,7 @@
<artifactId>mail</artifactId>
<version>1.4</version>
</dependency>
-
+
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
@@ -72,7 +72,7 @@
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
@@ -81,36 +81,6 @@
<version>2.1</version>
</dependency>
-<!-- Dependencies pulled in via myfaces/ri pom
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.6</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.5</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>2.1</version>
- <scope>runtime</scope>
- </dependency>
--->
-
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
@@ -136,14 +106,14 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
</dependencies>
@@ -166,12 +136,13 @@
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.1_02</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.1_02</version>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
<dependency>