23 lines
855 B
XML
23 lines
855 B
XML
<?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.xiaomayi</groupId>
|
|
<artifactId>xiaomayi-common</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
|
|
<artifactId>xiaomayi-consul</artifactId>
|
|
|
|
<!-- 依赖声明 -->
|
|
<dependencies>
|
|
<!-- <!– Spring Cloud Consul 依赖引入 –>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
<!-- <artifactId>spring-cloud-starter-consul-discovery</artifactId>-->
|
|
<!-- </dependency>-->
|
|
</dependencies>
|
|
|
|
</project> |