I am trying to use elasticsearch in maven project. I built 0.7.0-snapshot
locally and installed into local maven repo. But when added this dependency
into my maven project then it requires transitive dependencies like
com.sun.jdmk:jmxtools:pom:1.2.1 and com.sun.jmx:jmxri:pom:1.2.1. However,
these jars are not available in public maven repos due to licencing issues.
One easy solution seems to be adding exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point in
time. Does anybody have experience developing with ES using maven? Are those
JARs needed?
I am trying to use elasticsearch in maven project. I built 0.7.0-snapshot
locally and installed into local maven repo. But when added this dependency
into my maven project then it requires transitive dependencies like
com.sun.jdmk:jmxtools:pom:1.2.1 and com.sun.jmx:jmxri:pom:1.2.1. However,
these jars are not available in public maven repos due to licencing issues.
One easy solution seems to be adding exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point in
time. Does anybody have experience developing with ES using maven? Are those
JARs needed?
I am trying to use elasticsearch in maven project. I built 0.7.0-snapshot
locally and installed into local maven repo. But when added this dependency
into my maven project then it requires transitive dependencies like
com.sun.jdmk:jmxtools:pom:1.2.1 and com.sun.jmx:jmxri:pom:1.2.1. However,
these jars are not available in public maven repos due to licencing issues.
One easy solution seems to be adding exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point in
time. Does anybody have experience developing with ES using maven? Are those
JARs needed?
I am trying to use elasticsearch in maven project. I built 0.7.0-snapshot
locally and installed into local maven repo. But when added this dependency
into my maven project then it requires transitive dependencies like
com.sun.jdmk:jmxtools:pom:1.2.1 and com.sun.jmx:jmxri:pom:1.2.1. However,
these jars are not available in public maven repos due to licencing issues.
One easy solution seems to be adding exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point in
time. Does anybody have experience developing with ES using maven? Are those
JARs needed?
I am trying to use elasticsearch in maven project. I built
0.7.0-snapshot locally and installed into local maven repo. But when added
this dependency into my maven project then it requires transitive
dependencies like com.sun.jdmk:jmxtools:pom:1.2.1 and
com.sun.jmx:jmxri:pom:1.2.1. However, these jars are not available in public
maven repos due to licencing issues. One easy solution seems to be adding
exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point in
time. Does anybody have experience developing with ES using maven? Are those
JARs needed?
I am trying to use elasticsearch in maven project. I built
0.7.0-snapshot locally and installed into local maven repo. But when added
this dependency into my maven project then it requires transitive
dependencies like com.sun.jdmk:jmxtools:pom:1.2.1 and
com.sun.jmx:jmxri:pom:1.2.1. However, these jars are not available in public
maven repos due to licencing issues. One easy solution seems to be adding
exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point in
time. Does anybody have experience developing with ES using maven? Are those
JARs needed?
If you have a look at the pom (that I linked in the previous mail), then ES
does not rely on either slf4j or log4j (it has "yet another" lightweight
logging abstarction). Are you using gradle install or are you resolving it
from elasticsearch snapshot repo? If you will notice, you will see that
elasticsearch only relies on netty and lucene (much work has been done in
this version to reduce and jarjar the deps).
I am trying to use elasticsearch in maven project. I built
0.7.0-snapshot locally and installed into local maven repo. But when added
this dependency into my maven project then it requires transitive
dependencies like com.sun.jdmk:jmxtools:pom:1.2.1 and
com.sun.jmx:jmxri:pom:1.2.1. However, these jars are not available in public
maven repos due to licencing issues. One easy solution seems to be adding
exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point
in time. Does anybody have experience developing with ES using maven? Are
those JARs needed?
I did gradle install and it produced elasticsearch-0.7.0-SNAPSHOT.jar along
with pom file which includes compile time dependency on log4j and other
libraries (see my second mail for full list). So if I have a maven project
which has only one dependency, i.e.
org.elasticsearch
elasticsearch
0.7.0-SNAPSHOT
then I have to exclude
If you have a look at the pom (that I linked in the previous mail), then ES
does not rely on either slf4j or log4j (it has "yet another" lightweight
logging abstarction). Are you using gradle install or are you resolving it
from elasticsearch snapshot repo? If you will notice, you will see that
elasticsearch only relies on netty and lucene (much work has been done in
this version to reduce and jarjar the deps).
I am trying to use elasticsearch in maven project. I built
0.7.0-snapshot locally and installed into local maven repo. But when added
this dependency into my maven project then it requires transitive
dependencies like com.sun.jdmk:jmxtools:pom:1.2.1 and
com.sun.jmx:jmxri:pom:1.2.1. However, these jars are not available in public
maven repos due to licencing issues. One easy solution seems to be adding
exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point
in time. Does anybody have experience developing with ES using maven? Are
those JARs needed?
I did gradle install and it produced elasticsearch-0.7.0-SNAPSHOT.jar along
with pom file which includes compile time dependency on log4j and other
libraries (see my second mail for full list). So if I have a maven project
which has only one dependency, i.e.
If you have a look at the pom (that I linked in the previous mail), then
ES does not rely on either slf4j or log4j (it has "yet another" lightweight
logging abstarction). Are you using gradle install or are you resolving it
from elasticsearch snapshot repo? If you will notice, you will see that
elasticsearch only relies on netty and lucene (much work has been done in
this version to reduce and jarjar the deps).
I am trying to use elasticsearch in maven project. I built
0.7.0-snapshot locally and installed into local maven repo. But when added
this dependency into my maven project then it requires transitive
dependencies like com.sun.jdmk:jmxtools:pom:1.2.1 and
com.sun.jmx:jmxri:pom:1.2.1. However, these jars are not available in public
maven repos due to licencing issues. One easy solution seems to be adding
exclusions into pom.xml
The question is if I elasticsearch will need this jars at some point
in time. Does anybody have experience developing with ES using maven? Are
those JARs needed?
I did gradle install and it produced elasticsearch-0.7.0-SNAPSHOT.jar
along with pom file which includes compile time dependency on log4j and
other libraries (see my second mail for full list). So if I have a maven
project which has only one dependency, i.e.
If you have a look at the pom (that I linked in the previous mail), then
ES does not rely on either slf4j or log4j (it has "yet another" lightweight
logging abstarction). Are you using gradle install or are you resolving it
from elasticsearch snapshot repo? If you will notice, you will see that
elasticsearch only relies on netty and lucene (much work has been done in
this version to reduce and jarjar the deps).
I am trying to use elasticsearch in maven project. I built
0.7.0-snapshot locally and installed into local maven repo. But when added
this dependency into my maven project then it requires transitive
dependencies like com.sun.jdmk:jmxtools:pom:1.2.1 and
com.sun.jmx:jmxri:pom:1.2.1. However, these jars are not available in public
maven repos due to licencing issues. One easy solution seems to be adding
exclusions into pom.xml
The question is if I elasticsearch will need this jars at some
point in time. Does anybody have experience developing with ES using maven?
Are those JARs needed?
I did gradle install and it produced elasticsearch-0.7.0-SNAPSHOT.jar
along with pom file which includes compile time dependency on log4j and
other libraries (see my second mail for full list). So if I have a maven
project which has only one dependency, i.e.
If you have a look at the pom (that I linked in the previous mail), then
ES does not rely on either slf4j or log4j (it has "yet another" lightweight
logging abstarction). Are you using gradle install or are you resolving it
from elasticsearch snapshot repo? If you will notice, you will see that
elasticsearch only relies on netty and lucene (much work has been done in
this version to reduce and jarjar the deps).
I am trying to use elasticsearch in maven project. I built
0.7.0-snapshot locally and installed into local maven repo. But when added
this dependency into my maven project then it requires transitive
dependencies like com.sun.jdmk:jmxtools:pom:1.2.1 and
com.sun.jmx:jmxri:pom:1.2.1. However, these jars are not available in public
maven repos due to licencing issues. One easy solution seems to be adding
exclusions into pom.xml
The question is if I elasticsearch will need this jars at some
point in time. Does anybody have experience developing with ES using maven?
Are those JARs needed?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.