You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/02/13 19:19:11 UTC

[jira] [Commented] (AMBARI-9631) Views : Clean up pom.xml files under ambari-views.

    [ https://issues.apache.org/jira/browse/AMBARI-9631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320494#comment-14320494 ] 

Hadoop QA commented on AMBARI-9631:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12698759/AMBARI-9631.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-views/examples/calculator-view ambari-views/examples/favorite-view ambari-views/examples/hello-servlet-view ambari-views/examples/helloworld-view ambari-views/examples/phone-list-view ambari-views/examples/property-validator-view ambari-views/examples/property-view ambari-views/examples/restricted-view ambari-views/examples/simple-view ambari-views/examples/weather-view.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/1679//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/1679//console

This message is automatically generated.

> Views : Clean up pom.xml files under ambari-views.
> --------------------------------------------------
>
>                 Key: AMBARI-9631
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9631
>             Project: Ambari
>          Issue Type: Task
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-9631.patch
>
>
> # Remove unnecessary dependencies in ambari-views pom.xml. {code}
>       <dependency>
>         <groupId>com.google.inject</groupId>
>         <artifactId>guice</artifactId>
>         <version>4.0-beta</version>
>       </dependency>
>       <dependency>
>         <groupId>com.googlecode.json-simple</groupId>
>         <artifactId>json-simple</artifactId>
>         <version>1.1.1</version>
>       </dependency>
>       <dependency>
>         <groupId>org.apache.ambari</groupId>
>         <artifactId>ambari-views</artifactId>
>         <version>2.0.0.0</version>
>       </dependency>{code}
> # Update ambari.version property in all pom.xml files under ambari-views.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)