diff options
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/common/feature-controlloop-management/pom.xml | 2 |
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> |