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:53:56 +0100 |
commit | 47970acb0720d20059fe40084e987be31107449e (patch) | |
tree | 56eca46f923180e137eb04963eeafe8be8d9cfbb /a1-policy-management/pom.xml | |
parent | bac33a0c1a95984ce525670400b96bd86510ad62 (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: I921ccb3a2a0261883aab3fb3c4e7853e126a55cb
Diffstat (limited to 'a1-policy-management/pom.xml')
-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 1162558f..43a2928b 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -102,10 +102,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> |