Browse Source

Remove useless dependency

pull/7881/merge
Stephane Nicoll 9 years ago
parent
commit
6293033e1b
  1. 6
      spring-boot-test/pom.xml

6
spring-boot-test/pom.xml

@ -105,12 +105,6 @@ @@ -105,12 +105,6 @@
<artifactId>htmlunit</artifactId>
<optional>true</optional>
</dependency>
<!-- Annotation processing -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save