File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/ironcorelabs/tenantsecurity/kms/v1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 184184 <createSourcesJar >true</createSourcesJar >
185185 <artifactSet >
186186 <includes >
187- <include >com.google.http-client:google-http-client-jackson2 </include >
187+ <include >com.google.http-client:google-http-client-gson </include >
188188 <include >com.google.http-client:google-http-client-apache-v2</include >
189189 <include >com.google.guava:guava</include >
190190 <include >com.google.protobuf:protobuf-java</include >
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ private TenantSecurityClient(Builder builder) throws Exception {
7575 * Will throw if the URL isn't valid or if https is enforced and not provided.
7676 *
7777 * @param url The Url to check
78- * @param allowInsecureHttp If normal http should be allowed..
78+ * @param allowInsecureHttp If normal http should be allowed.
7979 */
8080 private static void checkUrlForm (String url , boolean allowInsecureHttp ) {
8181 try {
You can’t perform that action at this time.
0 commit comments