I have these dependencies:
mystuff-8.6.10.jar : version 8.6 build 10
mystuff-8.6.tf.5.jar : version 8.6.tf build 5; this is a post 8.6 version build
yourstuff-8.6.20.jar : version 8.6 build 20
I would like to use the dynamic version to get these 2 dependencies:
mystuff-8.6.tf.5.jar
yourstuff-8.6.20.jar
Is there some way I can specify to first look for 8.6.tf.+ and then if it is not
found to look for 8.6.+?
Regards,
Geri