META-INF.maven.com.alibaba.rocketmq.rocketmq-client.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gw-boot-starter-aliyun-ons Show documentation
Show all versions of gw-boot-starter-aliyun-ons Show documentation
A Java Utils Libraray By Geewit
<?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>rocketmq-all</artifactId> <groupId>com.alibaba.rocketmq</groupId> <version>4.1.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-client</artifactId> <properties> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-client</artifactId> <exclusions> <exclusion> <groupId>org.apache.rocketmq</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.alibaba.rocketmq</groupId> <artifactId>rocketmq-common</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>org.apache.rocketmq</groupId> <artifactId>*</artifactId> </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-tcnative</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <contributors><contributor><properties><provider>[email protected]</provider><codeName>alibaba-rocketmq</codeName><codeUrl>['[email protected]:messaging/alibaba-rocketmq.git']@['commit 97f03258cf7dd3adc037ac05b942d35330079d10']</codeUrl><description>contributors added by SCM Plugin, please don't modify it!</description></properties></contributor></contributors> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy