'Vertx Ext not getting imported

I am getting errors while import vertx.ext in java and kotlin. Have included the latest vertx-ext in my pom file. Error Message :- Cannot resolve symbol ext. Have included the following code for dependency inside the pom file.

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-ext</artifactId>
    <version>38</version>
    <type>pom</type>
</dependency>

Please help how to solve this.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source