diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-11 22:03:41 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-11 22:03:45 +0100 |
commit | 7eaa3d2f2fe2609e76d423a23e6fb43b4fe38898 (patch) | |
tree | a172d8380f55c5295b64017a42a3d868ec87f051 /integration/pom.xml | |
parent | 523f474291416fc5ac9621b9bf0defac1754d182 (diff) |
Manage spring-boot-starter-aop
Issue-ID: POLICY-4393
Change-Id: I83a62dad43ae371d85494a1312cd0515456e26f6
Signed-off-by: liamfallon <liam.fallon@est.tech>
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> |