From 36ec06a9171c290e168f9257726a45edb58c05e6 Mon Sep 17 00:00:00 2001 From: David Syer Date: Mon, 15 Nov 2010 16:54:12 +0000 Subject: [PATCH] Add missing JPA dependency --- org.springframework.aspects/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index d8fcd6aaf2..d5fa43e4e9 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -31,6 +31,12 @@ ${project.version} true + + org.springframework + spring-orm + ${project.version} + true + org.springframework spring-context