diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2022-11-07 14:44:23 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2022-11-07 14:54:54 +0100 |
commit | 7920939a98c1358c98af95287ccad92df4c2a59b (patch) | |
tree | 3661294603fa1a8889cf8ca705bb179cd4abe21a /docs | |
parent | 7e311a7dd9490ba90decde4b98460bb965567c08 (diff) |
Minor documentation updates
Removed unneeded dependency from the pom (jackson).
Issue-ID: CCSDK-3766
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Ibe7444dabb03e245af486d4afd15fc566f4c5abb
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guide/developer-guide.rst | 3 |
1 files changed, 0 insertions, 3 deletions
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 <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 |