Skip to content

Commit

Permalink
spring-projectsgh-10333 after merge upstream fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nor-ek committed Oct 21, 2021
1 parent cd43cdf commit 310b237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
COMMIT_SHA: ${{ github.sha }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
RUN_JOBS: true
RUN_JOBS: ${{ github.repository == 'spring-projects/spring-security' }}

jobs:
prerequisites:
Expand Down
1 change: 1 addition & 0 deletions config/spring-security-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {
provided 'jakarta.servlet:jakarta.servlet-api'

testImplementation project(':spring-security-aspects')
testImplementation project(':spring-security-cas')
testImplementation project(':spring-security-test')
testImplementation project(path : ':spring-security-core', configuration : 'tests')
testImplementation project(path : ':spring-security-ldap', configuration : 'tests')
Expand Down

0 comments on commit 310b237

Please sign in to comment.