diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-13 14:47:51 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-13 14:47:54 +0000 |
commit | fbb45b903e7ab50af52a7888987ebd201e45c2d8 (patch) | |
tree | 74b20724a3d6062503ec0479fc19570ee349a08e /applications | |
parent | 593a85418686aacbb637e5d9d5fa7f7c652f9689 (diff) |
Use managed versions of dependencies
Issue-ID: POLICY-4482
Change-Id: I5a4385ad1b7a18e538e67304c20bfdeb5d2fd273
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/common/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index a5a32a21..2626e966 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -45,12 +45,11 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>${version.javax.bind}</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>${version.javax.bind}</version> + <version>${version.bind-jaxb-api}</version> </dependency> <dependency> <groupId>com.h2database</groupId> |