| | |
| | | <name>product-server</name> |
| | | <description>product-server</description> |
| | | <modules> |
| | | <module>product-server-web</module> |
| | | <module>home-server-admin</module> |
| | | <module>product-server-web</module> |
| | | <module>product-server-util</module> |
| | | <module>product-server-admin</module> |
| | | <module>product-server-org-admin</module> |
| | | <module>product-server-file</module> |
| | | <module>product-server-data-sync</module> |
| | | <module>product-server-common</module> |
| | | <module>product-server-print</module> |
| | | <module>product-server-tool-face</module> |
| | | <module>product-server-tool-table</module> |
| | | <module>product-server-tool-flow</module> |
| | | </modules> |
| | | <properties> |
| | | <skipTests>true</skipTests> |
| | |
| | | <UserAgentUtils.version>1.21</UserAgentUtils.version> |
| | | <thumbnailator.version>0.4.8</thumbnailator.version> |
| | | <twelvemonkeys.version>3.4.1</twelvemonkeys.version> |
| | | <poi.version>3.16</poi.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> |
| | |
| | | <dependencies> |
| | | <!--子模块:start--> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-xining</artifactId> |
| | | <version>${product-module-version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.spring</groupId> |
| | | <artifactId>spring-server-master</artifactId> |
| | | <version>1.2.6.6</version> |
| | |
| | | <artifactId>product-server-core</artifactId> |
| | | <version>2.0.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-xining</artifactId> |
| | | <artifactId>product-server-util</artifactId> |
| | | <version>${product-module-version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-util</artifactId> |
| | | <artifactId>product-server-tool-face</artifactId> |
| | | <version>${product-module-version}</version> |
| | | </dependency> |
| | | <dependency> |
| | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-tool-face</artifactId> |
| | | <version>${product-module-version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-xining</artifactId> |
| | | <artifactId>product-server-datasource</artifactId> |
| | | <version>${product-module-version}</version> |
| | | </dependency> |
| | | <!--子模块:end--> |
| | | |
| | | <!--第三方依赖:start--> |
| | | |
| | | <dependency> |
| | | <groupId>com.deepoove</groupId> |
| | | <artifactId>poi-tl</artifactId> |
| | | <version>1.10.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | |
| | | <version>${twelvemonkeys.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | <version>3.2.2</version> |
| | | </dependency> |
| | | <!--logo4j--> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-core</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-api</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-to-slf4j</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itextpdf</artifactId> |
| | | <version>5.5.13</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.pdfbox</groupId> |
| | | <artifactId>pdfbox</artifactId> |
| | | <version>2.0.25</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.pdfbox</groupId> |
| | | <artifactId>pdfbox-app</artifactId> |
| | | <version>2.0.25</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt</artifactId> |
| | | <version>0.9.1</version> |
| | | </dependency> |
| | | <!-- oracle jdbc --> |
| | | <dependency> |
| | | <groupId>com.oracle.database.nls</groupId> |
| | | <artifactId>orai18n</artifactId> |
| | | <version>19.7.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | <version>21.1.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | <version>4.12</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <!--第三方依赖:end--> |
| | | |
| | |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-core</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-api</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-to-slf4j</artifactId> |
| | | <version>2.15.0</version> |
| | | </dependency> |
| | | |
| | | <!--支持使用 JDBC 访问数据库 --> |
| | |
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | <version>3.2.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | <version>3.16</version> |
| | | <version>${poi.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | |
| | | <artifactId>sigar</artifactId> |
| | | <version>1.6.4</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | </project> |