Merged
requested to merge github/fork/Edubits/fix-duplicate-jackson-datatype-jsr310-dependency into master
@@ -243,13 +243,6 @@
Created by: Edubits
The jackson-datatype-jsr310 dependency is imported twice when the java8 option is enabled. As the dependency is also imported unconditionally I removed the conditional one.
./bin/generate-samples.sh
to update all Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master. These must match the expectations made by your contribution. You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH.master
@bbdouglas @sreeshas @jfiala @lukoyanov @cbornet @jeff9finger @karismann @Zomzog @lwlee2608 @bkabrda
Preferences