| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?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-dependencies-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../ability/aivfo-framework-build/aivfo-dependencies-parent/pom.xml</relativePath>
- </parent>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-dependencies-spring-boot-module</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-log-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-oplog-client</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-mqtt-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-dfs-client-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-kafka-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-web-servlet-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-web-reactive-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-doc-spring-boot-start</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-mybatis-plus-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-nacos-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-openfeign-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-notify-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-safety-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-jna-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-identify-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-monitor-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-prometheus-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-feishu-spring-boot-starter</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-xxljob-spring-boot</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-quartz-spring-boot</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.aivfo</groupId>
- <artifactId>aivfo-jni-spring-boot</artifactId>
- <version>${revision}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </project>
|