aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-12-13 14:46:16 +0000
committerliamfallon <liam.fallon@est.tech>2022-12-13 14:46:24 +0000
commit83b2d29a99a642657279f3bf56e063c7b7aedd47 (patch)
tree590914e9ab0205e678284fc21a1f5d4f94366454
parenta74b68de92039bbcefc0d1c61c69e09039a22708 (diff)
Use managed versions of dependencies
Issue-ID: POLICY-4482 Change-Id: I971332f3023261b5dfd149c5d344cf4565e01888 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--models-interactions/model-impl/aai/pom.xml1
-rw-r--r--pom.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml
index cfd588f9d..f52fd4a3b 100644
--- a/models-interactions/model-impl/aai/pom.xml
+++ b/models-interactions/model-impl/aai/pom.xml
@@ -46,7 +46,6 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>${version.javax.bind}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/pom.xml b/pom.xml
index 96554d5b1..7d4bc4263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,6 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
- <version>${version.javax.json}</version>
</dependency>
</dependencies>