mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-06-18 16:27:19 +02:00
Adds missing pom dependency for JSON comparison tests
This commit is contained in:
parent
06c5daa253
commit
2b700fdad8
6
pom.xml
6
pom.xml
@ -174,6 +174,12 @@
|
||||
<version>4.1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20240205</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
|
Loading…
x
Reference in New Issue
Block a user