You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/04/27 23:10:44 UTC

[atlas] branch branch-2.0 updated: ATLAS-3167: Exception while starting Atlas with Cassandra

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

sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 767ba95  ATLAS-3167: Exception while starting Atlas with Cassandra
767ba95 is described below

commit 767ba9532f23e2a408928aa6dcc0e544094036e0
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Sat Apr 27 16:09:58 2019 -0700

    ATLAS-3167: Exception while starting Atlas with Cassandra
    
    Signed-off-by: Sarath Subramanian <ss...@hortonworks.com>
    (cherry picked from commit b7af1096af451aa640315d0139897bff627eff72)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3493a29..08d36d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,6 +549,12 @@
     </developers>
 
     <profiles>
+        <profile>
+            <id>embedded-cassandra-solr</id>
+            <properties>
+                <guava.version>19.0</guava.version>
+            </properties>
+        </profile>
 
         <!-- Turning on this profile affects only tests and does not affect packaging -->
         <profile>