aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-07-12 08:11:27 -0500
committerjhh <jorge.hernandez-herrero@att.com>2021-07-12 09:05:20 -0500
commit597bb4a6fc4c0333bd8fa29eaa97abcb456de0f4 (patch)
tree996b51ba19226f529060d2238364339f0b8a668a
parent0ecd2da2bb6b605efeb71aa844b59dc4ea103b88 (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>
-rw-r--r--controlloop/common/feature-controlloop-management/pom.xml1
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 557471193..3a8b80ec9 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>