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:24:11 UTC

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

Tom Beerbower created AMBARI-9631:
-------------------------------------

             Summary: 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


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