Skip to content

Conflicting slf4j-api version #90

@honnix

Description

@honnix

It seems this repo has moved to slf4j-api 2.x, while https://github.com/java-operator-sdk/java-operator-sdk is still on 1.x. This makes code base using both repos (Maven artifacts) non-straight-forward, as 1.x and 2.x are not compatible. I ended up with having:

    <dependency>
      <groupId>io.javaoperatorsdk</groupId>
      <artifactId>kubernetes-webhooks-framework-core</artifactId>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

Would you consider making this repo stay on 1.x, which I think is still a lot more popular according to maven central? @csviri

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