Is Joda Convert a required dependency?
See original GitHub issueProblem
I noticed that I have a version conflict in one of my projects and notice that it was conflicting with joda-convert. slick-pg_joda-time
compiles just fine without joda-convert
and I don’t see any references to class inside of joda-convert
.
Proposal
Could we remove the dependency from the library? It’s confusing to have it if slick-pg_joda-time
doesn’t depend on it.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Joda-Time – Project Dependencies
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application: ...
Read more >scala - sbt - joda convert not found - Stack Overflow
1) You already have joda from transitive dependencies so it could be used. The problem is 2 different potentially incompatible versions remains.
Read more >org.joda : joda-convert : 2.0.1 - Maven Central
Joda -Convert - Library to convert Objects to and from String.
Read more >How to parse String to Date in Java using JodaTime Example
How to use Joda-Time in Java - JAR, and dependency ... If you want to change the date format e.g. from "dd/MM/yyyy" to...
Read more >joda-beans/module-info.java at main - GitHub
module org.joda.beans {. // dependency on Joda-Convert. requires transitive org.joda.convert;. // dependency on XML parser. requires java.xml;.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@KaoruDev you’re right, it’s unnecessary anymore. I removed it at 08dde3dfccc42537b4fa240f30b78c2d322edc69
fantastic, thank you!