Hi,
Do we have the maven dependencies for WCMUse and Use? I have searched but they are not available in the adobe/nexus repositories. When will we get them? Instead of writing JAVA class under the component, I would like to make them as different bundles (so that I can use some features of eclipse while programming like auto suggestions given by eclipse IDE whe we press ctrl+space) and want to use them in <component>.html.
Thanks,
Arya
Solved! Go to Solution.
here you go...
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-api</artifactId>
<version>6.0.0.1</version>
<scope>provided</scope>
</dependency>
You only need one :-)
best,
Feike
here you go...
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-api</artifactId>
<version>6.0.0.1</version>
<scope>provided</scope>
</dependency>
You only need one :-)
best,
Feike
Hi Feike,
At the time you have given they are not in the repository. I got error whenever I added the above dependency in pom.xml. Now its working fine and I'm able to make the sightly related java files into a separate bundle they are working properly through sightly rendering logic.
Thanks,
AryA.
Views
Replies
Total Likes
Weird, because it is quite long already available as you can see via this url:
http://repo.adobe.com/nexus/content/groups/public/com/adobe/aem/aem-api/
Anyway, good that it is working now!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies