From 3f51f1dc14b2f93156858b381f71aa93b0902bdb 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'. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3495 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 a95e7f67d51..9a83e25c3f8 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 cf0e00fba03..1e90f49dd17 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