diff --git a/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringServiceLocator.java b/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringServiceLocator.java index 22e24b15b..c76bd267b 100644 --- a/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringServiceLocator.java +++ b/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringServiceLocator.java @@ -20,12 +20,8 @@ import java.util.Map; import java.util.Set; -import javax.servlet.ServletContext; - import org.ocpsoft.common.spi.ServiceLocator; -import org.springframework.web.context.ContextLoader; import org.springframework.web.context.WebApplicationContext; -import org.springframework.web.context.support.WebApplicationContextUtils; /** * {@link ServiceLocator} implementation for Spring.