Skip to content

Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #28725

Closed
@MoonLord-LM

Description

@MoonLord-LM

[ org.elasticsearch.distribution.integ-test-zip:elasticsearch ] is not a [ .jar ] file but a [ .zip ] file !
So the [ spring-boot-dependencies.pom ] is not correct !
<type>zip</type> is missing !

group("org.elasticsearch.distribution.integ-test-zip") {
	modules = [
		"elasticsearch"
	]
}
<dependency>
  <groupId>org.elasticsearch.distribution.integ-test-zip</groupId>
  <artifactId>elasticsearch</artifactId>
  <version>${elasticsearch.version}</version>
</dependency>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions