Skip collection of swagger libraries 99/122299/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 6 Jul 2021 18:55:01 +0000 (13:55 -0500)
committerJorge Hernandez <jorge.hernandez-herrero@att.com>
Wed, 7 Jul 2021 22:13:31 +0000 (22:13 +0000)
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
(cherry picked from commit 0ecd2da2bb6b605efeb71aa844b59dc4ea103b88)

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

index c81ded1..48dd007 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>