File tree 3 files changed +4
-5
lines changed
modules/openapi-generator/src/main/resources/Java/libraries/jersey2
client/petstore/java/jersey2-java8
openapi3/client/petstore/java/jersey2-java8 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ lazy val root = (project in file(".")).
28
28
{ {#hasOAuthMethods} }
29
29
"com.github.scribejava" % "scribejava-apis" % "6.9.0" % "compile",
30
30
{ {/hasOAuthMethods} }
31
- { {#hasHttpBasicMethods } }
32
- "org.tomitribe" % "tomitribe-http-signatures" % "1.3 " % "compile",
33
- { {/hasHttpBasicMethods } }
31
+ { {#hasHttpSignatureMethods } }
32
+ "org.tomitribe" % "tomitribe-http-signatures" % "1.5 " % "compile",
33
+ { {/hasHttpSignatureMethods } }
34
34
{ {^java8} }
35
35
"com.brsanthu" % "migbase64" % "2.2",
36
36
{ {/java8} }
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ lazy val root = (project in file(".")).
18
18
" com.fasterxml.jackson.core" % " jackson-databind" % " 2.10.4" % " compile" ,
19
19
" com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.9.10" % " compile" ,
20
20
" com.github.scribejava" % " scribejava-apis" % " 6.9.0" % " compile" ,
21
- " org.tomitribe" % " tomitribe-http-signatures" % " 1.3" % " compile" ,
22
21
" javax.annotation" % " javax.annotation-api" % " 1.3.2" % " compile" ,
23
22
" junit" % " junit" % " 4.13" % " test" ,
24
23
" com.novocode" % " junit-interface" % " 0.10" % " test"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lazy val root = (project in file(".")).
18
18
" com.fasterxml.jackson.core" % " jackson-databind" % " 2.10.4" % " compile" ,
19
19
" com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.9.10" % " compile" ,
20
20
" com.github.scribejava" % " scribejava-apis" % " 6.9.0" % " compile" ,
21
- " org.tomitribe" % " tomitribe-http-signatures" % " 1.3 " % " compile" ,
21
+ " org.tomitribe" % " tomitribe-http-signatures" % " 1.5 " % " compile" ,
22
22
" javax.annotation" % " javax.annotation-api" % " 1.3.2" % " compile" ,
23
23
" junit" % " junit" % " 4.13" % " test" ,
24
24
" com.novocode" % " junit-interface" % " 0.10" % " test"
You can’t perform that action at this time.
0 commit comments