Skip to content

Spurious dependencies in bmc-encryption #385

Closed
@ljnelson

Description

@ljnelson

(I know I'm filing a lot of "issues". They're all tiny. Just noticing things as I dig into the project and don't want them to get lost, that's all. Do with them what you will!)

I noticed that the following dependencies, when removed entirely from bmc-encryption, do not impact a full build (with tests) in any way:

<dependency>
    <groupId>com.fasterxml.jackson.datatype</groupId>
    <artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
    <groupId>com.fasterxml.jackson.datatype</groupId>
    <artifactId>jackson-datatype-jdk8</artifactId>
</dependency>

Metadata

Metadata

Assignees

No one assigned

    Labels

    SDKIssue pertains to the SDK itself and not specific to any service

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions