forked from loafle/openapi-generator-original
fix http signaure auth in build.sbt (#7110)
This commit is contained in:
parent
93159de77d
commit
a9576a1e2b
@ -28,9 +28,9 @@ lazy val root = (project in file(".")).
|
|||||||
{{#hasOAuthMethods}}
|
{{#hasOAuthMethods}}
|
||||||
"com.github.scribejava" % "scribejava-apis" % "6.9.0" % "compile",
|
"com.github.scribejava" % "scribejava-apis" % "6.9.0" % "compile",
|
||||||
{{/hasOAuthMethods}}
|
{{/hasOAuthMethods}}
|
||||||
{{#hasHttpBasicMethods}}
|
{{#hasHttpSignatureMethods}}
|
||||||
"org.tomitribe" % "tomitribe-http-signatures" % "1.3" % "compile",
|
"org.tomitribe" % "tomitribe-http-signatures" % "1.5" % "compile",
|
||||||
{{/hasHttpBasicMethods}}
|
{{/hasHttpSignatureMethods}}
|
||||||
{{^java8}}
|
{{^java8}}
|
||||||
"com.brsanthu" % "migbase64" % "2.2",
|
"com.brsanthu" % "migbase64" % "2.2",
|
||||||
{{/java8}}
|
{{/java8}}
|
||||||
|
@ -18,7 +18,6 @@ lazy val root = (project in file(".")).
|
|||||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.4" % "compile",
|
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.4" % "compile",
|
||||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
|
||||||
"com.github.scribejava" % "scribejava-apis" % "6.9.0" % "compile",
|
"com.github.scribejava" % "scribejava-apis" % "6.9.0" % "compile",
|
||||||
"org.tomitribe" % "tomitribe-http-signatures" % "1.3" % "compile",
|
|
||||||
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile",
|
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile",
|
||||||
"junit" % "junit" % "4.13" % "test",
|
"junit" % "junit" % "4.13" % "test",
|
||||||
"com.novocode" % "junit-interface" % "0.10" % "test"
|
"com.novocode" % "junit-interface" % "0.10" % "test"
|
||||||
|
@ -18,7 +18,7 @@ lazy val root = (project in file(".")).
|
|||||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.4" % "compile",
|
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.4" % "compile",
|
||||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
|
||||||
"com.github.scribejava" % "scribejava-apis" % "6.9.0" % "compile",
|
"com.github.scribejava" % "scribejava-apis" % "6.9.0" % "compile",
|
||||||
"org.tomitribe" % "tomitribe-http-signatures" % "1.3" % "compile",
|
"org.tomitribe" % "tomitribe-http-signatures" % "1.5" % "compile",
|
||||||
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile",
|
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile",
|
||||||
"junit" % "junit" % "4.13" % "test",
|
"junit" % "junit" % "4.13" % "test",
|
||||||
"com.novocode" % "junit-interface" % "0.10" % "test"
|
"com.novocode" % "junit-interface" % "0.10" % "test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user