Hello, I'm trying to build Wayang with simply mvn clean install but I'm running into an error related to org.json:
[WARNING] Unable to obtain POM for artifact: org.apache.wayang:wayang-core:jar:0.6.0-SNAPSHOT:compile org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.json:json:jar is missing. @ line 42, column 21 And I also have an error msg about licenses: [WARNING] There are 1 forbidden licenses used: [WARNING] License: 'BSD 3-Clause' used by 1 dependencies: -Scala Library (org.scala-lang:scala-library:2.11.12 - http://www.scala-lang.org/) This is my full Maven output: https://gist.github.com/ggevay/bed90d5f7dddc7ea24fca635565b499f Is there something wrong with my setup? Should I specify any Maven profile? I tried checking out the code to a fresh empty dir, but the same errors came. Best, Gábor
