Hi,
Using Aspose Words for Java, version 24.10.
The Aspose aspose-words-24.10.pom
file declares the following dependency:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>${project.version}</version>
<classifier>javadoc</classifier>
</dependency>
This does not make sense. As a result of this dependency, the javadocs (over 4 MB) are included in our application.
Kind regards,
Taras
Another user highlighting this problem: Javadoc as an explicit dependency?
@TarasTielkes
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSJAVA-2994
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Hi,
Do you have any update on this?
@TarasTielkes The issue is already resolved. We removed javadoc
dependency from standard aspose-words.pom
.
@alexey.noskov thanks for the fix, and for the update
1 Like