You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by GitBox <gi...@apache.org> on 2022/11/10 10:43:02 UTC

[GitHub] [ambari-metrics] lucasbak opened a new pull request, #58: AMBARI-25562 Nightly test is failing due to Ambari Metrics Host Aggre…

lucasbak opened a new pull request, #58:
URL: https://github.com/apache/ambari-metrics/pull/58

   
   ## What changes were proposed in this pull request?
   
   AMBARI-25562 Nightly test is failing due to Ambari Metrics Host Aggregator
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[GitHub] [ambari-metrics] kevinw66 merged pull request #58: AMBARI-25562 Nightly test is failing due to Ambari Metrics Host Aggre…

Posted by GitBox <gi...@apache.org>.
kevinw66 merged PR #58:
URL: https://github.com/apache/ambari-metrics/pull/58


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[GitHub] [ambari-metrics] kevinw66 commented on a diff in pull request #58: AMBARI-25562 Nightly test is failing due to Ambari Metrics Host Aggre…

Posted by GitBox <gi...@apache.org>.
kevinw66 commented on code in PR #58:
URL: https://github.com/apache/ambari-metrics/pull/58#discussion_r1019463723


##########
ambari-metrics-host-aggregator/pom.xml:
##########
@@ -55,12 +56,18 @@
         <dependency>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-json</artifactId>
-            <version>1.11</version>
+            <version>${jersey.version}</version>
         </dependency>
         <dependency>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-server</artifactId>
-            <version>1.11</version>
+            <version>${jersey.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm</artifactId>
+                </exclusion>
+             </exclusions>

Review Comment:
   Indent problem here~



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org