https://github.com/hackjutsu/stackoverflow-maven-jackson
https://github.com/hackjutsu/stackoverflow-maven-jackson
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackjutsu/stackoverflow-maven-jackson
- Owner: hackjutsu
- Created: 2017-05-07T00:54:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T02:11:31.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T20:13:21.443Z (about 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steps to reproduce the issue for this [stackOverflow question](http://stackoverflow.com/questions/43826718/noclassdeffounderror-of-com-fasterxml-jackson-databind-objectmapper-with-maven?noredirect=1#comment74691351_43826718).
```bash
git clone https://github.com/hackjutsu/StackOverflow-Maven-Jackson.git
cd StackOverflow-Maven-Jackson
mvn clean install
java -jar target/Demo-1.0-SNAPSHOT.jar
```
-----
Check out the `fixed` branch to see the fix.
https://github.com/hackjutsu/StackOverflow-Maven-Jackson/tree/fixed