diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-11 19:21:12 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-11 20:34:02 +0100 |
commit | 0c7714797284924d231895bc7cae7e92473ea0a8 (patch) | |
tree | 253010c0599967e9a7d556b78a341a0d42f37b70 /models | |
parent | f4a8123b59f3914aae65eb81d64a15dd9d31cbed (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 'models')
-rw-r--r-- | models/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models/pom.xml b/models/pom.xml index 4a882efb6..79f40c3ad 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -42,7 +42,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> - <version>${version.springboot}</version> </dependency> </dependencies> |