| | |
| | | <module>consum-base</module> |
| | | <module>consum-model-pojo</module> |
| | | <module>iplatform-base-security-consum</module> |
| | | <module>iplatform-core</module> |
| | | <module>iplatform-model-pojo</module> |
| | | <module>iplatform-base</module> |
| | | <module>iplatform-base-admin</module> |
| | | <module>iplatform-file-server</module> |
| | | <module>iplatform-base-tcp</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform</artifactId> |
| | | <version>2.3.0-SNAPSHOT</version> |
| | | </parent> |
| | | |
| | | <groupId>com.consum</groupId> |
| | | <artifactId>low-consum-manage</artifactId> |
| | |
| | | <name>low-consum-manage</name> |
| | | <packaging>pom</packaging> |
| | | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>3.2.11</version> |
| | | </parent> |
| | | |
| | | <properties> |
| | | <spring-cloud-dependencies.version>2021.0.4</spring-cloud-dependencies.version> |
| | | <spring.cloud.alibaba.version>2021.0.4.0</spring.cloud.alibaba.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <consum-base.version>1.0.0-SNAPSHOT</consum-base.version> |
| | | <consum-model-pojo.version>1.0.0-SNAPSHOT</consum-model-pojo.version> |
| | | <spring-boot.version>3.2.11</spring-boot.version> |
| | | <walker-dependencies.version>3.2.0</walker-dependencies.version> |
| | | <walker-infrastructure.version>3.2.0</walker-infrastructure.version> |
| | | <walker-cache.version>3.2.0</walker-cache.version> |
| | | <walker-support-elasticsearch.version>3.2.0</walker-support-elasticsearch.version> |
| | | <walker-support-redis.version>3.2.0</walker-support-redis.version> |
| | | <walker-support-milvus.version>3.2.0</walker-support-milvus.version> |
| | | <walker-support-remote.version>3.2.0</walker-support-remote.version> |
| | | <walker-support-kaptcha.version>3.2.0</walker-support-kaptcha.version> |
| | | <walker-scheduler.version>3.2.0</walker-scheduler.version> |
| | | <walker-jdbc-common.version>3.2.0</walker-jdbc-common.version> |
| | | <walker-jdbc.version>3.2.0</walker-jdbc.version> |
| | | <walker-jdbc-generator.version>3.2.0</walker-jdbc-generator.version> |
| | | <walker-ml-openocr.version>3.2.0</walker-ml-openocr.version> |
| | | <walker-text-semantics.version>3.2.0</walker-text-semantics.version> |
| | | <walker-file.version>3.2.0</walker-file.version> |
| | | <walker-connector.version>3.2.0</walker-connector.version> |
| | | <walker-db-meta.version>3.2.0</walker-db-meta.version> |
| | | <walker-gather-store>3.2.0</walker-gather-store> |
| | | <walker-web.version>3.2.0</walker-web.version> |
| | | <walker-web-security.version>3.2.0</walker-web-security.version> |
| | | <walker-web-driver.version>3.2.0</walker-web-driver.version> |
| | | <walker-di-support-univocity.version>3.2.0</walker-di-support-univocity.version> |
| | | <walker-jdbc-support.version>3.2.0</walker-jdbc-support.version> |
| | | <walker-etaa-group.version>3.2.0</walker-etaa-group.version> |
| | | <walker-tcp.version>3.2.0</walker-tcp.version> |
| | | <walker-push-group.version>3.2.0</walker-push-group.version> |
| | | |
| | | <dom4j.version>2.1.3</dom4j.version> |
| | | <commons-configuration.version>1.8</commons-configuration.version> |
| | | <commons-io.version>2.11.0</commons-io.version> |
| | | <commons-collection.version>4.4</commons-collection.version> |
| | | <commons-cli.version>1.4</commons-cli.version> |
| | | <ansj-seg.version>5.1.6</ansj-seg.version> |
| | | <zxing-core.version>3.4.0</zxing-core.version> |
| | | <kaptcha.version>2.3.2</kaptcha.version> |
| | | <univocity-parsers.version>2.9.1</univocity-parsers.version> |
| | | <bouncycastle.version>1.59</bouncycastle.version> |
| | | <easyexcel.version>3.2.0</easyexcel.version> |
| | | <poi.version>4.1.2</poi.version> |
| | | <jsch.version>0.1.55</jsch.version> |
| | | <top-sdk.version>1.0.5-SNAPSHOT</top-sdk.version> |
| | | <druid.version>1.2.8</druid.version> |
| | | <org-reflections.version>0.9.9</org-reflections.version> |
| | | <okhttp.version>4.9.0</okhttp.version> |
| | | <univocity-parsers.version>2.9.1</univocity-parsers.version> |
| | | <fastjson.version>1.2.83</fastjson.version> |
| | | </properties> |
| | | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.github.ulisesbocchio</groupId> |
| | | <artifactId>jasypt-spring-boot-starter</artifactId> |
| | | <version>3.0.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>${commons-io.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-collections4</artifactId> |
| | | <version>${commons-collection.version}</version> |
| | | </dependency> |
| | | |
| | | <!--获取浏览器信息 WebAgent对象使用,该类库能高效操作CSV导入导出, 2023/01/04 --> |
| | | <dependency> |
| | | <groupId>com.univocity</groupId> |
| | | <artifactId>univocity-parsers</artifactId> |
| | | <version>${univocity-parsers.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>${druid.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-core</artifactId> |
| | | <version>${walker-dependencies.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-model-pojo</artifactId> |
| | | <version>${walker-dependencies.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base</artifactId> |
| | | <version>${walker-dependencies.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base-admin</artifactId> |
| | | <version>${walker-dependencies.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-file-server</artifactId> |
| | | <version>${walker-dependencies.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base-tcp</artifactId> |
| | | <version>${walker-dependencies.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- easyExcel底层依赖poi --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>${poi.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.slf4j</groupId> |
| | | <artifactId>slf4j-api</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | <!-- 部分模块引用,在此统一定义。2023-10-29 --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>${fastjson.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 2023-06-07 运维系统基础模块 --> |
| | | <dependency> |
| | |
| | | <artifactId>low-consum-manage</artifactId> |
| | | <version>${consum-base.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- 2023-06-15 数据库对象定义模块 --> |
| | | <dependency> |
| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <groupId>com.consum</groupId> |
| | | <artifactId>iplatform-base-security-consum</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | <version>3.2.0</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |