Skip to content

Commit a7705a9

Browse files
committed
#BAEL-9291: add docker-java dependencies
1 parent a4d3a3b commit a7705a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-ai-3/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@
102102
<groupId>org.springframework.ai</groupId>
103103
<artifactId>spring-ai-mistral-ai-spring-boot-starter</artifactId>
104104
</dependency>
105+
<dependency>
106+
<groupId>com.github.docker-java</groupId>
107+
<artifactId>docker-java-api</artifactId>
108+
<version>3.5.1</version>
109+
<scope>test</scope>
110+
</dependency>
111+
<dependency>
112+
<groupId>com.github.docker-java</groupId>
113+
<artifactId>docker-java-transport-zerodep</artifactId>
114+
<version>3.5.1</version>
115+
<scope>test</scope>
116+
</dependency>
105117
</dependencies>
106118

107119
<profiles>

0 commit comments

Comments
 (0)