License information in pom files

We are using maven and license plugin for collecting license information on third party libraries we are using. The license information is missing from some of your distributed pom files. So we get the following warnings in our build process:
There are 4 dependencies with no license :

  • com.aspose–aspose-cells–18.1
  • com.aspose–aspose-imaging–18.11
  • com.aspose–aspose-pdf–18.1
  • com.aspose–aspose-words–17.1.0

This is missing:
<licenses>
<license>
<name>Aspose EULA</name>
<url>http://www.aspose.com/corporate/purchase/end-user-license-agreement.aspx</url>
<distribution>repo</distribution>
</license>
</licenses>

Could you update the pom information on your repository to correct these issues?

@mbarlund,
The versions which you are referring are pretty older ones. Could you please try latest versions of POM and see if still the warning are there?