Author: dashorst
Date: Tue Mar 27 10:21:13 2007
New Revision: 523004

URL: http://svn.apache.org/viewvc?view=rev&rev=523004
Log:
Added provided scope to the jetty dependencies

Modified:
    incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml

Modified: incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml?view=diff&rev=523004&r1=523003&r2=523004
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-incubating-alpha/pom.xml Tue Mar 27 
10:21:13 2007
@@ -264,16 +264,31 @@
                                <groupId>org.mortbay.jetty</groupId>
                                <artifactId>jetty</artifactId>
                                <version>6.1.1</version>
+                               <scope>provided</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.mortbay.jetty</groupId>
+                               <artifactId>servlet-api-2.5</artifactId>
+                               <version>6.1.1</version>
+                               <scope>provided</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>mx4j</groupId>
+                               <artifactId>mx4j</artifactId>
+                               <version>3.0.1</version>
+                               <scope>provided</scope>
                        </dependency>
                        <dependency>
                                <groupId>org.mortbay.jetty</groupId>
                                <artifactId>jetty-util</artifactId>
                                <version>6.1.1</version>
+                               <scope>provided</scope>
                        </dependency>
                        <dependency>
                                <groupId>org.mortbay.jetty</groupId>
                                <artifactId>jetty-management</artifactId>
                                <version>6.1.1</version>
+                               <scope>provided</scope>
                        </dependency>
                        <dependency>
                                <groupId>commons-collections</groupId>


Reply via email to