Expand my Community achievements bar.

How to check dependency version in uber jar

Avatar

Level 4

Hi Team,

How can we check the version of a jar file embedded inside uber jar in aem.

For example if i want to check the version of zxing jar  present in uber jar how can we check that?

And if we want to use the upgraded version of zxing library can we use that & how to update the version?

Regards

3 Replies

Avatar

Community Advisor

You can find version information in MANIFEST.MF

1751954_pastedImage_0.png

Avatar

Level 4

But here the version is 5.9.6 but thats not the zing library version thats the version of the bundle from where its being exported.

Also my other query is can we upgrade the zxing library version.

Avatar

Community Advisor

Yes, com.google.zxing is part of cq-wcm-mobile-qrcode bundle.

You can add desired dependency version to your bundle pom file in order to override UberJar