diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-07 16:34:48 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-07 16:36:39 +0100 |
commit | 4aecf52201b942f3fdc95ad505e1567f0c837567 (patch) | |
tree | f3eacbee2b9d92804e518e805faceabe911b695d | |
parent | 13f077f9162afa7fdad279ec9fe11794a52f30ae (diff) |
Add separate version for Jackson annotations
Issue-ID: POLICY-4070
Change-Id: Ia742732bab1870d06fbbddc74180b995763bb442
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | policy-endpoints/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index c8ba090b..438cee7b 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -88,7 +88,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>${version.jackson}</version> + <version>${version.jackson.annotations}</version> </dependency> <dependency> @@ -237,4 +237,4 @@ </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |