From dd8dd48a62deac875aa72f692396d114101a9ea8 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 11 Oct 2018 20:11:51 +0800 Subject: [PATCH] Revert "Various improvements (#1213)" (#1220) This reverts commit 448680e7640097d1e04ef1eca0dacab4cb9d966f. --- CONTRIBUTING.md | 2 -- modules/openapi-generator/pom.xml | 5 ----- 2 files changed, 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb4e31062dd..fe33fdcb1ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,6 @@ - Search the [open issue](https://github.com/openapitools/openapi-generator/issues) to ensure no one else has reported something similar and no one is actively working on similar proposed change. - If no one has suggested something similar, open an ["issue"](https://github.com/openapitools/openapi-generator/issues) with your suggestion to gather feedback from the community. - - If you're adding a new option to a generator, please consider using the `-t` option with customized templates instead or start a discussion first by opening an issue as we want to avoid adding too many options to the generator. - It's recommended to **create a new git branch** for the change so that the merge commit message looks nicer in the commit history. ## How to contribute @@ -49,7 +48,6 @@ Code change should conform to the programming style guide of the respective lang - Clojure: https://github.com/bbatsov/clojure-style-guide - Dart: https://www.dartlang.org/guides/language/effective-dart/style - Elixir: https://github.com/christopheradams/elixir_style_guide -- Elm: https://elm-lang.org/docs/style-guide - Eiffel: https://www.eiffel.org/doc/eiffel/Coding%20Standards - Erlang: https://github.com/inaka/erlang_guidelines - Haskell: https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md diff --git a/modules/openapi-generator/pom.xml b/modules/openapi-generator/pom.xml index 72aec56ea6b..97687baf74d 100644 --- a/modules/openapi-generator/pom.xml +++ b/modules/openapi-generator/pom.xml @@ -228,11 +228,6 @@ slf4j-api ${slf4j-version} - - org.slf4j - slf4j-log4j12 - ${slf4j-version} - org.apache.commons commons-lang3