Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 0b584a7

Browse files
committed
square lib changes
1 parent 3290f0a commit 0b584a7

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

ChatGPT/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@
8282
<dependency>
8383
<groupId>com.theokanning.openai-gpt3-java</groupId>
8484
<artifactId>service</artifactId>
85-
<exclusions>
86-
<exclusion>
87-
<groupId>com.squareup.okhttp3</groupId>
88-
<artifactId>okhttp</artifactId>
89-
</exclusion>
90-
</exclusions>
9185
</dependency>
9286

9387
<!-- Square API Calls -->
@@ -102,12 +96,6 @@
10296
<artifactId>reflections</artifactId>
10397
</dependency>
10498

105-
<dependency>
106-
<groupId>com.squareup.okhttp3</groupId>
107-
<artifactId>okhttp</artifactId>
108-
<version>5.0.0</version>
109-
</dependency>
110-
11199
<dependency>
112100
<groupId>com.fasterxml.jackson.core</groupId>
113101
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)