Added dependency on the spring-security-oauth2 project. Download SSOAuth
from https://github.com/SpringSource/spring-security-oauth.git and import to workspace as a project from Git; link this projet to it and keep it up-to-date.pull/59/head
parent
539578f7a3
commit
dd4daeb20e
|
@ -10,5 +10,6 @@
|
||||||
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
|
<classpathentry combineaccessrules="false" kind="src" path="/spring-security-oauth2"/>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
Loading…
Reference in New Issue