You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ne...@apache.org on 2022/05/27 17:11:04 UTC

[helix] branch master updated: Cleanup ivy file in helix-view-aggregator (#2110)

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

nealsun 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 0589fa96a Cleanup ivy file in helix-view-aggregator (#2110)
0589fa96a is described below

commit 0589fa96a4dd66654b6c07206165e93747fd3304
Author: Qi (Quincy) Qu <qq...@linkedin.com>
AuthorDate: Fri May 27 10:10:58 2022 -0700

    Cleanup ivy file in helix-view-aggregator (#2110)
    
    Remove unused code block
---
 helix-view-aggregator/helix-view-aggregator-1.0.5-SNAPSHOT.ivy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/helix-view-aggregator/helix-view-aggregator-1.0.5-SNAPSHOT.ivy b/helix-view-aggregator/helix-view-aggregator-1.0.5-SNAPSHOT.ivy
index a304a0558..cc8948ae5 100644
--- a/helix-view-aggregator/helix-view-aggregator-1.0.5-SNAPSHOT.ivy
+++ b/helix-view-aggregator/helix-view-aggregator-1.0.5-SNAPSHOT.ivy
@@ -41,9 +41,6 @@ under the License.
     <dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" rev="2.17.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
         <artifact name="log4j-slf4j-impl" ext="jar"/>
     </dependency>
-    <--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="org.apache.helix" name="helix-core" rev="1.0.5-SNAPSHOT" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
 		<dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
 		<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>