Remove unused optional dependency

It should have been removed in 2522a5f9ef
This commit is contained in:
Andy Wilkinson 2017-04-07 14:14:03 +01:00
parent ceb80614e5
commit 492aee9cea
1 changed files with 0 additions and 5 deletions

View File

@ -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>