cuba-platform / cuba-sdk

Software development kit for CUBA Platform
Apache License 2.0
4 stars 3 forks source link

Not all resolved dependencies exported due to "Export" functionality #96

Closed artemy63 closed 2 years ago

artemy63 commented 2 years ago

Some dependencies are missed in result zip archive. Test case:

image

It causes to unpredictable errors when using nexus repository with imported archive image

artemy63 commented 2 years ago

To clarify the problem, it related only for artefacts that have been relocated, i.e. bouncycastle:bctsp-jdk14:138 is relocated to org.bouncycastle:bctsp-jdk14:1.38. Please update your dependencies.

Can be easily reproduced when installing com.haulmont.yarg:yarg:2.2.16. This library has dependency to com.lowagie:itext:2.1.7 which has dependency to bouncycastle that has been relocated

Noticed, that during direct installation of com.lowagie:itext:2.1.7 all dependencies resolved and uploaded correctly.