From 960cb8222684cc3d9ca4fe3484f15c78be864e0f Mon Sep 17 00:00:00 2001 From: Jesse Sightler Date: Wed, 16 Mar 2016 10:34:47 -0400 Subject: [PATCH] Remove reference to auto-deployment I don't think this feature exists in the code now. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7de3548..270f121 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ * Injecting beans configured in web application (e.g. DispatcherServlet) for tests annotated with @SpringWebConfiguration * Support for both Spring(@Autowired, @Qualifier, @Required) and JSR-330(@Inject, @Named) annotations * Bean initialization support (@PostConstruct) -* Auto packaging the spring-context and spring-web artifacts. ## Support for Spring versions @@ -436,4 +435,4 @@ mvn clean install Available profiles (for running the integration tests in the container): * jbossas-managed -* glassfish-embedded \ No newline at end of file +* glassfish-embedded