Re: weird error - property substitution not working

2024-05-09 Thread Tomo Suzuki
My guess: Project A’s parent pom in your local Maven repository is outdated. Regards, Tomo On Thu, May 9, 2024 at 21:43 Siddharth Jain wrote: > Hello, > > I have a property defined in parent pom: > > 1.17.3 > > I have project A that has following: > > > com.microsoft.onnxruntime > onnxruntime

weird error - property substitution not working

2024-05-09 Thread Siddharth Jain
Hello, I have a property defined in parent pom: 1.17.3 I have project A that has following: com.microsoft.onnxruntime onnxruntime ${onnxruntime.version} it installs fine. I have project B that has following: com.example projectA ${project.version} test this give me this bizarre error on