| | |
| | | <module>product-server-mobile-core</module> |
| | | <module>product-server-device</module> |
| | | <module>product-server-web</module> |
| | | <module>product-server-device</module> |
| | | </modules> |
| | | <properties> |
| | | <skipTests>true</skipTests> |
| | |
| | | <twelvemonkeys.version>3.4.1</twelvemonkeys.version> |
| | | <poi.version>4.1.2</poi.version> |
| | | <pinyin4j.version>2.5.1</pinyin4j.version> |
| | | <mybatis.version>3.4.6</mybatis.version> |
| | | <mybatis-spring.version>1.3.2</mybatis-spring.version> |
| | | <commons-fileupload.version>1.3.3</commons-fileupload.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.build.version>2.0.0-release</project.build.version> |
| | | <product-module-version>2.0.0-release</product-module-version> |
| | | <product-core-version>2.1.0-release</product-core-version> |
| | | <product-device-version>2.1.0-release</product-device-version> |
| | | </properties> |
| | | <repositories> |
| | |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-core</artifactId> |
| | | <version>2.0.1</version> |
| | | <version>${product-core-version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | |
| | | <artifactId>product-server-device</artifactId> |
| | | <version>2.1.0-release</version> |
| | | </dependency> |
| | | <!--项目管理--> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-project-server-contract</artifactId> |
| | | <version>2.0.0-release</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-project-server-base</artifactId> |
| | | <version>2.0.0-release</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-project-managment</artifactId> |
| | | <version>2.0.0-release</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-project-server-customer</artifactId> |
| | | <version>2.0.0-release</version> |
| | | </dependency> |
| | | |
| | | <!--子模块:end--> |
| | | |
| | | <!--第三方依赖:start--> |
| | |
| | | <artifactId>poi-tl</artifactId> |
| | | <version>1.10.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.deepoove</groupId> |
| | | <artifactId>poi-tl</artifactId> |
| | | <version>1.10.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | |
| | | <artifactId>thumbnailator</artifactId> |
| | | <version>${thumbnailator.version}</version> |
| | | </dependency> |
| | | <!-- 支持CMYK图片 --> |
| | | <dependency> |
| | | <groupId>com.twelvemonkeys.imageio</groupId> |
| | | <artifactId>imageio-jpeg</artifactId> |
| | | <version>${twelvemonkeys.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | |
| | | <artifactId>ojdbc8</artifactId> |
| | | <version>21.1.0.0</version> |
| | | </dependency> |
| | | <!-- 华为高斯数据库 --> |
| | | <dependency> |
| | | <groupId>com.huaweicloud.dws</groupId> |
| | | <artifactId>huaweicloud-dws-jdbc</artifactId> |
| | | <version>8.3.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |