Add compatibility with pre-3.0 versions of Jandex.
Warning
The Jandex dependency is not included by default and needs to be added toplugins.sbt
.Old
plugins.sbt
:addSbtPlugin("software.purpledragon" % "sbt-jandex" % "1.1.0")New
plugins.sbt
:addSbtPlugin("software.purpledragon" % "sbt-jandex" % "1.1.0") libraryDependencies += "io.smallrye" % "jandex" % "3.1.2"