From 9bcfc5480dafb21703110ffa4b12516d325466fc Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 21 Jul 2010 12:04:06 +0000 Subject: [PATCH] Fix dependency issues in .context pom and .classpath Hibernate validator had been updated to 4.1.0 in the ivy metadata, but not yet reflected in the .classpath file. The pom.xml had been updated but there was a typo - scope read 'coompile', instead of 'compile'. --- org.springframework.context/.classpath | 2 +- org.springframework.context/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.springframework.context/.classpath b/org.springframework.context/.classpath index a95e7f67d5..9a83e25c3f 100644 --- a/org.springframework.context/.classpath +++ b/org.springframework.context/.classpath @@ -33,6 +33,6 @@ - + diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index cf0e00fba0..1e90f49dd1 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -192,7 +192,7 @@ org.hibernate com.springsource.org.hibernate.validator 4.1.0.GA - coompile + compile true