Old GroupIds Alerter demo — groupIds that moved
Every finding below is real output from
biz.lermitage.oga:oga-maven-plugin:check run against this demo's
actual pom.xml — the "before" block is the literal dependency
declaration; "after" is the same block rewritten to the coordinate the plugin
recommends. Generated 2026-08-14 09:35 UTC.
Summary
Findings (4)
com.graphql-java:graphql-java-tools → com.graphql-java-kickstart:graphql-java-tools
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>5.2.4</version>
</dependency>
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>5.2.4</version>
</dependency>
javax.activation:javax.activation-api → jakarta.activation:jakarta.activation-api
Java EE new home is Jakarta EE, see https://wiki.eclipse.org/Jakarta_EE_Maven_Coordinates
<dependency>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</dependency>
⚠ No explicit <version> here — it was inherited from the parent BOM, which does not manage the new coordinate. Add an explicit, current version.
javax.validation:validation-api → jakarta.validation:jakarta.validation-api
Java EE new home is Jakarta EE, see https://wiki.eclipse.org/Jakarta_EE_Maven_Coordinates
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
⚠ No explicit <version> here — it was inherited from the parent BOM, which does not manage the new coordinate. Add an explicit, current version.
javax.xml.bind:jaxb-api → jakarta.xml.bind:jakarta.xml.bind-api
Java EE new home is Jakarta EE, see https://wiki.eclipse.org/Jakarta_EE_Maven_Coordinates
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
⚠ No explicit <version> here — it was inherited from the parent BOM, which does not manage the new coordinate. Add an explicit, current version.