Skip collection of swagger libraries 69/122469/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 6 Jul 2021 18:55:01 +0000 (13:55 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 6 Jul 2021 20:07:27 +0000 (15:07 -0500)
swagger libraries are skipped so not to conflict with the
ones provided by drools-pdp and endpoints.

Issue-ID: POLICY-3454
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: If6643112ddda95d0a6f105a329fcbc3b7e26ad64

controlloop/common/feature-controlloop-management/pom.xml

index 121b75b..5574711 100644 (file)
@@ -85,7 +85,7 @@
                             <includeScope>runtime</includeScope>
                             <excludeScope>provided</excludeScope>
                             <excludeTransitive>false</excludeTransitive>
-                            <excludeGroupIds>org.glassfish.hk2.external,org.glassfish.hk2</excludeGroupIds>
+                            <excludeGroupIds>org.glassfish.hk2.external,org.glassfish.hk2,io.swagger</excludeGroupIds>
                         </configuration>
                     </execution>
                 </executions>