Hi All,
I am working on xml editor in AEM , we are tring to customize some functionalities , but for that we need the fmdita dependency, not able to find the below dependency:
<dependency>
<groupId>com.adobe.fmdita</groupId>
<artifactId>api</artifactId>
<version>3.6.5</version>
</dependency>
Please help me to find from where can we download the maven dependencies related to fmdita.
Solved! Go to Solution.
Views
Replies
Total Likes
I looked around the web for the com.adobe.fmdita package, and I'm thinking that this package is an Adobe private library. I can not find any public references to this library. Also, Uber 6.5.0 cannot find such a Library. @vanegi can you have a look at this, please, and confirm?
Hi @prashanth55 ,
It should be included as a part of uber jar.
You should really only need the uber-jar.
Please add the version depending upon AEM instance version.
<dependency> | |
<groupId>com.adobe.aem</groupId> | |
<artifactId>uber-jar</artifactId> | |
<version>6.4.2</version> | |
<classifier>apis</classifier> | |
<scope>provided</scope> | |
</dependency> |
I looked around the web for the com.adobe.fmdita package, and I'm thinking that this package is an Adobe private library. I can not find any public references to this library. Also, Uber 6.5.0 cannot find such a Library. @vanegi can you have a look at this, please, and confirm?
I am not sure if you can use that, it seems private and part of paid product.
https://www.adobe.com/products/framemaker/xml-dita-editor.html
Views
Likes
Replies
Views
Likes
Replies