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

[jira] [Updated] (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:all-tabpanel ]

Tom Beerbower updated AMBARI-9631:
----------------------------------
    Attachment: AMBARI-9631.patch

> 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)