Minor documentation updates 27/132027/2
authorPatrikBuhr <patrik.buhr@est.tech>
Mon, 7 Nov 2022 13:44:23 +0000 (14:44 +0100)
committerPatrikBuhr <patrik.buhr@est.tech>
Mon, 7 Nov 2022 13:54:54 +0000 (14:54 +0100)
Removed unneeded dependency from the pom (jackson).

Issue-ID: CCSDK-3766
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Ibe7444dabb03e245af486d4afd15fc566f4c5abb

a1-policy-management/pom.xml
docs/guide/developer-guide.rst

index e34c9cf..74f9827 100644 (file)
             <groupId>org.aspectj</groupId>
             <artifactId>aspectjweaver</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-databind</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-core</artifactId>
index 3734d8f..5159b6c 100644 (file)
@@ -46,9 +46,6 @@ dependency management tool (see *pom.xml* file at root level) :
 - Swagger annotations
 - `Spring Framework <https://github.com/spring-projects/spring-boot>`_
 - `Springfox <https://github.com/springfox/springfox>`_ Automated JSON API documentation for APIs built with Spring
-- `Immutable <https://immutables.github.io/>`_ to generate simple, safe and consistent value objects
-- `JSON in Java <https://github.com/stleary/JSON-java>`_ to parse JSON documents into Java objects
-- `Apache Commons Net <https://github.com/apache/commons-net>`_ for network utilities and protocol implementations
 - `Lombok <https://github.com/rzwitserloot/lombok>`_ to generate code, such as getters and setters
 - `Awaitility <https://github.com/awaitility/awaitility>`_ to test asynchronous functionality