<?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>run.mone</groupId>
    <artifactId>docean-plugin</artifactId>
    <version>1.6.1-jdk21</version>
  </parent>
  <artifactId>docean-plugin-dubbo</artifactId>
  <dependencies>
    <dependency>
      <groupId>run.mone</groupId>
      <artifactId>docean-plugin-config</artifactId>
    </dependency>
    <dependency>
      <groupId>run.mone</groupId>
      <artifactId>dubbo</artifactId>
      <version>2.7.12-mone-v8-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>run.mone</groupId>
      <artifactId>nacos-client</artifactId>
      <version>1.2.1-mone-v3-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>run.mone</groupId>
      <artifactId>dubbo-registry-nacos</artifactId>
      <version>1.2.1-mone-SNAPSHOT</version>
    </dependency>
  </dependencies>
</project>
