question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is Joda Convert a required dependency?

See original GitHub issue

Problem

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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
tmingleicommented, Dec 24, 2019

@KaoruDev you’re right, it’s unnecessary anymore. I removed it at 08dde3dfccc42537b4fa240f30b78c2d322edc69

0reactions
KaoruDevcommented, Dec 24, 2019

fantastic, thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found