Take a look at the maven-shade-plugin in pom.xml.
Here is the snippet for org.spark-project.jetty :

            <relocation>
              <pattern>org.eclipse.jetty</pattern>
              <shadedPattern>org.spark-project.jetty</shadedPattern>
              <includes>
                <include>org.eclipse.jetty.**</include>
              </includes>
            </relocation>

On Thu, Apr 2, 2015 at 3:59 AM, Niranda Perera <niranda.per...@gmail.com>
wrote:

> Hi,
>
> I am looking for the org.spark-project.jetty and org.spark-project.guava
> repo locations but I'm unable to find it in the maven repository.
>
> are these publicly available?
>
> rgds
>
> --
> Niranda
>

Reply via email to