summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-03-23 12:24:03 +0000
committerRobert Newson <rnewson@apache.org>2020-04-02 18:33:02 +0100
commit27ae2f71b6257888b90014e1d4c238391f739dc1 (patch)
tree0a85ac8f8c0f282b48baba1bf6b014566c1870e5 /mix.exs
parent825dc82053df4f8d673a50dc463037012a1af86c (diff)
downloadcouchdb-27ae2f71b6257888b90014e1d4c238391f739dc1.tar.gz
Merge pull request #2687 from apache/jwt-enhancements
Jwt enhancements
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index d717e4b4a..c74dce865 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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}