Make Maven build more robust

* engine/pom.xml, .classpath
    remove apparently-no-longer-needed tomcat library reference, avoiding Maven problems with m2eclipse 0.9.8.200905041414 in eclipse-galileo on ubuntu
This commit is contained in:
gojomo
2009-12-03 19:02:13 +00:00
parent 950e68091c
commit 095f2fdffb
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -96,12 +96,14 @@
<version>6.1.14</version>
<scope>compile</scope>
</dependency>
<!--
<dependency>
<groupId>tomcat</groupId>
<artifactId>servlet</artifactId>
<version>4.1.34</version>
<scope>compile</scope>
</dependency>
</dependency>
-->
<dependency>
<groupId>org.restlet</groupId>
<artifactId>org.restlet</artifactId>