INFRA-2701 | Dhruv | use github client sdk

This commit is contained in:
dhruvjoshi
2024-05-30 09:39:01 +05:30
parent 24e82c8490
commit e2cc24a208
8 changed files with 86 additions and 185 deletions

10
pom.xml
View File

@@ -138,6 +138,16 @@
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<artifactId>kotlin-stdlib</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>github-client</artifactId>
<version>0.2.17</version>
</dependency>
<dependency>
<artifactId>httpmime</artifactId>
<groupId>org.apache.httpcomponents</groupId>