Skip to content

Commit

Permalink
Merge pull request #2302 from steverao/rocketmq-2.2.7
Browse files Browse the repository at this point in the history
Merge branch of rocketmq-2.2.7 to master
  • Loading branch information
zkzlx authored Nov 19, 2021
2 parents 70c6a61 + 3e83807 commit 3c3ba1b
Show file tree
Hide file tree
Showing 48 changed files with 3,237 additions and 2,290 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@

<!-- Apache RocketMQ -->
<rocketmq.starter.version>2.0.4</rocketmq.starter.version>
<rocketmq.version>4.6.1</rocketmq.version>

<!-- Maven Plugin Versions -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
Expand Down Expand Up @@ -179,10 +180,20 @@
</exclusions>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.apache.rocketmq</groupId>-->
<!-- <artifactId>rocketmq-spring-boot-starter</artifactId>-->
<!-- <version>${rocketmq.starter.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
<version>${rocketmq.starter.version}</version>
<artifactId>rocketmq-client</artifactId>
<version>${rocketmq.version}</version>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-acl</artifactId>
<version>${rocketmq.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Loading

0 comments on commit 3c3ba1b

Please sign in to comment.