diff --git a/org.springframework.context/src/main/java/org/springframework/context/annotation/support/ConfigurationClassPostProcessor.java b/org.springframework.context/src/main/java/org/springframework/context/annotation/support/ConfigurationClassPostProcessor.java index 6461bac68f9..763b93d5fe9 100644 --- a/org.springframework.context/src/main/java/org/springframework/context/annotation/support/ConfigurationClassPostProcessor.java +++ b/org.springframework.context/src/main/java/org/springframework/context/annotation/support/ConfigurationClassPostProcessor.java @@ -170,9 +170,8 @@ public class ConfigurationClassPostProcessor extends AbstractConfigurationClassP Class.forName(CGLIB_TEST_CLASS); } catch (ClassNotFoundException e) { throw new IllegalStateException("CGLIB is required to process @Configuration classes. " + - "Either add CGLIB v2.2.3 to the classpath or remove the following " + - "@Configuration bean definitions: [" - + StringUtils.arrayToCommaDelimitedString(configBeanDefs.getBeanDefinitionNames()) + "]"); + "Either add CGLIB to the classpath or remove the following @Configuration bean definitions: [" + + StringUtils.arrayToCommaDelimitedString(configBeanDefs.getBeanDefinitionNames()) + "]"); } } diff --git a/org.springframework.test/.classpath b/org.springframework.test/.classpath index 842dca8139c..3a155460556 100644 --- a/org.springframework.test/.classpath +++ b/org.springframework.test/.classpath @@ -27,6 +27,7 @@ + diff --git a/org.springframework.test/ivy.xml b/org.springframework.test/ivy.xml index 10ebb08bb10..8655877ea8f 100644 --- a/org.springframework.test/ivy.xml +++ b/org.springframework.test/ivy.xml @@ -31,6 +31,7 @@ +