From: PatrikBuhr Date: Mon, 7 Nov 2022 13:44:23 +0000 (+0100) Subject: Minor documentation updates X-Git-Tag: 1.5.0~26^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7920939a98c1358c98af95287ccad92df4c2a59b;p=ccsdk%2Foran.git Minor documentation updates Removed unneeded dependency from the pom (jackson). Issue-ID: CCSDK-3766 Signed-off-by: PatrikBuhr Change-Id: Ibe7444dabb03e245af486d4afd15fc566f4c5abb --- diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index e34c9cfd..74f98279 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -102,10 +102,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