@@ -115,54 +115,6 @@ the specific language governing permissions and limitations under the License. -
115115 <artifactId >spring-boot-starter-websocket-test</artifactId >
116116 <scope >test</scope >
117117 </dependency >
118- <!--
119- <dependency>
120- <groupId>org.springframework.boot</groupId>
121- <artifactId>spring-boot-starter-integration</artifactId>
122- </dependency>
123- <dependency>
124- <groupId>org.springframework.boot</groupId>
125- <artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
126- </dependency>
127- <dependency>
128- <groupId>org.springframework.boot</groupId>
129- <artifactId>spring-boot-starter-security</artifactId>
130- </dependency>
131- <dependency>
132- <groupId>org.springframework.boot</groupId>
133- <artifactId>spring-boot-starter-web</artifactId>
134- </dependency>
135- <dependency>
136- <groupId>org.springframework.boot</groupId>
137- <artifactId>spring-boot-starter-websocket</artifactId>
138- </dependency>
139- <dependency>
140- <groupId>org.springframework.boot</groupId>
141- <artifactId>spring-boot-starter-webflux</artifactId>
142- </dependency>
143- <dependency>
144- <groupId>org.springframework.boot</groupId>
145- <artifactId>spring-boot-starter-mail</artifactId>
146- </dependency>
147- <dependency>
148- <groupId>org.springframework.boot</groupId>
149- <artifactId>spring-boot-starter-actuator</artifactId>
150- </dependency>
151- <dependency>
152- <groupId>org.springframework.boot</groupId>
153- <artifactId>spring-boot-starter-validation</artifactId>
154- </dependency>
155- <dependency>
156- <groupId>io.micrometer</groupId>
157- <artifactId>micrometer-registry-prometheus</artifactId>
158- <scope>runtime</scope>
159- </dependency>
160- <dependency>
161- <groupId>org.springframework.boot</groupId>
162- <artifactId>spring-boot-starter-test</artifactId>
163- <scope>test</scope>
164- </dependency>
165- -->
166118 <dependency >
167119 <groupId >org.springframework.ai</groupId >
168120 <artifactId >spring-ai-starter-model-chat-memory</artifactId >
@@ -174,19 +126,7 @@ the specific language governing permissions and limitations under the License. -
174126 <dependency >
175127 <groupId >org.springframework.ai</groupId >
176128 <artifactId >spring-ai-retry</artifactId >
177- </dependency >
178- <!--
179- <dependency>
180- <groupId>io.projectreactor</groupId>
181- <artifactId>reactor-test</artifactId>
182- <scope>test</scope>
183- </dependency>
184- <dependency>
185- <groupId>org.springframework.security</groupId>
186- <artifactId>spring-security-test</artifactId>
187- <scope>test</scope>
188- </dependency>
189- -->
129+ </dependency >
190130 <dependency >
191131 <groupId >net.javacrumbs.shedlock</groupId >
192132 <artifactId >shedlock-spring</artifactId >
0 commit comments