Merge branch '1.5.x'
This commit is contained in:
commit
9d642a69b3
|
@ -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>
|
||||
|
|
|
@ -110,7 +110,7 @@ public class DevToolsDataSourceAutoConfiguration {
|
|||
return false;
|
||||
}
|
||||
|
||||
private static enum InMemoryDatabase {
|
||||
private enum InMemoryDatabase {
|
||||
|
||||
DERBY(null, "org.apache.derby.jdbc.EmbeddedDriver"),
|
||||
|
||||
|
|
Loading…
Reference in New Issue