We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c976d8d commit bbd0983Copy full SHA for bbd0983
gateway-ha/pom.xml
@@ -227,6 +227,10 @@
227
<artifactId>api-all</artifactId>
228
<version>2.1.7</version>
229
<exclusions>
230
+ <exclusion>
231
+ <groupId>org.apache.mina</groupId>
232
+ <artifactId>mina-core</artifactId>
233
+ </exclusion>
234
<exclusion>
235
<groupId>org.apache.servicemix.bundles</groupId>
236
<artifactId>org.apache.servicemix.bundles.dom4j</artifactId>
0 commit comments