# Java client 5.0, encryption

**URL:** https://discuss.elastic.co/t/java-client-5-0-encryption/58750
**Category:** Elasticsearch
**Created:** [August 23, 2016, 10:00pm UTC](https://discuss.elastic.co/t/java-client-5-0-encryption/58750 "2016-08-23T22:00:23Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![robert-blankenship](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/robert-blankenship/32/11287_2.png) [@robert-blankenship](https://discuss.elastic.co/u/robert-blankenship)
#### Post date: [August 26, 2016, 6:49pm UTC](https://discuss.elastic.co/t/java-client-5-0-encryption/58750/5 "2016-08-26T18:49:06Z")

</div>

Hi @rjernst, thanks for your reply.

Here is my `build.sbt` file:

```auto
resolvers += "elasticsearch-releases" at "https://maven.elasticsearch.org/releases"

libraryDependencies ++= Seq(
  "com.amazonaws" % "aws-java-sdk" % "1.9.8",
  "com.jcraft" % "jsch" % "0.1.53",
  "org.elasticsearch.plugin" % "x-pack" % "5.0.0-alpha4",
  "org.elasticsearch.client" % "transport" % "5.0.0-alpha5"
)

```

I'm unable to pull in `5.0.0-alpha5` of Xpack due to a build issue: [Can't get 5.0.0-alpha5 from Maven](https://discuss.elastic.co/t/cant-get-5-0-0-alpha5-from-maven/58726/2)

---

_[View the full topic](https://discuss.elastic.co/t/java-client-5-0-encryption/58750)._
