Skip to content

google-http-client-assembly has type pom #626

@elharo

Description

@elharo

The BOM has:

      <dependency>
        <groupId>com.google.http-client</groupId>
        <artifactId>google-http-client-assembly</artifactId>
        <version>1.29.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-assembly:current} -->
      </dependency>

However the default type of a dependency is jar, and no such jar artifact exists, only a pom. This causes problems when the dashboard tries to import this.

I need to investigate further but I think this should be

      <dependency>
        <groupId>com.google.http-client</groupId>
        <artifactId>google-http-client-assembly</artifactId>
        <version>1.29.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-assembly:current} -->
       <type>pom</type>
      </dependency>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions