diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-18 10:39:06 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-18 13:10:13 +0000 |
commit | 5cd5e12a432732068c7c624c5ab1d7bf58e85b3d (patch) | |
tree | 684b8424bc824aeccd3bf1f1fb719e374540cc9b /pom.xml | |
parent | c719ee941bd4202b617544e351a11a35b20b8a6a (diff) |
Update to SECCOM recommended dependencies
SECCOM has issued a directive on which dependencies should be used, see
this wiki page:
https://wiki.onap.org/display/SV/Jakarta+Policy
This is the policy parent review to comply with the SECCOM directive.
Zookeeper is added as a test dependency, it is no longer pulled in as a
transitive dependency by Kafka.
Issue-ID: POLICY-3849
Change-Id: Id504b308cd4e806e9e2e9489842abf1a7f93b9dc
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ <encoding>UTF-8</encoding> <file.encoding>UTF-8</file.encoding> <version.commons-cli>1.4</version.commons-cli> - <version.kafka>2.3.0</version.kafka> + <version.kafka>3.0.0</version.kafka> <version.hibernate>5.3.7.Final</version.hibernate> <version.policy.common>1.10.1-SNAPSHOT</version.policy.common> <version.policy.models>2.6.1-SNAPSHOT</version.policy.models> |