# Pom missing for 5.3.1 SNAPSHOT?

**URL:** https://discuss.elastic.co/t/pom-missing-for-5-3-1-snapshot/82061
**Category:** Elasticsearch
**Created:** [April 11, 2017, 10:25pm UTC](https://discuss.elastic.co/t/pom-missing-for-5-3-1-snapshot/82061 "2017-04-11T22:25:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![seinecle](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/seinecle/32/17272_2.png) [@seinecle](https://discuss.elastic.co/u/seinecle)
#### Post date: [April 11, 2017, 10:25pm UTC](https://discuss.elastic.co/t/pom-missing-for-5-3-1-snapshot/82061/1 "2017-04-11T22:25:32Z")

</div>

Hi!

Running the Java client fine in version 5.3.0.

Now, I try to reproduce the Java API graph exploration example posted in April 2016:

> [@Java API for Graph](https://discuss.elastic.co/t/java-api-for-graph/48076/2):
>
> Hi Sharad, Below is a demo which obviously depends on core elasticsearch resources and the jar from the xpack plugin for graph: package org.elasticsearch; import java.net.InetAddress; import java.util.Collection; import org.elasticsearch.client.transport.TransportClient; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.transport.InetSocketTransportAddress; import org.elasticsearch.graph.GraphPlugin; import org.elasticsearch.graph.action.GraphExploreAction; i…

This example uses TransportClient.builder().addPlugin(GraphPlugin.class), and this syntax is not available in the stable relase 5.3.0 of the Java API I believe.

Trying to update in maven to 5.3.1 SNAPSHOT, I get:

"The POM for org.elasticsearch:elasticsearch:jar:5.3.1-SNAPSHOT is missing, no dependency information available"

(using NetBeans).

Any pointer?

Thx!

---

<div class="post-metadata">

### Author: ![rjernst](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rjernst/32/6363_2.png) [@rjernst](https://discuss.elastic.co/u/rjernst)
#### Post date: [April 12, 2017, 7:02am UTC](https://discuss.elastic.co/t/pom-missing-for-5-3-1-snapshot/82061/2 "2017-04-12T07:02:40Z")

</div>

Do you have the elastic maven snapshot repository configured? The repository path is `https://snapshots.elastic.co/maven`

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 10, 2017, 7:05am UTC](https://discuss.elastic.co/t/pom-missing-for-5-3-1-snapshot/82061/3 "2017-05-10T07:05:41Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
