helio-starter-rocketmq-aliyun
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-rocketmq-aliyun</artifactId>
<version>2.3.0</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<parent>
<artifactId>helio-starters</artifactId>
<groupId>cc.uncarbon.framework</groupId>
<version>2.3.0</version><!-- BATCH REPLACEMENT MARK -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>helio-starter-rocketmq-aliyun</artifactId>
<properties>
</properties>
<dependencies>
<!-- 脚手架starter -->
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-core</artifactId>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-aop</artifactId>
</dependency>
<!-- 这里写其他第三方依赖 -->
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>ons-client</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>