You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2008/01/28 21:21:05 UTC

svn commit: r616020 - /incubator/abdera/java/trunk/examples/pom.xml

Author: jmsnell
Date: Mon Jan 28 12:21:04 2008
New Revision: 616020

URL: http://svn.apache.org/viewvc?rev=616020&view=rev
Log:
add jetty to the example dependencies

Modified:
    incubator/abdera/java/trunk/examples/pom.xml

Modified: incubator/abdera/java/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/examples/pom.xml?rev=616020&r1=616019&r2=616020&view=diff
==============================================================================
--- incubator/abdera/java/trunk/examples/pom.xml (original)
+++ incubator/abdera/java/trunk/examples/pom.xml Mon Jan 28 12:21:04 2008
@@ -103,6 +103,12 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty</artifactId>
+      <version>6.1.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
     </dependency>