2023-06-01 14:59:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<parent>
|
2024-05-27 14:37:44 +08:00
|
|
|
<groupId>com.microservices</groupId>
|
2024-05-27 10:10:44 +08:00
|
|
|
<artifactId>microservices-common</artifactId>
|
2023-06-01 14:59:53 +08:00
|
|
|
<version>3.6.2</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
2024-05-27 10:10:44 +08:00
|
|
|
<artifactId>microservices-common-async</artifactId>
|
2023-06-01 14:59:53 +08:00
|
|
|
|
|
|
|
|
<description>
|
2024-05-27 16:51:36 +08:00
|
|
|
microservices-common-async异步
|
2023-06-01 14:59:53 +08:00
|
|
|
</description>
|
|
|
|
|
</project>
|