Updated parent pom to reflect changed aspectj dependencies and also resolve some...
authorben.clark <ben.clark@localhost>
Mon, 5 Jan 2009 12:03:59 +0000 (12:03 +0000)
committerben.clark <ben.clark@localhost>
Mon, 5 Jan 2009 12:03:59 +0000 (12:03 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index db34e42230a43783a771e596a244174092f707d2..62d350185131dfdb7559f48892ca4196b0d345d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <artifactId>spring</artifactId>
                                <version>2.5</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-core</artifactId>
+                               <version>2.5</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-context</artifactId>
+                               <version>2.5</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.springframework</groupId>
                                <artifactId>spring-beans</artifactId>
                                <artifactId>spring-aop</artifactId>
                                <version>2.5</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework.security</groupId>
+                               <artifactId>spring-security-core</artifactId>
+                               <version>2.0.4</version>
+                       </dependency>
 
                        <!-- ******* SERVLET/JSP/JSF ******* -->
                        <dependency>