Skip to content

Commit 557ae8a

Browse files
committed
Fix request #673
1 parent 2535170 commit 557ae8a

File tree

4 files changed

+255
-167
lines changed

4 files changed

+255
-167
lines changed

core-services/document-grounding/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
</parent>
1010
<artifactId>document-grounding</artifactId>
1111
<name>Document Grounding Client</name>
12-
<description>SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. This is the client for the Document Grounding Service.</description>
12+
<description>SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI
13+
Hub, and Orchestration Service. This is the client for the Document Grounding Service.</description>
1314

1415
<url>https://github.com/SAP/ai-sdk-java?tab=readme-ov-file#documentation</url>
1516
<organization>
@@ -97,6 +98,11 @@
9798
<artifactId>wiremock</artifactId>
9899
<scope>test</scope>
99100
</dependency>
101+
<dependency>
102+
<groupId>org.mockito</groupId>
103+
<artifactId>mockito-core</artifactId>
104+
<scope>test</scope>
105+
</dependency>
100106
<dependency>
101107
<groupId>org.assertj</groupId>
102108
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)