[Java] Fix mustache tag in pom template for HTTP signature (#6404)

* Mustache template should use invokerPackage tag to generate import

* Fix tag for http signature in pom.xml
This commit is contained in:
Sebastien Rosset 2020-05-23 00:35:01 -07:00 committed by GitHub
parent 1da9092dad
commit b3555d6801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,13 +338,13 @@
<version>${commons-io-version}</version>
</dependency>
{{/supportJava6}}
{{#hasHttpBasicMethods}}
{{#hasHttpSignatureMethods}}
<dependency>
<groupId>org.tomitribe</groupId>
<artifactId>tomitribe-http-signatures</artifactId>
<version>${http-signature-version}</version>
</dependency>
{{/hasHttpBasicMethods}}
{{/hasHttpSignatureMethods}}
{{#hasOAuthMethods}}
<dependency>
<groupId>com.github.scribejava</groupId>
@ -387,9 +387,9 @@
<threetenbp-version>2.9.10</threetenbp-version>
{{/threetenbp}}
<junit-version>4.13</junit-version>
{{#hasHttpBasicMethods}}
{{#hasHttpSignatureMethods}}
<http-signature-version>1.4</http-signature-version>
{{/hasHttpBasicMethods}}
{{/hasHttpSignatureMethods}}
{{#hasOAuthMethods}}
<scribejava-apis-version>6.9.0</scribejava-apis-version>
{{/hasOAuthMethods}}