BAEL-75 - Spring Boot Audit Support (#1561)

Rework to avoid the separate spring-boot-auditing module by moving the code to the spring-security-core module
This commit is contained in:
Wim Deblauwe
2017-04-01 23:02:19 +02:00
committed by Zeger Hendrikse
parent 4b9aa5480a
commit 077d745b8d
14 changed files with 12 additions and 333 deletions
+4
View File
@@ -32,6 +32,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>