aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-07-06 13:55:01 -0500
committerJorge Hernandez <jorge.hernandez-herrero@att.com>2021-07-07 22:13:31 +0000
commit74d12db83ad4375e0e26a58df47094c1a57d8f04 (patch)
tree993a416cd83acf691d84a510a0c4840142483aa4
parenta37f8f12d31faca96a2c17813b5571f9f7de6145 (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 (cherry picked from commit 0ecd2da2bb6b605efeb71aa844b59dc4ea103b88)
-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 c81ded1da..48dd0078c 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>