Http.get is ambiguous + java11

Hi ,

I’m migrating the Lagom project from java8 to java11 .

Have the dependency on akka-http

        <groupId>com.typesafe.akka</groupId>

        <artifactId>akka-http_2.12</artifactId>

        <version>10.1.5</version>

    </dependency>

Getting the below compiler error .
reference to get is ambiguous both method get(akka.actor.ActorSystem) in akka.http.javadsl.Http and method get(akka.actor.ActorSystem) in akka.http.javadsl.Http match

Please could you help me fix this .

Thanks and Regards,
Ramya S