| | |
| | | </properties> |
| | | <dependencies> |
| | | <!-- 新平台所需要的包 --> |
| | | <!--client--> |
| | | <!--平台client包--> |
| | | <dependency> |
| | | <groupId>com.vci.client</groupId> |
| | | <groupId>com.vci.plt</groupId> |
| | | <artifactId>plt-clientbase</artifactId> |
| | | <version>${plt.version}</version> |
| | | </dependency> |
| | | <!--平台common包--> |
| | | <dependency> |
| | | <groupId>com.vci.client</groupId> |
| | | <artifactId>plt-client</artifactId> |
| | | <groupId>com.vci.plt</groupId> |
| | | <artifactId>plt-common</artifactId> |
| | | <version>${plt.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.vci.plt</groupId> |
| | | <artifactId>plt-slice</artifactId> |
| | | <version>${plt.version}</version> |
| | | </dependency> |
| | | |
| | | <!--client的依赖--> |
| | | <dependency> |
| | | <groupId>com.formdev</groupId> |
| | |
| | | <artifactId>uitheme</artifactId> |
| | | <version>1.3.1</version> |
| | | </dependency> |
| | | |
| | | <!--common--> |
| | | <dependency> |
| | | <groupId>com.vci.common</groupId> |
| | | <artifactId>plt-common</artifactId> |
| | | <version>${plt.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.vci.corba</groupId> |
| | | <artifactId>plt-slice</artifactId> |
| | | <version>${plt.version}</version> |
| | | </dependency> |
| | | <!--common的依赖--> |
| | | <dependency> |
| | | <groupId>com.zeroc</groupId> |
| | |
| | | <version>${plt.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-lang3</artifactId> |
| | | <version>3.1</version> |
| | | </dependency> |
| | | <!--操作xml需要--> |
| | | <dependency> |
| | | <groupId>dom4j</groupId> |
| | | <artifactId>dom4j</artifactId> |
| | | <version>1.6.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.83</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.freemarker</groupId> |
| | |
| | | <version>4.8</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-api</artifactId> |
| | | <version>2.12.4</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-core</artifactId> |
| | | <version>2.12.4</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>javax.mail</groupId> |
| | | <artifactId>mail</artifactId> |
| | | <version>1.4</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.jbpm</groupId> |
| | | <artifactId>jbpm-core</artifactId> |
| | | <version>4.3.2</version> |
| | | </dependency> |
| | | <!--commons的几个组件--> |
| | | <dependency> |
| | | <groupId>commons-net</groupId> |
| | | <artifactId>commons-net</artifactId> |
| | | <version>1.4.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>2.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-fileupload</groupId> |
| | | <artifactId>commons-fileupload</artifactId> |
| | | <version>1.3.1</version> |
| | | </dependency> |
| | | <!---zip压缩 替换antzip--> |
| | | <dependency> |
| | | <groupId>net.lingala.zip4j</groupId> |
| | | <artifactId>zip4j</artifactId> |
| | | <version>1.3.2</version> |
| | | </dependency> |
| | | <!--zip压缩所需要的jar--> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-compress</artifactId> |
| | | <version>1.9</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | </project> |