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:
committed by
Zeger Hendrikse
parent
4b9aa5480a
commit
077d745b8d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user