There is only one dependency now and no need to import the pom to the dependency. (I could say a lot about that...)
Just add this as a dependency on the root pom or in all poms that needs it.
<
dependency
>
<
groupid
>com.adobe.aem</
groupid
>
<
artifactid
>aem-api</
artifactid
>
<
version
>6.0.0.1</
version
>
<
scope
>provided</
scope
>
</
dependency
>