Code Review
/
policy
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
13f077f
)
Add separate version for Jackson annotations
74/128374/1
author
liamfallon
<liam.fallon@est.tech>
Thu, 7 Apr 2022 15:34:48 +0000
(16:34 +0100)
committer
liamfallon
<liam.fallon@est.tech>
Thu, 7 Apr 2022 15:36:39 +0000
(16:36 +0100)
Issue-ID: POLICY-4070
Change-Id: Ia742732bab1870d06fbbddc74180b995763bb442
Signed-off-by: liamfallon <liam.fallon@est.tech>
policy-endpoints/pom.xml
patch
|
blob
|
history
diff --git
a/policy-endpoints/pom.xml
b/policy-endpoints/pom.xml
index
c8ba090
..
438cee7
100644
(file)
--- 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>