mirror of
https://gitee.com/dromara/hmily.git
synced 2024-12-05 21:02:59 +08:00
add apache dubbo starter
This commit is contained in:
parent
8da8220c2f
commit
3ebcd373a3
@ -0,0 +1,28 @@
|
||||
<?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">
|
||||
<parent>
|
||||
<artifactId>hmily-spring-boot-starter</artifactId>
|
||||
<groupId>org.dromara</groupId>
|
||||
<version>2.0.4-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>hmily-spring-boot-starter-apache-dubbo</artifactId>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>hmily-spring-boot-starter-parent</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>hmily-apache-dubbo</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
@ -0,0 +1 @@
|
||||
provides: hmily-spring-boot-starter-parent
|
@ -36,6 +36,7 @@
|
||||
<module>hmily-spring-boot-starter-springcloud</module>
|
||||
<module>hmily-spring-boot-starter-motan</module>
|
||||
<module>hmily-spring-boot-starter-parent</module>
|
||||
<module>hmily-spring-boot-starter-apache-dubbo</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
|
6
pom.xml
6
pom.xml
@ -146,6 +146,12 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>hmily-spring-boot-starter-apache-dubbo</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>hmily-spring-boot-starter-springcloud</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user