Skip to content

Commit

Permalink
Merge branch '6.1.x' into 6.2.x
Browse files Browse the repository at this point in the history
Closes gh-14640
  • Loading branch information
jzheaux committed Feb 20, 2024
2 parents 836b350 + 008296c commit 65cce7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions etc/s101/project.java.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="relative-to" value="const(THIS_FILE)/../.." />
<property name="action-set-mod" value="1" />
<property name="detail-mode" value="true" />
<property name="hide-deprecated" value="false" />
<property name="hide-deprecated" value="true" />
<property name="resolve-name-clashes" value="true" />
<property name="project-excluded" />
<property name="show-needs-to-compile" value="false" />
Expand All @@ -29,11 +29,8 @@
<classpathentry kind="lib" path="oauth2/oauth2-core/build/classes/java/main" module="spring-security-oauth2-core" />
<classpathentry kind="lib" path="oauth2/oauth2-jose/build/classes/java/main" module="spring-security-oauth2-jose" />
<classpathentry kind="lib" path="oauth2/oauth2-resource-server/build/classes/java/main" module="spring-security-oauth2-resource-server" />
<classpathentry kind="lib" path="remoting/build/classes/java/main" module="spring-security-remoting" />
<classpathentry kind="lib" path="rsocket/build/classes/java/main" module="spring-security-rsocket" />
<classpathentry kind="lib" path="saml2/saml2-service-provider/build/classes/java/main" module="spring-security-saml2-service-provider" />
<classpathentry kind="lib" path="saml2/saml2-service-provider/build/classes/java/opensaml3Main" module="spring-security-saml2-service-provider" />
<classpathentry kind="lib" path="saml2/saml2-service-provider/build/classes/java/opensaml4Main" module="spring-security-saml2-service-provider" />
<classpathentry kind="lib" path="taglibs/build/classes/java/main" module="spring-security-taglibs" />
<classpathentry kind="lib" path="test/build/classes/java/main" module="spring-security-test" />
<classpathentry kind="lib" path="web/build/classes/java/main" module="spring-security-web" />
Expand Down

0 comments on commit 65cce7e

Please sign in to comment.