aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-07-06 13:55:01 -0500
committerjhh <jorge.hernandez-herrero@att.com>2021-07-06 15:07:27 -0500
commit0ecd2da2bb6b605efeb71aa844b59dc4ea103b88 (patch)
treeafc442238f3c4655266b3306f9c17b9581ddcace
parentd662922e84d27a4e56b72314feaf26fbbc50871e (diff)
Skip collection of swagger libraries
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
-rw-r--r--controlloop/common/feature-controlloop-management/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/pom.xml b/controlloop/common/feature-controlloop-management/pom.xml
index 121b75bbe..557471193 100644
--- a/controlloop/common/feature-controlloop-management/pom.xml
+++ b/controlloop/common/feature-controlloop-management/pom.xml
@@ -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>