mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-11 21:03:28 +00:00
DATAES-575 - Polishing.
Remove unused OSGi manifest template.
This commit is contained in:
parent
36f90a15cb
commit
9a867fb35f
19
template.mf
19
template.mf
@ -1,19 +0,0 @@
|
||||
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="6.4.1",
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user