From: PatrikBuhr Date: Mon, 7 Nov 2022 13:44:23 +0000 (+0100) Subject: Minor documentation updates X-Git-Tag: 1.4.2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=47970acb0720d20059fe40084e987be31107449e;p=ccsdk%2Foran.git Minor documentation updates Removed unneeded dependency from the pom (jackson). Issue-ID: CCSDK-3766 Signed-off-by: PatrikBuhr Change-Id: I921ccb3a2a0261883aab3fb3c4e7853e126a55cb --- diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 1162558f..43a2928b 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -101,10 +101,6 @@ org.aspectj aspectjweaver - - com.fasterxml.jackson.core - jackson-databind - org.apache.tomcat.embed tomcat-embed-core diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index 3734d8fc..5159b6c9 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -46,9 +46,6 @@ dependency management tool (see *pom.xml* file at root level) : - Swagger annotations - `Spring Framework `_ - `Springfox `_ Automated JSON API documentation for APIs built with Spring -- `Immutable `_ to generate simple, safe and consistent value objects -- `JSON in Java `_ to parse JSON documents into Java objects -- `Apache Commons Net `_ for network utilities and protocol implementations - `Lombok `_ to generate code, such as getters and setters - `Awaitility `_ to test asynchronous functionality