Trying to fix intellij scope concern

This commit is contained in:
Joakim Erdfelt 2012-10-30 08:35:01 -07:00
parent 33d97b8dd4
commit a1bf37f2a5
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
<!-- Leaving at compile scope for intellij bug reasons -->
<scope>compile</scope>
</dependency>
</dependencies>
</project>