<?xml version="1.0" encoding="UTF-8"?>
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
<parent>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server</artifactId>
|
<version>2.0.0-release</version>
|
</parent>
|
<artifactId>product-project-server-contract</artifactId>
|
<name>product-project-server-contract</name>
|
<description>product-project-server-contract</description>
|
<dependencies>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-common</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-util</artifactId>
|
</dependency>
|
<!--releases -->
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-core</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.azure</groupId>
|
<artifactId>azure-storage-blob</artifactId>
|
<version>12.8.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.azure</groupId>
|
<artifactId>azure-storage-file-share</artifactId>
|
<version>12.6.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.microsoft.azure</groupId>
|
<artifactId>azure-storage-blob</artifactId>
|
<version>10.1.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.microsoft.azure</groupId>
|
<artifactId>azure-storage-queue</artifactId>
|
<version>10.0.0-Preview</version>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-admin</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.openoffice</groupId>
|
<artifactId>jurt</artifactId>
|
<version>3.0.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.openoffice</groupId>
|
<artifactId>ridl</artifactId>
|
<version>3.0.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.openoffice</groupId>
|
<artifactId>juh</artifactId>
|
<version>3.0.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.openoffice</groupId>
|
<artifactId>unoil</artifactId>
|
<version>3.0.1</version>
|
</dependency>
|
<dependency>
|
<groupId>commons-io</groupId>
|
<artifactId>commons-io</artifactId>
|
<version>2.4</version>
|
</dependency>
|
<dependency>
|
<groupId>commons-net</groupId>
|
<artifactId>commons-net</artifactId>
|
<version>3.7.2</version>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-tool-flow</artifactId>
|
</dependency>
|
</dependencies>
|
|
</project>
|