You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by es...@apache.org on 2011/10/14 16:41:10 UTC

svn commit: r1183369 - /esme/trunk/server/pom.xml

Author: esjewett
Date: Fri Oct 14 14:41:10 2011
New Revision: 1183369

URL: http://svn.apache.org/viewvc?rev=1183369&view=rev
Log:
More Heroku config, since Heroku thinks we are a Java project

Modified:
    esme/trunk/server/pom.xml

Modified: esme/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/esme/trunk/server/pom.xml?rev=1183369&r1=1183368&r2=1183369&view=diff
==============================================================================
--- esme/trunk/server/pom.xml (original)
+++ esme/trunk/server/pom.xml Fri Oct 14 14:41:10 2011
@@ -232,6 +232,16 @@
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
             <scope>test</scope>
+        </dependency>     
+        <dependency>
+          <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-server</artifactId>
+            <version>7.3.1.v20110307</version> 
+        </dependency>  
+        <dependency>
+          <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-servlet</artifactId>
+            <version>7.3.1.v20110307</version> 
         </dependency>
         <dependency>
           <groupId>org.mortbay.jetty</groupId>