From bcc47f358b6c4e4f98af53277af424385a4ada80 Mon Sep 17 00:00:00 2001 From: "ben.clark" Date: Fri, 19 Dec 2008 15:42:18 +0000 Subject: [PATCH] downgraded aspectj dependency versions to 1.5.4, and upgraded hibernate (to 3.2.6.ga) and hibernate-annotations (to 3.3.1.GA) to allow for mapping Annotations & Markers (#468) --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9741c50967..2dc5f588e6 100644 --- a/pom.xml +++ b/pom.xml @@ -498,14 +498,14 @@ test - aspectj + org.aspectj aspectjrt - 1.6.1 + 1.5.4 - aspectj + org.aspectj aspectjweaver - 1.6.1 + 1.5.4 javax.annotation @@ -646,7 +646,7 @@ org.hibernate hibernate-annotations - 3.3.0.ga + 3.3.1.GA org.hibernate @@ -656,7 +656,7 @@ org.hibernate hibernate - 3.2.5.ga + 3.2.6.ga javax.servlet -- 2.34.1