You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2019/01/02 21:47:26 UTC

[ambari] branch trunk updated: [AMBARI-25079] SPI Needs to Expose Gson (#2749)

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

jonathanhurley pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 445d018  [AMBARI-25079] SPI Needs to Expose Gson (#2749)
445d018 is described below

commit 445d018cb235c110a8697f79855d2fbc841b2632
Author: Jonathan Hurley <jo...@apache.org>
AuthorDate: Wed Jan 2 16:47:21 2019 -0500

    [AMBARI-25079] SPI Needs to Expose Gson (#2749)
---
 ambari-server-spi/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ambari-server-spi/pom.xml b/ambari-server-spi/pom.xml
index 1e8f4a3..c96555f 100644
--- a/ambari-server-spi/pom.xml
+++ b/ambari-server-spi/pom.xml
@@ -164,11 +164,9 @@
   </build>  
   
   <dependencies>
-    <!-- not exposed for SPI consumers -->
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <scope>provided</scope>
     </dependency>
     
     <dependency>