# Maven reference to custom repository on google code

**URL:** https://discuss.elastic.co/t/maven-reference-to-custom-repository-on-google-code/6214
**Category:** Elasticsearch
**Created:** [December 21, 2011, 10:23pm UTC](https://discuss.elastic.co/t/maven-reference-to-custom-repository-on-google-code/6214 "2011-12-21T22:23:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jminard](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jminard/32/1848_2.png) [@jminard](https://discuss.elastic.co/u/jminard)
#### Post date: [December 21, 2011, 10:23pm UTC](https://discuss.elastic.co/t/maven-reference-to-custom-repository-on-google-code/6214/1 "2011-12-21T22:23:48Z")

</div>

Hey Shay,

The Maven build has the repository pointing at Google code SVN. Are  
those only dependencies that are not available elsewhere on a public  
repository, or are any custom versions of those other projects?

Thanks

- Jayson

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [December 22, 2011, 12:47am UTC](https://discuss.elastic.co/t/maven-reference-to-custom-repository-on-google-code/6214/2 "2011-12-22T00:47:31Z")

</div>

Yea, those are mainly the concurrency (jsr166) libs used by elasticsearch  
that I compile myself (the ones included in Java 7 and upcoming Java 8).  
They are not available on public repo. You don't really need to worry about  
it when you reference elasticsearch in your pom, since they get shaded  
(embedded) in the elasticsearch jar, so the final pom of elasticsearch does  
not reference it.

On Thu, Dec 22, 2011 at 12:23 AM, jminard [jayson.minard@gmail.com](mailto:jayson.minard@gmail.com) wrote:

> Hey Shay,
> 
> The Maven build has the repository pointing at Google code SVN. Are  
> those only dependencies that are not available elsewhere on a public  
> repository, or are any custom versions of those other projects?
> 
> Thanks
> 
> - Jayson

---

<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: [July 6, 2017, 3:44am UTC](https://discuss.elastic.co/t/maven-reference-to-custom-repository-on-google-code/6214/3 "2017-07-06T03:44:40Z")

</div>


