spring-projects / spring-projects/spring-data-rest
generated POM defines dependencies with wrong scope [DATAREST-157]
Open
@odrotbohm is already working on this.
Since Dec 31, 2020.
type: enhancement
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Thomas Darimont opened DATAREST-157 and commented
Github Author: snicoll
Github Last-Updated: 2012-10-01T14:01:34Z
This issue was automatically imported from github
There are a set of dependencies that are wrong in the RC3 release for this project
- The slf4j logback should be optional or provided. We're using log4j and we had to exclude the dependency (otherwise you get two different bindings and log4j does not know which one to choose)
- hsqldb should be provided. I assume it's being used only for the sample web application
- The hibernate entity manager and validator should be optional probably
Reference URL: https://api.github.com/repos/SpringSource/spring-data-rest/issues/39
Contributor guide
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.
Assessment
This issue has not been assessed yet.