forked from loafle/openapi-generator-original
Update erlang-server dependencies (#9414)
* update erlang-server dependencies * reenable erlang-server test * test with 2.7.0 * use only cowboy * comment out erlang server test
This commit is contained in:
parent
c966b5fe1f
commit
456023b77c
@ -59,4 +59,5 @@ steps:
|
||||
commands:
|
||||
- (cd samples/client/petstore/erlang-client && rebar3 compile)
|
||||
- (cd samples/client/petstore/erlang-proper && rebar3 compile)
|
||||
# comment out as the tests pass locally but not in the CI
|
||||
#- (cd samples/server/petstore/erlang-server && rebar3 compile)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{deps, [
|
||||
{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "2.5.0"}}},
|
||||
{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "2.8.0"}}},
|
||||
{rfc3339, {git, "https://github.com/talentdeficit/rfc3339.git", {tag, "master"}}},
|
||||
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.9.0"}}},
|
||||
{jesse, {git, "https://github.com/for-GET/jesse.git", {tag, "1.5.2"}}}
|
||||
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "v3.1.0"}}},
|
||||
{jesse, {git, "https://github.com/for-GET/jesse.git", {tag, "1.5.6"}}}
|
||||
]}.
|
||||
|
@ -0,0 +1,14 @@
|
||||
README.md
|
||||
priv/openapi.json
|
||||
rebar.config
|
||||
src/openapi.app.src
|
||||
src/openapi_api.erl
|
||||
src/openapi_auth.erl
|
||||
src/openapi_default_logic_handler.erl
|
||||
src/openapi_logic_handler.erl
|
||||
src/openapi_pet_handler.erl
|
||||
src/openapi_router.erl
|
||||
src/openapi_server.erl
|
||||
src/openapi_store_handler.erl
|
||||
src/openapi_user_handler.erl
|
||||
src/openapi_utils.erl
|
@ -1 +1 @@
|
||||
5.0.0-SNAPSHOT
|
||||
5.1.1-SNAPSHOT
|
@ -1,6 +1,6 @@
|
||||
{deps, [
|
||||
{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "2.5.0"}}},
|
||||
{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "2.8.0"}}},
|
||||
{rfc3339, {git, "https://github.com/talentdeficit/rfc3339.git", {tag, "master"}}},
|
||||
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.9.0"}}},
|
||||
{jesse, {git, "https://github.com/for-GET/jesse.git", {tag, "1.5.2"}}}
|
||||
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "v3.1.0"}}},
|
||||
{jesse, {git, "https://github.com/for-GET/jesse.git", {tag, "1.5.6"}}}
|
||||
]}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user