We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d3a3b commit a7705a9Copy full SHA for a7705a9
spring-ai-3/pom.xml
@@ -102,6 +102,18 @@
102
<groupId>org.springframework.ai</groupId>
103
<artifactId>spring-ai-mistral-ai-spring-boot-starter</artifactId>
104
</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
112
113
+ <artifactId>docker-java-transport-zerodep</artifactId>
114
115
116
117
</dependencies>
118
119
<profiles>
0 commit comments