You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ji...@apache.org on 2020/07/26 00:59:43 UTC

[helix] branch master updated: Fix metrics-common ivy file (#1174)

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

jiajunwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new c2935c3  Fix metrics-common ivy file (#1174)
c2935c3 is described below

commit c2935c314d040ab6a6bc6c2cc5f14e45739683ef
Author: Huizhi Lu <ih...@gmail.com>
AuthorDate: Sat Jul 25 17:59:36 2020 -0700

    Fix metrics-common ivy file (#1174)
    
    Fix double quotes missing in metrics-common ivy dependency file.
---
 metrics-common/metrics-common-1.0.2-SNAPSHOT.ivy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metrics-common/metrics-common-1.0.2-SNAPSHOT.ivy b/metrics-common/metrics-common-1.0.2-SNAPSHOT.ivy
index 2f61086..1ab9e2a 100644
--- a/metrics-common/metrics-common-1.0.2-SNAPSHOT.ivy
+++ b/metrics-common/metrics-common-1.0.2-SNAPSHOT.ivy
@@ -43,6 +43,6 @@ under the License.
     <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
         <artifact name="slf4j-log4j12" ext="jar"/>
     </dependency>
-    <dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.2.3" conf="compile->compile(*),master(*);runtime->runtime(*)/>
+    <dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.2.3" conf="compile->compile(*),master(*);runtime->runtime(*)" />
 	</dependencies>
 </ivy-module>