Browse Source

Remove unused optional dependency

It should have been removed in 2522a5f9ef
pull/8929/head
Andy Wilkinson 9 years ago
parent
commit
492aee9cea
  1. 5
      spring-boot-devtools/pom.xml

5
spring-boot-devtools/pom.xml

@ -34,11 +34,6 @@ @@ -34,11 +34,6 @@
<artifactId>javax.servlet-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>

Loading…
Cancel
Save