diff options
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 67c4f526..7a07ba95 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -881,6 +881,11 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + <version>${version.springboot}</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>${version.springboot}</version> <scope>test</scope> |