aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-04-07 16:36:12 +0100
committerLiam Fallon <liam.fallon@est.tech>2022-04-11 14:03:00 +0000
commiteae4bcc833318cab5cb8f1c828e94eb838faf6ce (patch)
tree119e576d785de5f9492a4777731e56a42a045978
parent4361c7d3da3ddb04e991692b33dab97afd2b499b (diff)
Add separate version for Jackson annotations
Issue-ID: POLICY-4070 Change-Id: I3737728dfdcbd8b5528ae5c9780756a41be3e369 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--pom.xml1
-rw-r--r--runtime-acm/pom.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 38d5fa9d5..bf095085e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml
index 862f5fcdf..d931aed74 100644
--- a/runtime-acm/pom.xml
+++ b/runtime-acm/pom.xml
@@ -52,7 +52,6 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema</artifactId>
- <version>${version.jackson}</version>
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>