forked from joernio/joern
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency Housekeeping: Removed
circe
, jackson
& Organised Versi…
…ons (joernio#4472) Joern has **a lot** of dependencies, and I've found `meta-build` out of sync with some `build.sbt` files specifying the same dependencies. Also, `Versions.scala` is used haphazardly and is inconsistent. This change congregates all versions there, so we can see all versions of dependencies in Joern. This all started by wondering why we have `jackson-databind`, `ujson`, and `circe` to deserialize JSON, so I removed `circe` and `jackson-databind` while keeping `ujson`. In any-case, this organizes dependencies and paves the way for removing unused ones. Note, some code in `jssrc2cpg` (@max-leuthaeuser) and `gosrc2cpg` (@pandurangpatil) were modified for the migration to deserialize with `ujson` instead of the existing libraries.
- Loading branch information
1 parent
bb4732e
commit eb57f60
Showing
23 changed files
with
245 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.