2026-04-02 07:42:12 +00:00
|
|
|
|
<?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">
|
2026-03-03 06:11:34 +00:00
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<parent>
|
|
|
|
|
|
<groupId>com.bgasol</groupId>
|
|
|
|
|
|
<artifactId>plugin-discovery</artifactId>
|
2026-04-02 07:42:12 +00:00
|
|
|
|
<version>${revision}</version>
|
2026-03-03 06:11:34 +00:00
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>plugin-discovry-consul</artifactId>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
|
<artifactId>spring-cloud-starter-consul-discovery</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|