-
Notifications
You must be signed in to change notification settings - Fork 76
jackson-annotations are not included as a dependency within jackson-dataformat-csv #124
Comments
Hmmh. Ok, yes, introduction of value objects in |
Actually. Hmmh. No... the problem is not so much missing annotations, but more likely old version. Now: I am open to improvements that could help, and perhaps direct addition of annotations makes sense. This because |
Having had a look at the results of mvn dependency:tree things get interesting: [INFO] zauber:user-import:jar:1.0-SNAPSHOT Removing the dependency on zauber:okta-sdk-wrapper:jar:1.0-SNAPSHOT:compile results in the following: [INFO] zauber:user-import:jar:1.0-SNAPSHOT Which is correct behavior. Checking out a branch of the 2.7.0 release and removing the test scope from the jackson-annotations dependency, while reintroducing the zauber:okta-sdk-wrapper:jar:1.0-SNAPSHOT:compile dependency results in the following: [INFO] zauber:user-import:jar:1.0-SNAPSHOT Which confirms to me that the fix introduced in 34f405d works. Many thanks! |
@zauberjoe thank you for verifying this. |
When I attempt to use jackson-dataformat-csv from maven as follows:
I encounter the following error:
java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonInclude$Value
Adding the following resolves this issue:
The text was updated successfully, but these errors were encountered: