Skip to content

Commit ba3cc35

Browse files
committed
#BAEL-9291: remove docker-java dependencies
1 parent a7705a9 commit ba3cc35

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spring-ai-3/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,6 @@
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>
117105
</dependencies>
118106

119107
<profiles>

0 commit comments

Comments
 (0)