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

master
Ramnivas Laddad 15 years ago
parent f839969b6c
commit ab403468f9
  1. 2
      org.springframework.aspects/pom.xml

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

Loading…
Cancel
Save