An open API service indexing awesome lists of open source software.

https://github.com/hackjutsu/stackoverflow-maven-jackson


https://github.com/hackjutsu/stackoverflow-maven-jackson

Last synced: about 1 year ago
JSON representation

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