mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-01 09:42:11 +00:00
Upgraded to Elasticsearch 2.4 as version before that are not compatiblewith Jackson 2.8 [0]. Removed the now unsupported Groovy plugin registration way and added groovy-lang as test scope dependency but had to disable the only Groovy related test as it seems to be unclear how to activate the Groovy plugin in an embedded Elasticsearch server [1]. [0] https://github.com/elastic/elasticsearch/issues/20089 [1] https://discuss.elastic.co/t/after-upgrade-from-es-2-1-1-to-es-2-2-0-groovy-scripting-is-broken/40977
20 lines
935 B
Plaintext
20 lines
935 B
Plaintext
Bundle-ManifestVersion: 2
|
|
Bundle-SymbolicName: org.springframework.data.elasticsearch
|
|
Bundle-Name: ${project.name}
|
|
Bundle-Vendor: Pivotal Software, Inc.
|
|
Bundle-Version: ${project.version}
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Export-Template:
|
|
org.springframework.data.elasticsearch.*;version="${project.version}"
|
|
Import-Template:
|
|
javax.enterprise.*;version="${cdi:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
org.apache.commons.lang.*;version="${commonslang:[=.=.=,+1.0.0)}",
|
|
com.fasterxml.jackson.*;version="${jackson:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
org.elasticsearch.*;version="${elasticsearch:[=.=.=,+1.0.0)}",
|
|
org.apache.lucene.*;version="5.5.0",
|
|
org.joda.time.*;version="${jodatime:[=.=.=,+1.0.0)}",
|
|
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",
|
|
org.springframework.*;version="${spring:[=.=.=.=,+1.0.0)}",
|
|
org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}",
|
|
org.w3c.*;version="0.0.0"
|