Commit 503b9bc0 authored by Alex Segers's avatar Alex Segers

[AFP-91] Add dependency 'Google API Client' for access token validation &...

[AFP-91]  Add dependency 'Google API Client' for access token validation & payload parsing (@asegers)
parent f8dbe011
......@@ -81,6 +81,12 @@
<groupId>io.projectreactor.kafka</groupId>
<artifactId>reactor-kafka</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.api-client/google-api-client -->
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.31.1</version>
</dependency>
</dependencies>
<build>
<plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment