From 7920939a98c1358c98af95287ccad92df4c2a59b Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Mon, 7 Nov 2022 14:44:23 +0100 Subject: Minor documentation updates Removed unneeded dependency from the pom (jackson). Issue-ID: CCSDK-3766 Signed-off-by: PatrikBuhr Change-Id: Ibe7444dabb03e245af486d4afd15fc566f4c5abb --- docs/guide/developer-guide.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/guide') 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 -- cgit 1.2.3-korg