Browse Source

Change spring-aop dep to compile scope in contacts sample

3.0.x
Luke Taylor 16 years ago
parent
commit
2f40088fe7
  1. 1
      samples/contacts/pom.xml

1
samples/contacts/pom.xml

@ -43,7 +43,6 @@ @@ -43,7 +43,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

Loading…
Cancel
Save