This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 9f948de Update pom.xml
9f948de is described below
commit 9f948de0b29b181496669c1f80a6745b13609474
Author: von gosling <[email protected]>
AuthorDate: Fri Aug 13 18:39:12 2021 +0800
Update pom.xml
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 1ac12f3..50bc90f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,6 +283,11 @@
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
</plugin>
+ <plugin>
+ <groupId>org.eluder.coveralls</groupId>
+ <artifactId>coveralls-maven-plugin</artifactId>
+ <version>4.3.0</version>
+ </plugin>
</plugins>
</build>