| @@ -62,10 +62,12 @@ | |||||
| <executable>true</executable> | <executable>true</executable> | ||||
| <layout>ZIP</layout> | <layout>ZIP</layout> | ||||
| <excludeGroupIds> | <excludeGroupIds> | ||||
| antlr, | |||||
| cn.afterturn, | cn.afterturn, | ||||
| ch.qos.logback, | ch.qos.logback, | ||||
| com.alibaba, | com.alibaba, | ||||
| com.amazonaws, | com.amazonaws, | ||||
| com.mchange, | |||||
| com.fasterxml.jackson.core, | com.fasterxml.jackson.core, | ||||
| com.fasterxml.jackson.dataformat, | com.fasterxml.jackson.dataformat, | ||||
| com.fasterxml.jackson.datatype, | com.fasterxml.jackson.datatype, | ||||
| @@ -81,6 +83,7 @@ | |||||
| com.google.protobuf, | com.google.protobuf, | ||||
| com.google.zxing, | com.google.zxing, | ||||
| com.jayway.jsonpath, | com.jayway.jsonpath, | ||||
| com.jhlabs, | |||||
| com.puppycrawl.tools, | com.puppycrawl.tools, | ||||
| com.rabbitmq, | com.rabbitmq, | ||||
| com.squareup.okhttp3, | com.squareup.okhttp3, | ||||
| @@ -92,12 +95,14 @@ | |||||
| commons-beanutils, | commons-beanutils, | ||||
| commons-cli, | commons-cli, | ||||
| commons-codec, | commons-codec, | ||||
| commons-collections, | |||||
| commons-io, | commons-io, | ||||
| commons-logging, | commons-logging, | ||||
| io.lettuce, | io.lettuce, | ||||
| io.netty, | io.netty, | ||||
| io.projectreactor, | io.projectreactor, | ||||
| io.springfox, | io.springfox, | ||||
| io.swagger, | |||||
| io.undertow, | io.undertow, | ||||
| javax.activation, | javax.activation, | ||||
| javax.mail, | javax.mail, | ||||
| @@ -107,19 +112,16 @@ | |||||
| junit, | junit, | ||||
| mysql, | mysql, | ||||
| net.bytebuddy, | net.bytebuddy, | ||||
| net.bytebuddy, | |||||
| net.minidev, | net.minidev, | ||||
| net.sf.saxon, | net.sf.saxon, | ||||
| ognl, | ognl, | ||||
| ommons-collections, | |||||
| org.antlr, | |||||
| org.apache.commons, | org.apache.commons, | ||||
| org.apache.httpcomponents, | org.apache.httpcomponents, | ||||
| org.apache.logging.log4j | |||||
| org.apache.logging.log4j, | |||||
| org.apache.poi, | org.apache.poi, | ||||
| org.apache.poi.wso2, | org.apache.poi.wso2, | ||||
| org.apache.rocketmq, | org.apache.rocketmq, | ||||
| org.apache.rocketmq, | |||||
| org.apache.shiro, | |||||
| org.apache.shiro, | org.apache.shiro, | ||||
| org.apache.tomcat.embed, | org.apache.tomcat.embed, | ||||
| org.apache.xmlbeans, | org.apache.xmlbeans, | ||||
| @@ -133,6 +135,8 @@ | |||||
| org.hibernate.validator, | org.hibernate.validator, | ||||
| org.jasypt, | org.jasypt, | ||||
| org.javassist, | org.javassist, | ||||
| org.jboss.spec.javax.annotation, | |||||
| org.jboss.xnio, | |||||
| org.jdom, | org.jdom, | ||||
| org.mockito, | org.mockito, | ||||
| org.mybatis, | org.mybatis, | ||||
| @@ -146,12 +150,14 @@ | |||||
| org.springframework.amqp, | org.springframework.amqp, | ||||
| org.springframework.boot, | org.springframework.boot, | ||||
| org.springframework.data, | org.springframework.data, | ||||
| org.springframework.retry, | |||||
| org.springframework.ws, | org.springframework.ws, | ||||
| org.yaml, | |||||
| redis.clients, | redis.clients, | ||||
| software.amazon.ion, | software.amazon.ion, | ||||
| tk.mybatis, | tk.mybatis, | ||||
| xmlpull, | xmlpull, | ||||
| xpp3, | |||||
| xpp3 | |||||
| </excludeGroupIds> | </excludeGroupIds> | ||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||
| @@ -32,10 +32,12 @@ | |||||
| <executable>true</executable> | <executable>true</executable> | ||||
| <layout>ZIP</layout> | <layout>ZIP</layout> | ||||
| <excludeGroupIds> | <excludeGroupIds> | ||||
| antlr, | |||||
| cn.afterturn, | cn.afterturn, | ||||
| ch.qos.logback, | ch.qos.logback, | ||||
| com.alibaba, | com.alibaba, | ||||
| com.amazonaws, | com.amazonaws, | ||||
| com.mchange, | |||||
| com.fasterxml.jackson.core, | com.fasterxml.jackson.core, | ||||
| com.fasterxml.jackson.dataformat, | com.fasterxml.jackson.dataformat, | ||||
| com.fasterxml.jackson.datatype, | com.fasterxml.jackson.datatype, | ||||
| @@ -51,6 +53,7 @@ | |||||
| com.google.protobuf, | com.google.protobuf, | ||||
| com.google.zxing, | com.google.zxing, | ||||
| com.jayway.jsonpath, | com.jayway.jsonpath, | ||||
| com.jhlabs, | |||||
| com.puppycrawl.tools, | com.puppycrawl.tools, | ||||
| com.rabbitmq, | com.rabbitmq, | ||||
| com.squareup.okhttp3, | com.squareup.okhttp3, | ||||
| @@ -62,12 +65,14 @@ | |||||
| commons-beanutils, | commons-beanutils, | ||||
| commons-cli, | commons-cli, | ||||
| commons-codec, | commons-codec, | ||||
| commons-collections, | |||||
| commons-io, | commons-io, | ||||
| commons-logging, | commons-logging, | ||||
| io.lettuce, | io.lettuce, | ||||
| io.netty, | io.netty, | ||||
| io.projectreactor, | io.projectreactor, | ||||
| io.springfox, | io.springfox, | ||||
| io.swagger, | |||||
| io.undertow, | io.undertow, | ||||
| javax.activation, | javax.activation, | ||||
| javax.mail, | javax.mail, | ||||
| @@ -77,19 +82,16 @@ | |||||
| junit, | junit, | ||||
| mysql, | mysql, | ||||
| net.bytebuddy, | net.bytebuddy, | ||||
| net.bytebuddy, | |||||
| net.minidev, | net.minidev, | ||||
| net.sf.saxon, | net.sf.saxon, | ||||
| ognl, | ognl, | ||||
| ommons-collections, | |||||
| org.antlr, | |||||
| org.apache.commons, | org.apache.commons, | ||||
| org.apache.httpcomponents, | org.apache.httpcomponents, | ||||
| org.apache.logging.log4j | |||||
| org.apache.logging.log4j, | |||||
| org.apache.poi, | org.apache.poi, | ||||
| org.apache.poi.wso2, | org.apache.poi.wso2, | ||||
| org.apache.rocketmq, | org.apache.rocketmq, | ||||
| org.apache.rocketmq, | |||||
| org.apache.shiro, | |||||
| org.apache.shiro, | org.apache.shiro, | ||||
| org.apache.tomcat.embed, | org.apache.tomcat.embed, | ||||
| org.apache.xmlbeans, | org.apache.xmlbeans, | ||||
| @@ -103,6 +105,8 @@ | |||||
| org.hibernate.validator, | org.hibernate.validator, | ||||
| org.jasypt, | org.jasypt, | ||||
| org.javassist, | org.javassist, | ||||
| org.jboss.spec.javax.annotation, | |||||
| org.jboss.xnio, | |||||
| org.jdom, | org.jdom, | ||||
| org.mockito, | org.mockito, | ||||
| org.mybatis, | org.mybatis, | ||||
| @@ -116,12 +120,14 @@ | |||||
| org.springframework.amqp, | org.springframework.amqp, | ||||
| org.springframework.boot, | org.springframework.boot, | ||||
| org.springframework.data, | org.springframework.data, | ||||
| org.springframework.retry, | |||||
| org.springframework.ws, | org.springframework.ws, | ||||
| org.yaml, | |||||
| redis.clients, | redis.clients, | ||||
| software.amazon.ion, | software.amazon.ion, | ||||
| tk.mybatis, | tk.mybatis, | ||||
| xmlpull, | xmlpull, | ||||
| xpp3, | |||||
| xpp3 | |||||
| </excludeGroupIds> | </excludeGroupIds> | ||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||
| @@ -32,10 +32,12 @@ | |||||
| <executable>true</executable> | <executable>true</executable> | ||||
| <layout>ZIP</layout> | <layout>ZIP</layout> | ||||
| <excludeGroupIds> | <excludeGroupIds> | ||||
| antlr, | |||||
| cn.afterturn, | cn.afterturn, | ||||
| ch.qos.logback, | ch.qos.logback, | ||||
| com.alibaba, | com.alibaba, | ||||
| com.amazonaws, | com.amazonaws, | ||||
| com.mchange, | |||||
| com.fasterxml.jackson.core, | com.fasterxml.jackson.core, | ||||
| com.fasterxml.jackson.dataformat, | com.fasterxml.jackson.dataformat, | ||||
| com.fasterxml.jackson.datatype, | com.fasterxml.jackson.datatype, | ||||
| @@ -51,6 +53,7 @@ | |||||
| com.google.protobuf, | com.google.protobuf, | ||||
| com.google.zxing, | com.google.zxing, | ||||
| com.jayway.jsonpath, | com.jayway.jsonpath, | ||||
| com.jhlabs, | |||||
| com.puppycrawl.tools, | com.puppycrawl.tools, | ||||
| com.rabbitmq, | com.rabbitmq, | ||||
| com.squareup.okhttp3, | com.squareup.okhttp3, | ||||
| @@ -62,12 +65,14 @@ | |||||
| commons-beanutils, | commons-beanutils, | ||||
| commons-cli, | commons-cli, | ||||
| commons-codec, | commons-codec, | ||||
| commons-collections, | |||||
| commons-io, | commons-io, | ||||
| commons-logging, | commons-logging, | ||||
| io.lettuce, | io.lettuce, | ||||
| io.netty, | io.netty, | ||||
| io.projectreactor, | io.projectreactor, | ||||
| io.springfox, | io.springfox, | ||||
| io.swagger, | |||||
| io.undertow, | io.undertow, | ||||
| javax.activation, | javax.activation, | ||||
| javax.mail, | javax.mail, | ||||
| @@ -77,19 +82,16 @@ | |||||
| junit, | junit, | ||||
| mysql, | mysql, | ||||
| net.bytebuddy, | net.bytebuddy, | ||||
| net.bytebuddy, | |||||
| net.minidev, | net.minidev, | ||||
| net.sf.saxon, | net.sf.saxon, | ||||
| ognl, | ognl, | ||||
| ommons-collections, | |||||
| org.antlr, | |||||
| org.apache.commons, | org.apache.commons, | ||||
| org.apache.httpcomponents, | org.apache.httpcomponents, | ||||
| org.apache.logging.log4j | |||||
| org.apache.logging.log4j, | |||||
| org.apache.poi, | org.apache.poi, | ||||
| org.apache.poi.wso2, | org.apache.poi.wso2, | ||||
| org.apache.rocketmq, | org.apache.rocketmq, | ||||
| org.apache.rocketmq, | |||||
| org.apache.shiro, | |||||
| org.apache.shiro, | org.apache.shiro, | ||||
| org.apache.tomcat.embed, | org.apache.tomcat.embed, | ||||
| org.apache.xmlbeans, | org.apache.xmlbeans, | ||||
| @@ -103,6 +105,8 @@ | |||||
| org.hibernate.validator, | org.hibernate.validator, | ||||
| org.jasypt, | org.jasypt, | ||||
| org.javassist, | org.javassist, | ||||
| org.jboss.spec.javax.annotation, | |||||
| org.jboss.xnio, | |||||
| org.jdom, | org.jdom, | ||||
| org.mockito, | org.mockito, | ||||
| org.mybatis, | org.mybatis, | ||||
| @@ -116,12 +120,14 @@ | |||||
| org.springframework.amqp, | org.springframework.amqp, | ||||
| org.springframework.boot, | org.springframework.boot, | ||||
| org.springframework.data, | org.springframework.data, | ||||
| org.springframework.retry, | |||||
| org.springframework.ws, | org.springframework.ws, | ||||
| org.yaml, | |||||
| redis.clients, | redis.clients, | ||||
| software.amazon.ion, | software.amazon.ion, | ||||
| tk.mybatis, | tk.mybatis, | ||||
| xmlpull, | xmlpull, | ||||
| xpp3, | |||||
| xpp3 | |||||
| </excludeGroupIds> | </excludeGroupIds> | ||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||
| @@ -29,10 +29,12 @@ | |||||
| <executable>true</executable> | <executable>true</executable> | ||||
| <layout>ZIP</layout> | <layout>ZIP</layout> | ||||
| <excludeGroupIds> | <excludeGroupIds> | ||||
| antlr, | |||||
| cn.afterturn, | cn.afterturn, | ||||
| ch.qos.logback, | ch.qos.logback, | ||||
| com.alibaba, | com.alibaba, | ||||
| com.amazonaws, | com.amazonaws, | ||||
| com.mchange, | |||||
| com.fasterxml.jackson.core, | com.fasterxml.jackson.core, | ||||
| com.fasterxml.jackson.dataformat, | com.fasterxml.jackson.dataformat, | ||||
| com.fasterxml.jackson.datatype, | com.fasterxml.jackson.datatype, | ||||
| @@ -48,6 +50,7 @@ | |||||
| com.google.protobuf, | com.google.protobuf, | ||||
| com.google.zxing, | com.google.zxing, | ||||
| com.jayway.jsonpath, | com.jayway.jsonpath, | ||||
| com.jhlabs, | |||||
| com.puppycrawl.tools, | com.puppycrawl.tools, | ||||
| com.rabbitmq, | com.rabbitmq, | ||||
| com.squareup.okhttp3, | com.squareup.okhttp3, | ||||
| @@ -59,12 +62,14 @@ | |||||
| commons-beanutils, | commons-beanutils, | ||||
| commons-cli, | commons-cli, | ||||
| commons-codec, | commons-codec, | ||||
| commons-collections, | |||||
| commons-io, | commons-io, | ||||
| commons-logging, | commons-logging, | ||||
| io.lettuce, | io.lettuce, | ||||
| io.netty, | io.netty, | ||||
| io.projectreactor, | io.projectreactor, | ||||
| io.springfox, | io.springfox, | ||||
| io.swagger, | |||||
| io.undertow, | io.undertow, | ||||
| javax.activation, | javax.activation, | ||||
| javax.mail, | javax.mail, | ||||
| @@ -74,19 +79,16 @@ | |||||
| junit, | junit, | ||||
| mysql, | mysql, | ||||
| net.bytebuddy, | net.bytebuddy, | ||||
| net.bytebuddy, | |||||
| net.minidev, | net.minidev, | ||||
| net.sf.saxon, | net.sf.saxon, | ||||
| ognl, | ognl, | ||||
| ommons-collections, | |||||
| org.antlr, | |||||
| org.apache.commons, | org.apache.commons, | ||||
| org.apache.httpcomponents, | org.apache.httpcomponents, | ||||
| org.apache.logging.log4j | |||||
| org.apache.logging.log4j, | |||||
| org.apache.poi, | org.apache.poi, | ||||
| org.apache.poi.wso2, | org.apache.poi.wso2, | ||||
| org.apache.rocketmq, | org.apache.rocketmq, | ||||
| org.apache.rocketmq, | |||||
| org.apache.shiro, | |||||
| org.apache.shiro, | org.apache.shiro, | ||||
| org.apache.tomcat.embed, | org.apache.tomcat.embed, | ||||
| org.apache.xmlbeans, | org.apache.xmlbeans, | ||||
| @@ -100,6 +102,8 @@ | |||||
| org.hibernate.validator, | org.hibernate.validator, | ||||
| org.jasypt, | org.jasypt, | ||||
| org.javassist, | org.javassist, | ||||
| org.jboss.spec.javax.annotation, | |||||
| org.jboss.xnio, | |||||
| org.jdom, | org.jdom, | ||||
| org.mockito, | org.mockito, | ||||
| org.mybatis, | org.mybatis, | ||||
| @@ -113,12 +117,14 @@ | |||||
| org.springframework.amqp, | org.springframework.amqp, | ||||
| org.springframework.boot, | org.springframework.boot, | ||||
| org.springframework.data, | org.springframework.data, | ||||
| org.springframework.retry, | |||||
| org.springframework.ws, | org.springframework.ws, | ||||
| org.yaml, | |||||
| redis.clients, | redis.clients, | ||||
| software.amazon.ion, | software.amazon.ion, | ||||
| tk.mybatis, | tk.mybatis, | ||||
| xmlpull, | xmlpull, | ||||
| xpp3, | |||||
| xpp3 | |||||
| </excludeGroupIds> | </excludeGroupIds> | ||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||
| @@ -29,10 +29,12 @@ | |||||
| <executable>true</executable> | <executable>true</executable> | ||||
| <layout>ZIP</layout> | <layout>ZIP</layout> | ||||
| <excludeGroupIds> | <excludeGroupIds> | ||||
| antlr, | |||||
| cn.afterturn, | cn.afterturn, | ||||
| ch.qos.logback, | ch.qos.logback, | ||||
| com.alibaba, | com.alibaba, | ||||
| com.amazonaws, | com.amazonaws, | ||||
| com.mchange, | |||||
| com.fasterxml.jackson.core, | com.fasterxml.jackson.core, | ||||
| com.fasterxml.jackson.dataformat, | com.fasterxml.jackson.dataformat, | ||||
| com.fasterxml.jackson.datatype, | com.fasterxml.jackson.datatype, | ||||
| @@ -48,6 +50,7 @@ | |||||
| com.google.protobuf, | com.google.protobuf, | ||||
| com.google.zxing, | com.google.zxing, | ||||
| com.jayway.jsonpath, | com.jayway.jsonpath, | ||||
| com.jhlabs, | |||||
| com.puppycrawl.tools, | com.puppycrawl.tools, | ||||
| com.rabbitmq, | com.rabbitmq, | ||||
| com.squareup.okhttp3, | com.squareup.okhttp3, | ||||
| @@ -59,12 +62,14 @@ | |||||
| commons-beanutils, | commons-beanutils, | ||||
| commons-cli, | commons-cli, | ||||
| commons-codec, | commons-codec, | ||||
| commons-collections, | |||||
| commons-io, | commons-io, | ||||
| commons-logging, | commons-logging, | ||||
| io.lettuce, | io.lettuce, | ||||
| io.netty, | io.netty, | ||||
| io.projectreactor, | io.projectreactor, | ||||
| io.springfox, | io.springfox, | ||||
| io.swagger, | |||||
| io.undertow, | io.undertow, | ||||
| javax.activation, | javax.activation, | ||||
| javax.mail, | javax.mail, | ||||
| @@ -74,19 +79,16 @@ | |||||
| junit, | junit, | ||||
| mysql, | mysql, | ||||
| net.bytebuddy, | net.bytebuddy, | ||||
| net.bytebuddy, | |||||
| net.minidev, | net.minidev, | ||||
| net.sf.saxon, | net.sf.saxon, | ||||
| ognl, | ognl, | ||||
| ommons-collections, | |||||
| org.antlr, | |||||
| org.apache.commons, | org.apache.commons, | ||||
| org.apache.httpcomponents, | org.apache.httpcomponents, | ||||
| org.apache.logging.log4j | |||||
| org.apache.logging.log4j, | |||||
| org.apache.poi, | org.apache.poi, | ||||
| org.apache.poi.wso2, | org.apache.poi.wso2, | ||||
| org.apache.rocketmq, | org.apache.rocketmq, | ||||
| org.apache.rocketmq, | |||||
| org.apache.shiro, | |||||
| org.apache.shiro, | org.apache.shiro, | ||||
| org.apache.tomcat.embed, | org.apache.tomcat.embed, | ||||
| org.apache.xmlbeans, | org.apache.xmlbeans, | ||||
| @@ -100,6 +102,8 @@ | |||||
| org.hibernate.validator, | org.hibernate.validator, | ||||
| org.jasypt, | org.jasypt, | ||||
| org.javassist, | org.javassist, | ||||
| org.jboss.spec.javax.annotation, | |||||
| org.jboss.xnio, | |||||
| org.jdom, | org.jdom, | ||||
| org.mockito, | org.mockito, | ||||
| org.mybatis, | org.mybatis, | ||||
| @@ -113,12 +117,14 @@ | |||||
| org.springframework.amqp, | org.springframework.amqp, | ||||
| org.springframework.boot, | org.springframework.boot, | ||||
| org.springframework.data, | org.springframework.data, | ||||
| org.springframework.retry, | |||||
| org.springframework.ws, | org.springframework.ws, | ||||
| org.yaml, | |||||
| redis.clients, | redis.clients, | ||||
| software.amazon.ion, | software.amazon.ion, | ||||
| tk.mybatis, | tk.mybatis, | ||||
| xmlpull, | xmlpull, | ||||
| xpp3, | |||||
| xpp3 | |||||
| </excludeGroupIds> | </excludeGroupIds> | ||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||
| @@ -37,10 +37,12 @@ | |||||
| <executable>true</executable> | <executable>true</executable> | ||||
| <layout>ZIP</layout> | <layout>ZIP</layout> | ||||
| <excludeGroupIds> | <excludeGroupIds> | ||||
| antlr, | |||||
| cn.afterturn, | cn.afterturn, | ||||
| ch.qos.logback, | ch.qos.logback, | ||||
| com.alibaba, | com.alibaba, | ||||
| com.amazonaws, | com.amazonaws, | ||||
| com.mchange, | |||||
| com.fasterxml.jackson.core, | com.fasterxml.jackson.core, | ||||
| com.fasterxml.jackson.dataformat, | com.fasterxml.jackson.dataformat, | ||||
| com.fasterxml.jackson.datatype, | com.fasterxml.jackson.datatype, | ||||
| @@ -56,6 +58,7 @@ | |||||
| com.google.protobuf, | com.google.protobuf, | ||||
| com.google.zxing, | com.google.zxing, | ||||
| com.jayway.jsonpath, | com.jayway.jsonpath, | ||||
| com.jhlabs, | |||||
| com.puppycrawl.tools, | com.puppycrawl.tools, | ||||
| com.rabbitmq, | com.rabbitmq, | ||||
| com.squareup.okhttp3, | com.squareup.okhttp3, | ||||
| @@ -67,12 +70,14 @@ | |||||
| commons-beanutils, | commons-beanutils, | ||||
| commons-cli, | commons-cli, | ||||
| commons-codec, | commons-codec, | ||||
| commons-collections, | |||||
| commons-io, | commons-io, | ||||
| commons-logging, | commons-logging, | ||||
| io.lettuce, | io.lettuce, | ||||
| io.netty, | io.netty, | ||||
| io.projectreactor, | io.projectreactor, | ||||
| io.springfox, | io.springfox, | ||||
| io.swagger, | |||||
| io.undertow, | io.undertow, | ||||
| javax.activation, | javax.activation, | ||||
| javax.mail, | javax.mail, | ||||
| @@ -82,19 +87,16 @@ | |||||
| junit, | junit, | ||||
| mysql, | mysql, | ||||
| net.bytebuddy, | net.bytebuddy, | ||||
| net.bytebuddy, | |||||
| net.minidev, | net.minidev, | ||||
| net.sf.saxon, | net.sf.saxon, | ||||
| ognl, | ognl, | ||||
| ommons-collections, | |||||
| org.antlr, | |||||
| org.apache.commons, | org.apache.commons, | ||||
| org.apache.httpcomponents, | org.apache.httpcomponents, | ||||
| org.apache.logging.log4j | |||||
| org.apache.logging.log4j, | |||||
| org.apache.poi, | org.apache.poi, | ||||
| org.apache.poi.wso2, | org.apache.poi.wso2, | ||||
| org.apache.rocketmq, | org.apache.rocketmq, | ||||
| org.apache.rocketmq, | |||||
| org.apache.shiro, | |||||
| org.apache.shiro, | org.apache.shiro, | ||||
| org.apache.tomcat.embed, | org.apache.tomcat.embed, | ||||
| org.apache.xmlbeans, | org.apache.xmlbeans, | ||||
| @@ -108,6 +110,8 @@ | |||||
| org.hibernate.validator, | org.hibernate.validator, | ||||
| org.jasypt, | org.jasypt, | ||||
| org.javassist, | org.javassist, | ||||
| org.jboss.spec.javax.annotation, | |||||
| org.jboss.xnio, | |||||
| org.jdom, | org.jdom, | ||||
| org.mockito, | org.mockito, | ||||
| org.mybatis, | org.mybatis, | ||||
| @@ -121,12 +125,14 @@ | |||||
| org.springframework.amqp, | org.springframework.amqp, | ||||
| org.springframework.boot, | org.springframework.boot, | ||||
| org.springframework.data, | org.springframework.data, | ||||
| org.springframework.retry, | |||||
| org.springframework.ws, | org.springframework.ws, | ||||
| org.yaml, | |||||
| redis.clients, | redis.clients, | ||||
| software.amazon.ion, | software.amazon.ion, | ||||
| tk.mybatis, | tk.mybatis, | ||||
| xmlpull, | xmlpull, | ||||
| xpp3, | |||||
| xpp3 | |||||
| </excludeGroupIds> | </excludeGroupIds> | ||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||