| | |
| | | </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.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> |
| | |
| | | <groupId>com.uitheme</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> |