when I followed the readme file to build the source code , it throws error information as follows:
[ERROR]
The project com.opengamma.platform:og-analytics:2.1.0
(D:\source\OG-Platform-master\projects\OG-Analytics\pom.xml) has 1 error
[ERROR] ‘dependencies.dependency.version’ for org.testng:testng:jar is missing. @ line 50, column 17
it
looks like the pom file is not correct ,but I don’t know how to fix it.
Does any engineer run into this porblem? looks forward for your help.
The error comes from the Maven build system and is not one that we see. Perhaps you are running in an environment where you cannot access the Maven Central repository (due to firewall issues?). Or perhaps the maven Central repository was down temporarily when you tried to access it.
Try running the maven command again but with the “-U” option, which will requery Maven Central.