Index: maven2/plugin/pom.xml
===================================================================
--- maven2/plugin/pom.xml	(revision 2403)
+++ maven2/plugin/pom.xml	(working copy)
@@ -58,6 +58,11 @@
       <artifactId>plexus-utils</artifactId>
       <version>1.4.7</version>
     </dependency>
+	<dependency>
+			<groupId>org.mortbay.jetty</groupId>
+			<artifactId>jetty</artifactId>
+			<version>6.1.5</version>
+		</dependency>
     <dependency>
       <groupId>org.codehaus.cargo</groupId>
       <artifactId>cargo-core-api-container</artifactId>
@@ -99,6 +104,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
+		<version>2.5</version>
         <configuration>
           <!-- Note: This is to allow typing "mvn cargo:[goalname]" without having to type the 
                fully qualified name on the command line -->

