Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Wrong scope of public api's dependencies #199

@rosolko

Description

@rosolko

Describe the bug
All public available api's dependencies should be placed in api scope

Note: If I want to implement ResponseFilter I should manually add io.netty:netty-codec:4.1.43.Final library to my project. And it can produce library version incompatibility.

To Reproduce
Steps to reproduce the behavior:

  1. Try to implement ResponseFilter

Expected behavior
io.netty.handler.codec.http.HttpResponse is available for use

Screenshots
Class isn't in Compile scope. By default it has Runtime scope.

Please complete the following information:

  • OS: macOS 10.15.1 (19B88)

Additional context
To fix this issue place all public available api and dependencies in api scope instead of implementation

Metadata

Metadata

Assignees

No one assigned

    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