spring-projects / spring-projects/spring-security-samples
Xerces dependence is not present into repo spring
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 797
- Avg merge
- 3m
- Merged PRs (30d)
- 5
Description
When get the project with zip and running the command ./gradlew :spring-security-samples-boot-saml2login:bootRun there are an error: Could not GET 'https://repo.spring.io/plugins-snapshot/org/apache/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom'. Received status code 401 from server: Unauthorized.
If we go to https://repo.spring.io/ui/native/plugins-snapshot/org and check this, we can't see the xerces dependence into apache folder.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running ./gradlew :spring-security-samples-boot-saml2login:bootRun and inspect that sample's Gradle dependency configuration for the Xerces 2.9.1 request. Compare the configured repository and dependency resolution with the repository URL in the error; done means the sample starts without the unauthorized Xerces resolution failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100