diff options
author | Jim Hahn <jrh3@att.com> | 2021-02-11 14:17:53 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-11 14:18:37 -0500 |
commit | c13c83c9bd4fc386d05856f0b25a8f3fc1db22c3 (patch) | |
tree | decbe62b9e037a41604ed5bd49e81b4df29676d4 /integration | |
parent | eb1df9233e80c2f4819eb89259f3e7093041da28 (diff) |
Match version of jackson with oparent
Oparent uses 2.11.3, thus the version here should match it.
Issue-ID: POLICY-3005
Change-Id: I5f27f0714f1257c13e73d5efc495cfbb67b3f36d
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 6815729b..87b59350 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -42,7 +42,7 @@ <version.eclipselink>2.7.8</version.eclipselink> <version.drools>7.33.0.Final</version.drools> <version.jersey>2.33</version.jersey> - <version.jackson>2.11.4</version.jackson> + <version.jackson>2.11.3</version.jackson> <version.ccsdk>0.4.4</version.ccsdk> <version.swagger>1.6.2</version.swagger> <version.javax.bind>2.3.1</version.javax.bind> |