ITarray Automotion with appium

Hi,
I am trying to integrate the net.itarray automotion with appium to validate the visual tests.
When I add the below dependency in my maven pom.xml

net.itarray automotion 2.0.4

I am getting the compilation error with driver creation:
error: no suitable constructor found for IOSDriver(URL,DesiredCapabilities)
[ERROR] constructor IOSDriver.IOSDriver(AppiumCommandExecutor,Capabilities) is not applicable
[ERROR] (argument mismatch; URL cannot be converted to AppiumCommandExecutor)
[ERROR] constructor IOSDriver.IOSDriver(URL,Capabilities) is not applicable
[ERROR] (argument mismatch; DesiredCapabilities cannot be converted to Capabilities)
[ERROR] constructor IOSDriver.IOSDriver(AppiumDriverLocalService,Capabilities) is not applicable
[ERROR] (argument mismatch; URL cannot be converted to AppiumDriverLocalService)
[ERROR] constructor IOSDriver.IOSDriver(AppiumServiceBuilder,Capabilities) is not applicable
[ERROR] (argument mismatch; URL cannot be converted to AppiumServiceBuilder)
[ERROR] constructor IOSDriver.IOSDriver(Factory,Capabilities) is not applicable
[ERROR] (argument mismatch; URL cannot be converted to Factory)

Above error for Android as well.
However when I comment the itarray dependency, error goes away.

Does it mean that it cannot be integrated with appium native capabilities ?