diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-03-14 13:03:12 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-03-14 17:34:31 +0000 |
commit | 2e12a07c95af2c231eb77d9eb77293e94bdca7e4 (patch) | |
tree | c28593847ea2e9489990f0129d6ee8abd3167fdf /testsuites/integration | |
parent | cd5c01501f0def47721525a6faef79bab696621e (diff) |
Update dependencies
- add dependencies that used to be brought by oparent
- fix any related code to these dependencies
- add examples module missing from examples pom.xml
Issue-ID: POLICY-4945
Change-Id: Iddd49835305b57e7a5e669fc8cde35281bbbdbe6
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites/integration')
-rw-r--r-- | testsuites/integration/integration-uservice-test/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 50f0c8bc9..1144600f8 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -173,7 +173,6 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.13.5</version> <!-- version different from parent specifically for kafka_2.13 compatibility--> </dependency> </dependencies> |