How to check dependency version in uber jar | Community
Skip to main content
Level 4
May 13, 2019

How to check dependency version in uber jar

  • May 13, 2019
  • 1 reply
  • 9816 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

BrijeshYadav
Level 5
May 13, 2019

You can find version information in MANIFEST.MF

Level 4
May 13, 2019

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.

BrijeshYadav
Level 5
May 13, 2019

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