<dependency>
<groupId>eu.ciechanowiec</groupId>
<artifactId>im-aop-loggers</artifactId>
<version>1.1.4</version>
</dependency>
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.2.4</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-aop
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.apache.commons:commons-lang3
provided
|-- org.springframework.data:spring-data-commons
test