diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-13 14:47:11 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-13 14:47:15 +0000 |
commit | d07038d8387ae22f892e844fc61e9729911292aa (patch) | |
tree | 27c9a01df36c85410fbe269bc8c0644551459f78 | |
parent | 6ab6ce5eecdb66e73482f96e0415eb1b27f433ba (diff) |
Use managed versions of dependencies
Issue-ID: POLICY-4482
Change-Id: I6d25d41c32de8f5c1dfb36e3883bb144a070978e
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | utils/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index d3ffbb10..0a09ee00 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -37,7 +37,6 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>${version.javax.bind}</version> </dependency> <dependency> <groupId>org.yaml</groupId> |