| | |
| | | <groupId>org.apache.shiro</groupId> |
| | | <artifactId>shiro-core</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>guava</artifactId> |
| | | <groupId>com.google.guava</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <groupId>commons-beanutils</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | |
| | | <groupId>com.github.xiaoymin</groupId> |
| | | <artifactId>knife4j-spring-boot-starter</artifactId> |
| | | <version>${knife4j-spring-boot-starter.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>guava</artifactId> |
| | | <groupId>com.google.guava</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- 代码生成器 --> |
| | |
| | | <exclusion> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>xercesImpl</artifactId> |
| | | <groupId>xerces</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>asm</artifactId> |
| | | <groupId>org.ow2.asm</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | |
| | | <groupId>org.pegdown</groupId> |
| | | <artifactId>pegdown</artifactId> |
| | | <version>${pegdown.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>asm</artifactId> |
| | | <groupId>org.ow2.asm</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.hibernate</groupId> |
| | |
| | | <groupId>dom4j</groupId> |
| | | <artifactId>dom4j</artifactId> |
| | | <version>${dom4j.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>xml-apis</artifactId> |
| | | <groupId>xml-apis</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- fileupload --> |
| | | <dependency> |
| | |
| | | <artifactId>okhttp</artifactId> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>checker-qual</artifactId> |
| | | <groupId>org.checkerframework</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- 企业微信和钉钉 api --> |
| | |
| | | <artifactId>commons-lang</artifactId> |
| | | <groupId>commons-lang</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>commons-logging</artifactId> |
| | | <groupId>commons-logging</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>commons-collections</artifactId> |
| | | <groupId>commons-collections</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- 积木报表--> |