Fixing build issue with test-continuation module. (wrong scope)

This commit is contained in:
Joakim Erdfelt 2012-08-09 11:04:50 -07:00
parent 03ebcc881c
commit 2b286a4981
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
<scope>compile</scope>
</dependency>
</dependencies>