Browse Source

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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2226 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Ramnivas Laddad 16 years ago
parent
commit
d096a1c428
  1. 2
      org.springframework.aspects/pom.xml

2
org.springframework.aspects/pom.xml

@ -52,7 +52,7 @@ @@ -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