aboutsummaryrefslogtreecommitdiffstats
path: root/participant/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-10-11 19:21:12 +0100
committerliamfallon <liam.fallon@est.tech>2022-10-11 20:34:02 +0100
commit0c7714797284924d231895bc7cae7e92473ea0a8 (patch)
tree253010c0599967e9a7d556b78a341a0d42f37b70 /participant/pom.xml
parentf4a8123b59f3914aae65eb81d64a15dd9d31cbed (diff)
Use spring-boot-starter-actuator managed version
Issue-ID: POLICY-4393 Change-Id: I31399942e603b2f29921c38c7dc1b9ab18be0d09 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'participant/pom.xml')
-rw-r--r--participant/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/participant/pom.xml b/participant/pom.xml
index 6eda29191..eef52c804 100644
--- a/participant/pom.xml
+++ b/participant/pom.xml
@@ -109,7 +109,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
- <version>${version.springboot}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
@@ -119,7 +118,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
- <version>${version.springboot}</version>
</dependency>
</dependencies>