Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slf4j dependency in spring-orm should be optional [SPR-6185] #10853

Closed
spring-projects-issues opened this issue Oct 4, 2009 · 3 comments
Closed
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Dave Syer opened SPR-6185 and commented


Affects: 3.0 RC1

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Dave, slf4j is just a test dependency in our Ivy and Maven descriptors... Where exactly would you expect it to be marked as optional?

Juergen

@spring-projects-issues
Copy link
Collaborator Author

Dave Syer commented

Maybe I have an old version, but it is marked as 3.0.0.BUILD-SNAPSHOT. In spring-orm pom.xml this is what I see:

<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-jdk14</artifactId>
  <version>1.5.2</version>
</dependency>

Not test, and not optional.

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

As far I see, the change to test scope was made in time for RC1. You got an outdated version indeed.

Juergen

@spring-projects-issues spring-projects-issues added type: bug A general bug in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0 RC1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants