Hello,
I have tried to get both the Tonr1 and Tonr2 projects running locally. I download the source and try to run mvn install, mvn jetty:run, or pretty much anything, but I get the following error:
Code:Project build error: Non-resolvable parent POM org.springframework.security.oauth:spring-security-oauth-parent:1.0.0.M1 for org.springframework.security.oauth:tonr2:1.0.0.M1: Failed to resolve POM for org.springframework.security.oauth:spring-security-oauth-parent:1.0.0.M1 due to Missing: ---------- 1) org.springframework.security.oauth:spring-security-oauth-parent:pom:1.0.0.M1 ---------- 1 required artifact is missing. for artifact: org.springframework.security.oauth:spring-security-oauth-parent:pom:1.0.0.M1 from the specified remote repositories: central (http://repo1.maven.org/maven2, releases=true, snapshots=false)


Reply With Quote