Remove lombok from spring-cloud-context

This commit is contained in:
Dave Syer
2017-10-24 08:49:10 +01:00
parent 892a6ee2bd
commit 942df8ed45
3 changed files with 4 additions and 13 deletions

View File

@@ -7,10 +7,6 @@ import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.hasItems;
import static org.hamcrest.Matchers.notNullValue;