You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/07 09:47:51 UTC

[rocketmq-clients] branch master updated: Polish code (#231)

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new f258364  Polish code (#231)
f258364 is described below

commit f258364968e039f0a31927ddf5995a29fc2c87be
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Wed Sep 7 17:47:47 2022 +0800

    Polish code (#231)
---
 java/client/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/java/client/pom.xml b/java/client/pom.xml
index 72c4c26..3f0e93d 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -115,19 +115,16 @@
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
-            <version>${assertj-core.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>${mockito-core.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>
-            <version>${awaitility.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>