You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/03/04 23:45:25 UTC

svn commit: r514488 - /myfaces/current12/test-webapp/pom.xml

Author: bommel
Date: Sun Mar  4 14:45:24 2007
New Revision: 514488

URL: http://svn.apache.org/viewvc?view=rev&rev=514488
Log:
jetty should work again

Modified:
    myfaces/current12/test-webapp/pom.xml

Modified: myfaces/current12/test-webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/test-webapp/pom.xml?view=diff&rev=514488&r1=514487&r2=514488
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Sun Mar  4 14:45:24 2007
@@ -23,28 +23,14 @@
                     <plugin>
                         <groupId>org.mortbay.jetty</groupId>
                         <artifactId>maven-jetty-plugin</artifactId>
-                        <version>6.1.0rc3</version>
+                        <version>6.1.2rc0</version>
                         <configuration>
                             <scanIntervalSeconds>10</scanIntervalSeconds>
                         </configuration>
-                        <dependencies>
-                            <dependency>
-                                <groupId>commons-logging</groupId>
-                                <artifactId>commons-logging</artifactId>
-                                <version>1.1</version>
-                            </dependency>
-                        </dependencies>
                     </plugin>
                 </plugins>
             </build>
-            <pluginRepositories>
-                <pluginRepository>
-                    <id>mortbay-repo</id>
-                    <name>mortbay-repo</name>
-                    <url>http://www.mortbay.org/maven2/snapshot</url>
-                </pluginRepository>
-            </pluginRepositories>
-            <dependencies>
+            <!--<dependencies>
                 <dependency>
                     <groupId>tomcat</groupId>
                     <artifactId>jasper-compiler</artifactId>
@@ -74,7 +60,7 @@
                     <artifactId>jasper-el</artifactId>
                     <version>6.0.1-SNAPSHOT</version>
                 </dependency>
-            </dependencies>
+            </dependencies>-->
         </profile>
     </profiles>
     
@@ -105,7 +91,9 @@
             <artifactId>jsf-facelets</artifactId>
             <version>1.1.12</version>
         </dependency>
-        <dependency>
+
+        <!-- depends on container -->
+        <!--<dependency>
             <groupId>javax.el</groupId>
             <artifactId>el-api</artifactId>
             <version>1.0</version>
@@ -116,7 +104,7 @@
             <artifactId>el-ri</artifactId>
             <version>1.0</version>
             <optional>true</optional>
-        </dependency>
+        </dependency>-->
 
         <dependency>
             <groupId>jstl</groupId>