What is the best way to include a third party jar in to AEM bundle?
I have seen somewhere in the forum people recommend to use the maven scope system. if I include my jar location(local maven repo path) in the system path and embed that in the pom, the jar will be embedded in the AEM bundle and it would work fine. If I commit that code in the GIT other developers will need to change the repo path location corresponding to the local. Is that a good approach? Or do we have a recommended practice for this?