diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-11 17:06:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-11 17:06:06 +0000 |
commit | 7e8f1778e5d5b10c476368e18709c7713d60d0e6 (patch) | |
tree | f83f02a3961d6ab0c3eafb8600833fffdc0f197e | |
parent | 1ac6333a6e45c58d7424d99852f20a5fc87931a1 (diff) | |
parent | 7920939a98c1358c98af95287ccad92df4c2a59b (diff) |
Merge "Minor documentation updates"
-rw-r--r-- | a1-policy-management/pom.xml | 4 | ||||
-rw-r--r-- | docs/guide/developer-guide.rst | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 6bb438a5..436937a3 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -104,10 +104,6 @@ <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> </dependency> 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 |