From fd68a3cacef9baec160e7dd8b7653d81707f433f Mon Sep 17 00:00:00 2001 From: Eilert Tunheim <emtunhei@stud.ntnu.no> Date: Thu, 17 Feb 2022 14:25:43 +0100 Subject: [PATCH] Added .gitignore --- .gitignore | 2 - ...com_google_android_annotations_4_1_1_4.xml | 13 ++++ ...Maven__com_google_api_api_common_2_1_3.xml | 13 ++++ .../Maven__com_google_api_gax_2_11_0.xml | 13 ++++ .../Maven__com_google_api_gax_grpc_2_11_0.xml | 13 ++++ ...gle_cloud_bigqueryconnection_v1_2_1_10.xml | 13 ++++ ...loud_bigqueryconnection_v1beta1_0_9_10.xml | 13 ++++ ..._grpc_proto_google_common_protos_2_7_2.xml | 13 ++++ ...gle_api_grpc_proto_google_iam_v1_1_2_1.xml | 13 ++++ ..._google_auth_library_credentials_1_4_0.xml | 13 ++++ ..._google_auth_library_oauth2_http_1_4_0.xml | 13 ++++ ..._auto_value_auto_value_annotations_1_9.xml | 13 ++++ ...google_cloud_bigqueryconnection_2_1_10.xml | 13 ++++ ..._com_google_code_findbugs_jsr305_3_0_2.xml | 13 ++++ ...Maven__com_google_code_gson_gson_2_8_9.xml | 13 ++++ ...orprone_error_prone_annotations_2_11_0.xml | 13 ++++ ...__com_google_guava_failureaccess_1_0_1.xml | 13 ++++ ...ven__com_google_guava_guava_31_0_1_jre.xml | 13 ++++ ...9_0_empty_to_avoid_conflict_with_guava.xml | 13 ++++ ..._http_client_google_http_client_1_41_2.xml | 13 ++++ ..._client_google_http_client_gson_1_41_2.xml | 13 ++++ ...m_google_j2objc_j2objc_annotations_1_3.xml | 13 ++++ ...m_google_protobuf_protobuf_java_3_19_3.xml | 13 ++++ ...gle_protobuf_protobuf_java_util_3_19_3.xml | 13 ++++ .../Maven__com_google_re2j_re2j_1_5.xml | 13 ++++ ...aven__commons_codec_commons_codec_1_15.xml | 13 ++++ ...n__commons_logging_commons_logging_1_2.xml | 13 ++++ .../Maven__io_grpc_grpc_alts_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_api_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_auth_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_context_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_core_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_grpclb_1_44_0.xml | 13 ++++ ...aven__io_grpc_grpc_netty_shaded_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_protobuf_1_44_0.xml | 13 ++++ ...ven__io_grpc_grpc_protobuf_lite_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_services_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_stub_1_44_0.xml | 13 ++++ .../Maven__io_grpc_grpc_xds_1_44_0.xml | 13 ++++ ...n__io_opencensus_opencensus_api_0_31_0.xml | 13 ++++ ...us_opencensus_contrib_http_util_0_31_0.xml | 13 ++++ ...__io_opencensus_opencensus_proto_0_2_0.xml | 13 ++++ ...Maven__io_perfmark_perfmark_api_0_23_0.xml | 13 ++++ ..._annotation_javax_annotation_api_1_3_2.xml | 13 ++++ ...pache_httpcomponents_httpclient_4_5_13.xml | 13 ++++ ..._apache_httpcomponents_httpcore_4_4_15.xml | 13 ++++ ...__org_bouncycastle_bcpkix_jdk15on_1_67.xml | 13 ++++ ...__org_bouncycastle_bcprov_jdk15on_1_67.xml | 13 ++++ ...g_checkerframework_checker_qual_3_21_1.xml | 13 ++++ ...s_mojo_animal_sniffer_annotations_1_20.xml | 13 ++++ ...conscrypt_conscrypt_openjdk_uber_2_5_1.xml | 13 ++++ .../Maven__org_threeten_threetenbp_1_5_2.xml | 13 ++++ Bachelor_application.iml | 64 +++++++++++++++++++ 53 files changed, 727 insertions(+), 2 deletions(-) create mode 100644 .idea/libraries/Maven__com_google_android_annotations_4_1_1_4.xml create mode 100644 .idea/libraries/Maven__com_google_api_api_common_2_1_3.xml create mode 100644 .idea/libraries/Maven__com_google_api_gax_2_11_0.xml create mode 100644 .idea/libraries/Maven__com_google_api_gax_grpc_2_11_0.xml create mode 100644 .idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1_2_1_10.xml create mode 100644 .idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1beta1_0_9_10.xml create mode 100644 .idea/libraries/Maven__com_google_api_grpc_proto_google_common_protos_2_7_2.xml create mode 100644 .idea/libraries/Maven__com_google_api_grpc_proto_google_iam_v1_1_2_1.xml create mode 100644 .idea/libraries/Maven__com_google_auth_google_auth_library_credentials_1_4_0.xml create mode 100644 .idea/libraries/Maven__com_google_auth_google_auth_library_oauth2_http_1_4_0.xml create mode 100644 .idea/libraries/Maven__com_google_auto_value_auto_value_annotations_1_9.xml create mode 100644 .idea/libraries/Maven__com_google_cloud_google_cloud_bigqueryconnection_2_1_10.xml create mode 100644 .idea/libraries/Maven__com_google_code_findbugs_jsr305_3_0_2.xml create mode 100644 .idea/libraries/Maven__com_google_code_gson_gson_2_8_9.xml create mode 100644 .idea/libraries/Maven__com_google_errorprone_error_prone_annotations_2_11_0.xml create mode 100644 .idea/libraries/Maven__com_google_guava_failureaccess_1_0_1.xml create mode 100644 .idea/libraries/Maven__com_google_guava_guava_31_0_1_jre.xml create mode 100644 .idea/libraries/Maven__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava.xml create mode 100644 .idea/libraries/Maven__com_google_http_client_google_http_client_1_41_2.xml create mode 100644 .idea/libraries/Maven__com_google_http_client_google_http_client_gson_1_41_2.xml create mode 100644 .idea/libraries/Maven__com_google_j2objc_j2objc_annotations_1_3.xml create mode 100644 .idea/libraries/Maven__com_google_protobuf_protobuf_java_3_19_3.xml create mode 100644 .idea/libraries/Maven__com_google_protobuf_protobuf_java_util_3_19_3.xml create mode 100644 .idea/libraries/Maven__com_google_re2j_re2j_1_5.xml create mode 100644 .idea/libraries/Maven__commons_codec_commons_codec_1_15.xml create mode 100644 .idea/libraries/Maven__commons_logging_commons_logging_1_2.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_alts_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_api_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_auth_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_context_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_core_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_grpclb_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_netty_shaded_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_protobuf_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_protobuf_lite_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_services_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_stub_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_grpc_grpc_xds_1_44_0.xml create mode 100644 .idea/libraries/Maven__io_opencensus_opencensus_api_0_31_0.xml create mode 100644 .idea/libraries/Maven__io_opencensus_opencensus_contrib_http_util_0_31_0.xml create mode 100644 .idea/libraries/Maven__io_opencensus_opencensus_proto_0_2_0.xml create mode 100644 .idea/libraries/Maven__io_perfmark_perfmark_api_0_23_0.xml create mode 100644 .idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml create mode 100644 .idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_13.xml create mode 100644 .idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_15.xml create mode 100644 .idea/libraries/Maven__org_bouncycastle_bcpkix_jdk15on_1_67.xml create mode 100644 .idea/libraries/Maven__org_bouncycastle_bcprov_jdk15on_1_67.xml create mode 100644 .idea/libraries/Maven__org_checkerframework_checker_qual_3_21_1.xml create mode 100644 .idea/libraries/Maven__org_codehaus_mojo_animal_sniffer_annotations_1_20.xml create mode 100644 .idea/libraries/Maven__org_conscrypt_conscrypt_openjdk_uber_2_5_1.xml create mode 100644 .idea/libraries/Maven__org_threeten_threetenbp_1_5_2.xml create mode 100644 Bachelor_application.iml diff --git a/.gitignore b/.gitignore index 5907e75..f69c89c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ # Default ignored files /workspace.xml -/shelf/ /out/ /.idea/sonarlint -.idea/vcs.xml /dataSources/ /dataSources.local.xml /vpproject/ diff --git a/.idea/libraries/Maven__com_google_android_annotations_4_1_1_4.xml b/.idea/libraries/Maven__com_google_android_annotations_4_1_1_4.xml new file mode 100644 index 0000000..4a486c3 --- /dev/null +++ b/.idea/libraries/Maven__com_google_android_annotations_4_1_1_4.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.android:annotations:4.1.1.4"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_api_api_common_2_1_3.xml b/.idea/libraries/Maven__com_google_api_api_common_2_1_3.xml new file mode 100644 index 0000000..1af1458 --- /dev/null +++ b/.idea/libraries/Maven__com_google_api_api_common_2_1_3.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.api:api-common:2.1.3"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/api-common/2.1.3/api-common-2.1.3.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/api-common/2.1.3/api-common-2.1.3-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/api-common/2.1.3/api-common-2.1.3-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_api_gax_2_11_0.xml b/.idea/libraries/Maven__com_google_api_gax_2_11_0.xml new file mode 100644 index 0000000..6bc88d2 --- /dev/null +++ b/.idea/libraries/Maven__com_google_api_gax_2_11_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.api:gax:2.11.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/gax/2.11.0/gax-2.11.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/gax/2.11.0/gax-2.11.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/gax/2.11.0/gax-2.11.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_api_gax_grpc_2_11_0.xml b/.idea/libraries/Maven__com_google_api_gax_grpc_2_11_0.xml new file mode 100644 index 0000000..e38324b --- /dev/null +++ b/.idea/libraries/Maven__com_google_api_gax_grpc_2_11_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.api:gax-grpc:2.11.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/gax-grpc/2.11.0/gax-grpc-2.11.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/gax-grpc/2.11.0/gax-grpc-2.11.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/gax-grpc/2.11.0/gax-grpc-2.11.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1_2_1_10.xml b/.idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1_2_1_10.xml new file mode 100644 index 0000000..c1090aa --- /dev/null +++ b/.idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1_2_1_10.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1:2.1.10"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-cloud-bigqueryconnection-v1/2.1.10/proto-google-cloud-bigqueryconnection-v1-2.1.10.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-cloud-bigqueryconnection-v1/2.1.10/proto-google-cloud-bigqueryconnection-v1-2.1.10-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-cloud-bigqueryconnection-v1/2.1.10/proto-google-cloud-bigqueryconnection-v1-2.1.10-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1beta1_0_9_10.xml b/.idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1beta1_0_9_10.xml new file mode 100644 index 0000000..84b9653 --- /dev/null +++ b/.idea/libraries/Maven__com_google_api_grpc_proto_google_cloud_bigqueryconnection_v1beta1_0_9_10.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1beta1:0.9.10"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-cloud-bigqueryconnection-v1beta1/0.9.10/proto-google-cloud-bigqueryconnection-v1beta1-0.9.10.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-cloud-bigqueryconnection-v1beta1/0.9.10/proto-google-cloud-bigqueryconnection-v1beta1-0.9.10-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-cloud-bigqueryconnection-v1beta1/0.9.10/proto-google-cloud-bigqueryconnection-v1beta1-0.9.10-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_api_grpc_proto_google_common_protos_2_7_2.xml b/.idea/libraries/Maven__com_google_api_grpc_proto_google_common_protos_2_7_2.xml new file mode 100644 index 0000000..ec25dc0 --- /dev/null +++ b/.idea/libraries/Maven__com_google_api_grpc_proto_google_common_protos_2_7_2.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.api.grpc:proto-google-common-protos:2.7.2"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-common-protos/2.7.2/proto-google-common-protos-2.7.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-common-protos/2.7.2/proto-google-common-protos-2.7.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-common-protos/2.7.2/proto-google-common-protos-2.7.2-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_api_grpc_proto_google_iam_v1_1_2_1.xml b/.idea/libraries/Maven__com_google_api_grpc_proto_google_iam_v1_1_2_1.xml new file mode 100644 index 0000000..de9a277 --- /dev/null +++ b/.idea/libraries/Maven__com_google_api_grpc_proto_google_iam_v1_1_2_1.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.api.grpc:proto-google-iam-v1:1.2.1"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-iam-v1/1.2.1/proto-google-iam-v1-1.2.1.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-iam-v1/1.2.1/proto-google-iam-v1-1.2.1-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/api/grpc/proto-google-iam-v1/1.2.1/proto-google-iam-v1-1.2.1-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_auth_google_auth_library_credentials_1_4_0.xml b/.idea/libraries/Maven__com_google_auth_google_auth_library_credentials_1_4_0.xml new file mode 100644 index 0000000..1ae1b83 --- /dev/null +++ b/.idea/libraries/Maven__com_google_auth_google_auth_library_credentials_1_4_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.auth:google-auth-library-credentials:1.4.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_auth_google_auth_library_oauth2_http_1_4_0.xml b/.idea/libraries/Maven__com_google_auth_google_auth_library_oauth2_http_1_4_0.xml new file mode 100644 index 0000000..7922429 --- /dev/null +++ b/.idea/libraries/Maven__com_google_auth_google_auth_library_oauth2_http_1_4_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.auth:google-auth-library-oauth2-http:1.4.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_auto_value_auto_value_annotations_1_9.xml b/.idea/libraries/Maven__com_google_auto_value_auto_value_annotations_1_9.xml new file mode 100644 index 0000000..e85a01b --- /dev/null +++ b/.idea/libraries/Maven__com_google_auto_value_auto_value_annotations_1_9.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.auto.value:auto-value-annotations:1.9"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/auto/value/auto-value-annotations/1.9/auto-value-annotations-1.9-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_cloud_google_cloud_bigqueryconnection_2_1_10.xml b/.idea/libraries/Maven__com_google_cloud_google_cloud_bigqueryconnection_2_1_10.xml new file mode 100644 index 0000000..a26f066 --- /dev/null +++ b/.idea/libraries/Maven__com_google_cloud_google_cloud_bigqueryconnection_2_1_10.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.cloud:google-cloud-bigqueryconnection:2.1.10"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/cloud/google-cloud-bigqueryconnection/2.1.10/google-cloud-bigqueryconnection-2.1.10.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/cloud/google-cloud-bigqueryconnection/2.1.10/google-cloud-bigqueryconnection-2.1.10-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/cloud/google-cloud-bigqueryconnection/2.1.10/google-cloud-bigqueryconnection-2.1.10-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_code_findbugs_jsr305_3_0_2.xml b/.idea/libraries/Maven__com_google_code_findbugs_jsr305_3_0_2.xml new file mode 100644 index 0000000..1c380d0 --- /dev/null +++ b/.idea/libraries/Maven__com_google_code_findbugs_jsr305_3_0_2.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.code.findbugs:jsr305:3.0.2"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_code_gson_gson_2_8_9.xml b/.idea/libraries/Maven__com_google_code_gson_gson_2_8_9.xml new file mode 100644 index 0000000..d376a88 --- /dev/null +++ b/.idea/libraries/Maven__com_google_code_gson_gson_2_8_9.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.code.gson:gson:2.8.9"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.9/gson-2.8.9-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.9/gson-2.8.9-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_errorprone_error_prone_annotations_2_11_0.xml b/.idea/libraries/Maven__com_google_errorprone_error_prone_annotations_2_11_0.xml new file mode 100644 index 0000000..4eb3ba5 --- /dev/null +++ b/.idea/libraries/Maven__com_google_errorprone_error_prone_annotations_2_11_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.errorprone:error_prone_annotations:2.11.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_guava_failureaccess_1_0_1.xml b/.idea/libraries/Maven__com_google_guava_failureaccess_1_0_1.xml new file mode 100644 index 0000000..36e948e --- /dev/null +++ b/.idea/libraries/Maven__com_google_guava_failureaccess_1_0_1.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.guava:failureaccess:1.0.1"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_guava_guava_31_0_1_jre.xml b/.idea/libraries/Maven__com_google_guava_guava_31_0_1_jre.xml new file mode 100644 index 0000000..08b28cc --- /dev/null +++ b/.idea/libraries/Maven__com_google_guava_guava_31_0_1_jre.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.guava:guava:31.0.1-jre"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava.xml b/.idea/libraries/Maven__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava.xml new file mode 100644 index 0000000..4e15702 --- /dev/null +++ b/.idea/libraries/Maven__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_http_client_google_http_client_1_41_2.xml b/.idea/libraries/Maven__com_google_http_client_google_http_client_1_41_2.xml new file mode 100644 index 0000000..34fc17f --- /dev/null +++ b/.idea/libraries/Maven__com_google_http_client_google_http_client_1_41_2.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.http-client:google-http-client:1.41.2"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/http-client/google-http-client/1.41.2/google-http-client-1.41.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/http-client/google-http-client/1.41.2/google-http-client-1.41.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/http-client/google-http-client/1.41.2/google-http-client-1.41.2-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_http_client_google_http_client_gson_1_41_2.xml b/.idea/libraries/Maven__com_google_http_client_google_http_client_gson_1_41_2.xml new file mode 100644 index 0000000..3de7f63 --- /dev/null +++ b/.idea/libraries/Maven__com_google_http_client_google_http_client_gson_1_41_2.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.http-client:google-http-client-gson:1.41.2"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/http-client/google-http-client-gson/1.41.2/google-http-client-gson-1.41.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/http-client/google-http-client-gson/1.41.2/google-http-client-gson-1.41.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/http-client/google-http-client-gson/1.41.2/google-http-client-gson-1.41.2-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_j2objc_j2objc_annotations_1_3.xml b/.idea/libraries/Maven__com_google_j2objc_j2objc_annotations_1_3.xml new file mode 100644 index 0000000..bacaa45 --- /dev/null +++ b/.idea/libraries/Maven__com_google_j2objc_j2objc_annotations_1_3.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.j2objc:j2objc-annotations:1.3"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_19_3.xml b/.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_19_3.xml new file mode 100644 index 0000000..501f1cd --- /dev/null +++ b/.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_19_3.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.protobuf:protobuf-java:3.19.3"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java/3.19.3/protobuf-java-3.19.3.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java/3.19.3/protobuf-java-3.19.3-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java/3.19.3/protobuf-java-3.19.3-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_protobuf_protobuf_java_util_3_19_3.xml b/.idea/libraries/Maven__com_google_protobuf_protobuf_java_util_3_19_3.xml new file mode 100644 index 0000000..1822c7e --- /dev/null +++ b/.idea/libraries/Maven__com_google_protobuf_protobuf_java_util_3_19_3.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.protobuf:protobuf-java-util:3.19.3"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java-util/3.19.3/protobuf-java-util-3.19.3.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java-util/3.19.3/protobuf-java-util-3.19.3-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java-util/3.19.3/protobuf-java-util-3.19.3-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_re2j_re2j_1_5.xml b/.idea/libraries/Maven__com_google_re2j_re2j_1_5.xml new file mode 100644 index 0000000..0d6d6f8 --- /dev/null +++ b/.idea/libraries/Maven__com_google_re2j_re2j_1_5.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.re2j:re2j:1.5"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/re2j/re2j/1.5/re2j-1.5.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/re2j/re2j/1.5/re2j-1.5-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/re2j/re2j/1.5/re2j-1.5-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__commons_codec_commons_codec_1_15.xml b/.idea/libraries/Maven__commons_codec_commons_codec_1_15.xml new file mode 100644 index 0000000..c88c2b7 --- /dev/null +++ b/.idea/libraries/Maven__commons_codec_commons_codec_1_15.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: commons-codec:commons-codec:1.15"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.15/commons-codec-1.15.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.15/commons-codec-1.15-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml b/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml new file mode 100644 index 0000000..eab40b3 --- /dev/null +++ b/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: commons-logging:commons-logging:1.2"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_alts_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_alts_1_44_0.xml new file mode 100644 index 0000000..9f8fb41 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_alts_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-alts:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-alts/1.44.0/grpc-alts-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-alts/1.44.0/grpc-alts-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-alts/1.44.0/grpc-alts-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_api_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_api_1_44_0.xml new file mode 100644 index 0000000..a064b73 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_api_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-api:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-api/1.44.0/grpc-api-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-api/1.44.0/grpc-api-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-api/1.44.0/grpc-api-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_auth_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_auth_1_44_0.xml new file mode 100644 index 0000000..1588a23 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_auth_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-auth:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-auth/1.44.0/grpc-auth-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-auth/1.44.0/grpc-auth-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-auth/1.44.0/grpc-auth-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_context_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_context_1_44_0.xml new file mode 100644 index 0000000..c19fae7 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_context_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-context:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-context/1.44.0/grpc-context-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-context/1.44.0/grpc-context-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-context/1.44.0/grpc-context-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_core_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_core_1_44_0.xml new file mode 100644 index 0000000..9df93c2 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_core_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-core:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-core/1.44.0/grpc-core-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-core/1.44.0/grpc-core-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-core/1.44.0/grpc-core-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_grpclb_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_grpclb_1_44_0.xml new file mode 100644 index 0000000..87f8fc4 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_grpclb_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-grpclb:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-grpclb/1.44.0/grpc-grpclb-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-grpclb/1.44.0/grpc-grpclb-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-grpclb/1.44.0/grpc-grpclb-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_netty_shaded_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_netty_shaded_1_44_0.xml new file mode 100644 index 0000000..3ed1d6b --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_netty_shaded_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-netty-shaded:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-netty-shaded/1.44.0/grpc-netty-shaded-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-netty-shaded/1.44.0/grpc-netty-shaded-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-netty-shaded/1.44.0/grpc-netty-shaded-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_protobuf_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_protobuf_1_44_0.xml new file mode 100644 index 0000000..971ca65 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_protobuf_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-protobuf:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-protobuf/1.44.0/grpc-protobuf-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-protobuf/1.44.0/grpc-protobuf-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-protobuf/1.44.0/grpc-protobuf-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_protobuf_lite_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_protobuf_lite_1_44_0.xml new file mode 100644 index 0000000..79fbb1c --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_protobuf_lite_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-protobuf-lite:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-protobuf-lite/1.44.0/grpc-protobuf-lite-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-protobuf-lite/1.44.0/grpc-protobuf-lite-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-protobuf-lite/1.44.0/grpc-protobuf-lite-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_services_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_services_1_44_0.xml new file mode 100644 index 0000000..49cd6d9 --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_services_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-services:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-services/1.44.0/grpc-services-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-services/1.44.0/grpc-services-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-services/1.44.0/grpc-services-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_stub_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_stub_1_44_0.xml new file mode 100644 index 0000000..dd7423e --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_stub_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-stub:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-stub/1.44.0/grpc-stub-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-stub/1.44.0/grpc-stub-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-stub/1.44.0/grpc-stub-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_grpc_grpc_xds_1_44_0.xml b/.idea/libraries/Maven__io_grpc_grpc_xds_1_44_0.xml new file mode 100644 index 0000000..ecc658e --- /dev/null +++ b/.idea/libraries/Maven__io_grpc_grpc_xds_1_44_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.grpc:grpc-xds:1.44.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-xds/1.44.0/grpc-xds-1.44.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-xds/1.44.0/grpc-xds-1.44.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-xds/1.44.0/grpc-xds-1.44.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_opencensus_opencensus_api_0_31_0.xml b/.idea/libraries/Maven__io_opencensus_opencensus_api_0_31_0.xml new file mode 100644 index 0000000..2398b2d --- /dev/null +++ b/.idea/libraries/Maven__io_opencensus_opencensus_api_0_31_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.opencensus:opencensus-api:0.31.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-api/0.31.0/opencensus-api-0.31.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_opencensus_opencensus_contrib_http_util_0_31_0.xml b/.idea/libraries/Maven__io_opencensus_opencensus_contrib_http_util_0_31_0.xml new file mode 100644 index 0000000..70a6094 --- /dev/null +++ b/.idea/libraries/Maven__io_opencensus_opencensus_contrib_http_util_0_31_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.opencensus:opencensus-contrib-http-util:0.31.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-contrib-http-util/0.31.0/opencensus-contrib-http-util-0.31.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-contrib-http-util/0.31.0/opencensus-contrib-http-util-0.31.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-contrib-http-util/0.31.0/opencensus-contrib-http-util-0.31.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_opencensus_opencensus_proto_0_2_0.xml b/.idea/libraries/Maven__io_opencensus_opencensus_proto_0_2_0.xml new file mode 100644 index 0000000..6a89abb --- /dev/null +++ b/.idea/libraries/Maven__io_opencensus_opencensus_proto_0_2_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.opencensus:opencensus-proto:0.2.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__io_perfmark_perfmark_api_0_23_0.xml b/.idea/libraries/Maven__io_perfmark_perfmark_api_0_23_0.xml new file mode 100644 index 0000000..e7e8d1a --- /dev/null +++ b/.idea/libraries/Maven__io_perfmark_perfmark_api_0_23_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: io.perfmark:perfmark-api:0.23.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/io/perfmark/perfmark-api/0.23.0/perfmark-api-0.23.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/io/perfmark/perfmark-api/0.23.0/perfmark-api-0.23.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/io/perfmark/perfmark-api/0.23.0/perfmark-api-0.23.0-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml b/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml new file mode 100644 index 0000000..e74f3ab --- /dev/null +++ b/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: javax.annotation:javax.annotation-api:1.3.2"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_13.xml b/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_13.xml new file mode 100644 index 0000000..63bee0e --- /dev/null +++ b/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_13.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.apache.httpcomponents:httpclient:4.5.13"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_15.xml b/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_15.xml new file mode 100644 index 0000000..c511a85 --- /dev/null +++ b/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_15.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.apache.httpcomponents:httpcore:4.4.15"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_bouncycastle_bcpkix_jdk15on_1_67.xml b/.idea/libraries/Maven__org_bouncycastle_bcpkix_jdk15on_1_67.xml new file mode 100644 index 0000000..da8662f --- /dev/null +++ b/.idea/libraries/Maven__org_bouncycastle_bcpkix_jdk15on_1_67.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.bouncycastle:bcpkix-jdk15on:1.67"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcpkix-jdk15on/1.67/bcpkix-jdk15on-1.67.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcpkix-jdk15on/1.67/bcpkix-jdk15on-1.67-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcpkix-jdk15on/1.67/bcpkix-jdk15on-1.67-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_bouncycastle_bcprov_jdk15on_1_67.xml b/.idea/libraries/Maven__org_bouncycastle_bcprov_jdk15on_1_67.xml new file mode 100644 index 0000000..de9f4f3 --- /dev/null +++ b/.idea/libraries/Maven__org_bouncycastle_bcprov_jdk15on_1_67.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.bouncycastle:bcprov-jdk15on:1.67"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcprov-jdk15on/1.67/bcprov-jdk15on-1.67.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcprov-jdk15on/1.67/bcprov-jdk15on-1.67-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcprov-jdk15on/1.67/bcprov-jdk15on-1.67-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_checkerframework_checker_qual_3_21_1.xml b/.idea/libraries/Maven__org_checkerframework_checker_qual_3_21_1.xml new file mode 100644 index 0000000..cffa2da --- /dev/null +++ b/.idea/libraries/Maven__org_checkerframework_checker_qual_3_21_1.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.checkerframework:checker-qual:3.21.1"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/checkerframework/checker-qual/3.21.1/checker-qual-3.21.1.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/checkerframework/checker-qual/3.21.1/checker-qual-3.21.1-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/checkerframework/checker-qual/3.21.1/checker-qual-3.21.1-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_codehaus_mojo_animal_sniffer_annotations_1_20.xml b/.idea/libraries/Maven__org_codehaus_mojo_animal_sniffer_annotations_1_20.xml new file mode 100644 index 0000000..12524f9 --- /dev/null +++ b/.idea/libraries/Maven__org_codehaus_mojo_animal_sniffer_annotations_1_20.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.20"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/mojo/animal-sniffer-annotations/1.20/animal-sniffer-annotations-1.20.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/mojo/animal-sniffer-annotations/1.20/animal-sniffer-annotations-1.20-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/mojo/animal-sniffer-annotations/1.20/animal-sniffer-annotations-1.20-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_conscrypt_conscrypt_openjdk_uber_2_5_1.xml b/.idea/libraries/Maven__org_conscrypt_conscrypt_openjdk_uber_2_5_1.xml new file mode 100644 index 0000000..2bb9d88 --- /dev/null +++ b/.idea/libraries/Maven__org_conscrypt_conscrypt_openjdk_uber_2_5_1.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.conscrypt:conscrypt-openjdk-uber:2.5.1"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/.idea/libraries/Maven__org_threeten_threetenbp_1_5_2.xml b/.idea/libraries/Maven__org_threeten_threetenbp_1_5_2.xml new file mode 100644 index 0000000..95e417d --- /dev/null +++ b/.idea/libraries/Maven__org_threeten_threetenbp_1_5_2.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: org.threeten:threetenbp:1.5.2"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/threeten/threetenbp/1.5.2/threetenbp-1.5.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/threeten/threetenbp/1.5.2/threetenbp-1.5.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/org/threeten/threetenbp/1.5.2/threetenbp-1.5.2-sources.jar!/" /> + </SOURCES> + </library> +</component> \ No newline at end of file diff --git a/Bachelor_application.iml b/Bachelor_application.iml new file mode 100644 index 0000000..57ba6a4 --- /dev/null +++ b/Bachelor_application.iml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> + <output url="file://$MODULE_DIR$/target/classes" /> + <output-test url="file://$MODULE_DIR$/target/test-classes" /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> + <excludeFolder url="file://$MODULE_DIR$/target" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="Maven: com.google.cloud:google-cloud-bigqueryconnection:2.1.10" level="project" /> + <orderEntry type="library" name="Maven: io.grpc:grpc-api:1.44.0" level="project" /> + <orderEntry type="library" name="Maven: io.grpc:grpc-context:1.44.0" level="project" /> + <orderEntry type="library" name="Maven: com.google.code.findbugs:jsr305:3.0.2" level="project" /> + <orderEntry type="library" name="Maven: io.grpc:grpc-stub:1.44.0" level="project" /> + <orderEntry type="library" name="Maven: io.grpc:grpc-protobuf:1.44.0" level="project" /> + <orderEntry type="library" name="Maven: io.grpc:grpc-protobuf-lite:1.44.0" level="project" /> + <orderEntry type="library" name="Maven: com.google.api:api-common:2.1.3" level="project" /> + <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.auto.value:auto-value-annotations:1.9" level="project" /> + <orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.19.3" level="project" /> + <orderEntry type="library" name="Maven: com.google.api.grpc:proto-google-common-protos:2.7.2" level="project" /> + <orderEntry type="library" name="Maven: com.google.api.grpc:proto-google-iam-v1:1.2.1" level="project" /> + <orderEntry type="library" name="Maven: com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1:2.1.10" level="project" /> + <orderEntry type="library" name="Maven: com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1beta1:0.9.10" level="project" /> + <orderEntry type="library" name="Maven: com.google.guava:guava:31.0.1-jre" level="project" /> + <orderEntry type="library" name="Maven: com.google.guava:failureaccess:1.0.1" level="project" /> + <orderEntry type="library" name="Maven: com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" level="project" /> + <orderEntry type="library" name="Maven: org.checkerframework:checker-qual:3.21.1" level="project" /> + <orderEntry type="library" name="Maven: com.google.errorprone:error_prone_annotations:2.11.0" level="project" /> + <orderEntry type="library" name="Maven: com.google.j2objc:j2objc-annotations:1.3" level="project" /> + <orderEntry type="library" name="Maven: com.google.api:gax:2.11.0" level="project" /> + <orderEntry type="library" name="Maven: com.google.auth:google-auth-library-credentials:1.4.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.auth:google-auth-library-oauth2-http:1.4.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.http-client:google-http-client:1.41.2" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpclient:4.5.13" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: commons-logging:commons-logging:1.2" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: commons-codec:commons-codec:1.15" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpcore:4.4.15" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.opencensus:opencensus-contrib-http-util:0.31.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.http-client:google-http-client-gson:1.41.2" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.opencensus:opencensus-api:0.31.0" level="project" /> + <orderEntry type="library" name="Maven: com.google.api:gax-grpc:2.11.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.grpc:grpc-alts:1.44.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.grpc:grpc-grpclb:1.44.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.conscrypt:conscrypt-openjdk-uber:2.5.1" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.grpc:grpc-auth:1.44.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.grpc:grpc-netty-shaded:1.44.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.perfmark:perfmark-api:0.23.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.grpc:grpc-core:1.44.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.android:annotations:4.1.1.4" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.20" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.grpc:grpc-xds:1.44.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.grpc:grpc-services:1.44.0" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.re2j:re2j:1.5" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.bouncycastle:bcpkix-jdk15on:1.67" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: org.bouncycastle:bcprov-jdk15on:1.67" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: io.opencensus:opencensus-proto:0.2.0" level="project" /> + <orderEntry type="library" name="Maven: org.threeten:threetenbp:1.5.2" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.protobuf:protobuf-java-util:3.19.3" level="project" /> + <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.code.gson:gson:2.8.9" level="project" /> + </component> +</module> \ No newline at end of file -- GitLab