| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-model-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../ability/aivfo-framework-build/aivfo-project-build/aivfo-model-parent/pom.xml</relativePath>
- </parent>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-openfeign-spring-boot</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <modules>
- <module>aivfo-openfeign-spring-boot-core</module>
- <module>aivfo-openfeign-spring-boot-autoconfigure</module>
- <module>aivfo-openfeign-spring-boot-starter</module>
- </modules>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-openfeign-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-openfeign-spring-boot-autoconfigure</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-openfeign-spring-boot-core</artifactId>
- <version>${revision}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </project>
|