Build and first use.


Manoj Waikar <mmwa...@...>
 

Hi,

I was able to build JanusGraph after cloning the Git repo.

I included the janusgraph-core and janusgraph-cassandra jar files in my project. Additionally, I had to specify the following dependencies in my pom file -

<dependency>
 
<groupId>org.apache.tinkerpop</groupId>
 
<artifactId>gremlin-core</artifactId>
 
<version>3.2.4</version>
</dependency>

<dependency>
 
<groupId>com.google.guava</groupId>
 
<artifactId>guava</artifactId>
 
<version>21.0</version>
</dependency>

<dependency>
 
<groupId>org.apache.commons</groupId>
 
<artifactId>commons-lang3</artifactId>
 
<version>3.4</version>
</dependency>

<dependency>
 
<groupId>com.netflix.astyanax</groupId>
 
<artifactId>astyanax-core</artifactId>
 
<version>3.9.0</version>
</dependency>

<dependency>
 
<groupId>com.netflix.astyanax</groupId>
 
<artifactId>astyanax-cassandra</artifactId>
 
<version>3.9.0</version>
</dependency>

<dependency>
 
<groupId>com.netflix.astyanax</groupId>
 
<artifactId>astyanax-thrift</artifactId>
 
<version>3.9.0</version>
</dependency>

<dependency>
 
<groupId>com.codahale.metrics</groupId>
 
<artifactId>metrics-core</artifactId>
 
<version>3.0.2</version>
</dependency>

<dependency>
 
<groupId>com.spatial4j</groupId>
 
<artifactId>spatial4j</artifactId>
 
<version>0.5</version>
</dependency>

Is this expected, or am I missing something?

Thanks,
Manoj.

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.