Use managed versions of dependencies 93/132693/1
authorliamfallon <liam.fallon@est.tech>
Tue, 13 Dec 2022 14:47:51 +0000 (14:47 +0000)
committerliamfallon <liam.fallon@est.tech>
Tue, 13 Dec 2022 14:47:54 +0000 (14:47 +0000)
Issue-ID: POLICY-4482
Change-Id: I5a4385ad1b7a18e538e67304c20bfdeb5d2fd273
Signed-off-by: liamfallon <liam.fallon@est.tech>
applications/common/pom.xml

index a5a32a2..2626e96 100644 (file)
         <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>