You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SOP/sop-common/sop-bridge-nacos/pom.xml

33 lines
1.2 KiB

5 years ago
<?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">
<parent>
<groupId>com.gitee.sop</groupId>
4 years ago
<artifactId>sop-parent</artifactId>
4 years ago
<version>${revision}</version>
4 years ago
<relativePath>../../pom.xml</relativePath> <!-- lookup parent from repository -->
5 years ago
</parent>
4 years ago
5 years ago
<modelVersion>4.0.0</modelVersion>
4 years ago
<artifactId>sop-bridge-nacos</artifactId>
5 years ago
<dependencies>
<dependency>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-gateway-common</artifactId>
4 years ago
<version>${project.version}</version>
5 years ago
</dependency>
<dependency>
4 years ago
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
5 years ago
</dependency>
4 years ago
5 years ago
<dependency>
4 years ago
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
5 years ago
</dependency>
</dependencies>
</project>