对比新文件 |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <parent> |
| | | <artifactId>lxzn-boot-parent</artifactId> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <version>3.4.3</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>lxzn-module-dnc</artifactId> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-boot-base-core</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-system-biz</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-flowable</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.graylog2</groupId> |
| | | <artifactId>syslog4j</artifactId> |
| | | <version>0.9.60</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.graylog2</groupId> |
| | | <artifactId>syslog4j</artifactId> |
| | | <version>0.9.60</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.bouncycastle</groupId> |
| | | <artifactId>bcprov-jdk15on</artifactId> |
| | | <version>1.68</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- MockMultipartFile --> |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-test</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-mdc-common</artifactId> |
| | | <version>3.4.3</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- pom.xml 娣诲姞FastUtil渚濊禆 --> |
| | | <dependency> |
| | | <groupId>it.unimi.dsi</groupId> |
| | | <artifactId>fastutil</artifactId> |
| | | <version>8.5.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>lxzn-module-tms</artifactId> |
| | | <version>3.4.3</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </project> |