<?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>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
<version>2.1.3.RELEASE</version>
|
</parent>
|
<groupId>com.lx</groupId>
|
<version>2.0.0</version>
|
<artifactId>product-server-seal</artifactId>
|
<name>product-server-seal</name>
|
<description>product-server-seal</description>
|
<dependencies>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-common</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-util</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-core</artifactId>
|
<version>2.0.0-SNAPSHOT</version>
|
</dependency>
|
<dependency>
|
<groupId>org.spring</groupId>
|
<artifactId>spring-server-master</artifactId>
|
<version>1.2.6.0</version>
|
</dependency>
|
</dependencies>
|
</project>
|