Security uplift 96/140696/1
authoradheli.tavares <adheli.tavares@est.tech>
Mon, 14 Apr 2025 15:34:06 +0000 (16:34 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Mon, 14 Apr 2025 15:34:46 +0000 (16:34 +0100)
- add a new openapi dependency after swagger openapi uplift

Issue-ID: POLICY-5302
Change-Id: If13f059c9da08a303ce0935051b0fdf0b4efa4bf
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
main/pom.xml

index 233b807..3ee93e9 100644 (file)
@@ -4,7 +4,7 @@
    Modified Copyright (C) 2018 Samsung Electronics Co., Ltd.
    Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
    Modifications Copyright (C) 2020-2023 Bell Canada.
-   Modifications Copyright (C) 2022-2025 Nordix Foundation.
+   Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.openapitools</groupId>
+            <artifactId>jackson-databind-nullable</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>