Hi,
I am creating project through maven,always my bundle is in INSTALLED position if i use of these dependencies in pom.xml file and what is the use these dependencies.
<
dependency
>
<
groupId
>com.adobe.aem</
groupId
>
<
artifactId
>uber-jar</
artifactId
>
<
version
>6.1.0</
version
>
<
scope
>provided</
scope
>
<
classifier
>obfuscated-apis</
classifier
>
</
dependency
>
<
dependency
>
<
groupId
>org.apache.geronimo.specs</
groupId
>
<
artifactId
>geronimo-atinject_1.0_spec</
artifactId
>
<
version
>1.0</
version
>
<
scope
>provided</
scope
>
</
dependency
>
Regards
VeeraReddy.Ch