dekorateio / dekorate

Tools for generating Kubernetes related manifests.
Apache License 2.0
471 stars 101 forks source link

Dekorate BOM declares a non-existing dependency #1207

Closed alvarosanchez closed 1 year ago

alvarosanchez commented 1 year ago

Dekorate BOM (as of current 3.6.1 version) declares:

            <dependency>
                <groupId>io.dekorate</groupId>
                <artifactId>dekorate-formatter</artifactId>
                <version>3.6.1</version>
            </dependency>

Which doesn't exist, and never had a 3.x release.

Please, either remove it or publish a formatter version.

iocanel commented 1 year ago

You're right the formatter is indeed missing from 3.x releases. Even though it's an internal module I don't recall this to be intentional.