mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-24 14:45:56 +00:00
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:
+3
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user