Drop annotation processor spring-core dependency

Remove the spring-core dependency from the annotation processor.

Fixes gh-7882
This commit is contained in:
Phillip Webb
2017-01-04 22:54:39 -08:00
parent 1b7c65cd1c
commit 4cb7d86aec
2 changed files with 30 additions and 23 deletions

View File

@@ -29,10 +29,6 @@
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
</dependencies>
<build>
<plugins>