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 /a1-policy-management | |
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 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ -103,10 +103,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> |