diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-07-12 08:11:27 -0500 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2021-07-12 16:48:58 +0000 |
commit | bef07329d9b921003222baa23ce9db6f28ae7a15 (patch) | |
tree | d825751dc802c127c4d49636bb197d576acef618 /controlloop | |
parent | 74d12db83ad4375e0e26a58df47094c1a57d8f04 (diff) |
exclude jackson-annotations from apps classpath
Issue-ID: POLICY-3468
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I0c475dcfa33009eca3056dcb003f6658dacb3416
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
(cherry picked from commit 597bb4a6fc4c0333bd8fa29eaa97abcb456de0f4)
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/common/feature-controlloop-management/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/pom.xml b/controlloop/common/feature-controlloop-management/pom.xml index 48dd0078c..3fb6c91c7 100644 --- a/controlloop/common/feature-controlloop-management/pom.xml +++ b/controlloop/common/feature-controlloop-management/pom.xml @@ -86,6 +86,7 @@ <excludeScope>provided</excludeScope> <excludeTransitive>false</excludeTransitive> <excludeGroupIds>org.glassfish.hk2.external,org.glassfish.hk2,io.swagger</excludeGroupIds> + <excludeArtifactIds>jackson-annotations</excludeArtifactIds> </configuration> </execution> </executions> |