sl-express/sl-express-ms-transport-inf.../pom.xml

36 lines
1.3 KiB
XML
Raw Normal View History

2023-09-04 16:40:17 +08: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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sl-express</groupId>
<artifactId>sl-express-parent</artifactId>
<version>1.4</version>
</parent>
<groupId>com.sl-express.ms.transport-info</groupId>
<artifactId>sl-express-ms-transport-info-api</artifactId>
<version>1.1-SNAPSHOT</version>
<description>运输信息微服务- Feign接口</description>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<transport-info-domain.version>1.1-SNAPSHOT</transport-info-domain.version>
</properties>
<dependencies>
<dependency>
<groupId>com.sl-express.ms.transport-info</groupId>
<artifactId>sl-express-ms-transport-info-domain</artifactId>
<version>${transport-info-domain.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
</dependencies>
</project>