How to add thirdPartyLicense.lic license file in AEM maven project ?
Hi Team,
I have dependency with a third party maven java library where in order to use that library we need a license. I received license from that third party vendor (thirdPartyLicense.lic). Now how can I include/use this third party library license in my AEM project? @lukasz-m @kautuk_sahni
lets consider below third party dependency that I want in my project.
<dependency>
<groupId>com.abc.def</groupId>
<artifactId>abc.def</artifactId>
<version>4.8.0</version>
</dependency>
Thanks in Advance!