Browse Source

SEC-1232: Add config dependency to maven build for aspectj sample.

3.0.x
Luke Taylor 16 years ago
parent
commit
9d2e2ca11d
  1. 2
      samples/aspectj/pom.xml

2
samples/aspectj/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<artifactId>spring-security-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

Loading…
Cancel
Save