Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
All
-
Small
Description
When a transitive dependencies in tck has a <classifier> tag, it is added to the dependencies.txt in next format:
groupId:artifactId:classifier:version:scope
(i.e. io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.66.Final:compile)
and when install connector from jar to studio, it's asking for a jar netty-transport-native-epoll with version "linux-x86_64" whereas car contains correct version (4.1.66.Final)
The fix might be done on the studio side (in case we really need to store that classifier in current order), so you can freely move this Jira to TUP