exclude jackson-annotations from apps classpath 80/122580/2
authorjhh <jorge.hernandez-herrero@att.com>
Mon, 12 Jul 2021 13:11:27 +0000 (08:11 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Mon, 12 Jul 2021 14:05:20 +0000 (09:05 -0500)
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>
controlloop/common/feature-controlloop-management/pom.xml

index 5574711..3a8b80e 100644 (file)
@@ -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>