0

Let's say I have a project whose dependency:tree prints like this.

[INFO] group:a:jar:1.0
[INFO] +- group:b:jar:1.0:compile
[INFO] |  +- group:c:jar:1.0:compile

Can I refer group:c:version which is 1.0 in group:a's pom.xml?

I know it's weird but I'm facing this situation.

Jin Kwon
  • 20,295
  • 14
  • 115
  • 184
  • 1
    This was asked [here](http://stackoverflow.com/q/23891067/1743880) with no answer, but that's because I don't think it is possible. [This](http://stackoverflow.com/q/14861242/1743880) might be relevant also. – Tunaki Nov 19 '15 at 20:15
  • Answered. http://stackoverflow.com/a/33815038/330457 – Jin Kwon Nov 19 '15 at 21:53
  • @JinKwon You should close this question if you've answered it elsewhere. – heenenee Nov 20 '15 at 07:06

0 Answers0