diff options
author | Robert Newson <rnewson@apache.org> | 2020-03-23 12:24:03 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2020-04-02 18:33:02 +0100 |
commit | 27ae2f71b6257888b90014e1d4c238391f739dc1 (patch) | |
tree | 0a85ac8f8c0f282b48baba1bf6b014566c1870e5 /mix.exs | |
parent | 825dc82053df4f8d673a50dc463037012a1af86c (diff) | |
download | couchdb-27ae2f71b6257888b90014e1d4c238391f739dc1.tar.gz |
Merge pull request #2687 from apache/jwt-enhancements
Jwt enhancements
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,7 +65,9 @@ defmodule CouchDBTest.Mixfile do {:junit_formatter, "~> 3.0", only: [:dev, :test, :integration]}, {:httpotion, ">= 3.1.3", only: [:dev, :test, :integration], runtime: false}, {:excoveralls, "~> 0.12", only: :test}, + {:b64url, path: Path.expand("src/b64url", __DIR__)}, {:jiffy, path: Path.expand("src/jiffy", __DIR__)}, + {:jwtf, path: Path.expand("src/jwtf", __DIR__)}, {:ibrowse, path: Path.expand("src/ibrowse", __DIR__), override: true, compile: false}, {:credo, "~> 1.0.0", only: [:dev, :test, :integration], runtime: false} |