Mark junit dependency as compile, since aspects depend on it at compile-time

This commit is contained in:
Ramnivas Laddad
2009-10-29 17:18:49 +00:00
parent f839969b6c
commit ab403468f9

View File

@@ -52,7 +52,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>