added derby dependency and fixed location of webapp after move of the source

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gregory John Wilkins 2006-01-23 11:12:52 +00:00
parent c3c0ea7265
commit 24cce5f0f5
2 changed files with 8 additions and 1 deletions

View File

@ -69,6 +69,13 @@
</properties>
</dependency>
<!-- Derby SQL DB used for testing JDBC message store -->
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>${derby_version}</version>
</dependency>
<!-- For Spring servlet -->
<dependency>
<id>springframework</id>

View File

@ -34,7 +34,7 @@ public class JettyServer {
public static final int PORT = 8080;
public static final String WEBAPP_DIR = "src/webapp";
public static final String WEBAPP_DIR = "src/main/webapp";
public static final String WEBAPP_CTX = "/";