diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-21 17:11:43 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-21 17:35:10 +0100 |
commit | 177d52c481f21809792a6cd25629014c1fdf23b1 (patch) | |
tree | 3ca9c0ff37b25fe5bfd4e76bef60208395059e0d /main/pom.xml | |
parent | deb6366620d7fd84ac35c86620399b6b6e1ec856 (diff) |
Remove warnings in policy-api code
Dependency versions are handled from managed dependencies in
policy/parent
Issue-ID: POLICY-4070
Change-Id: If4d86742e769b879d59bc839e44d63a355d20602
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/pom.xml b/main/pom.xml index 4e787cf4..0ffe56c5 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -98,7 +98,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> - <version>${version.springboot}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> @@ -114,7 +113,6 @@ <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> - <version>${version.springfox}</version> <scope>runtime</scope> </dependency> </dependencies> |