Browse Source

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
Amanda Anganes 13 years ago
parent
commit
dd4daeb20e
  1. 1
      .classpath

1
.classpath

@ -10,5 +10,6 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/spring-security-oauth2"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

Loading…
Cancel
Save