File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
api-boot-project/api-boot-autoconfigure Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 234234 <dependency >
235235 <groupId >org.minbox.framework</groupId >
236236 <artifactId >api-boot-plugin-sequence</artifactId >
237+ <optional >true</optional >
238+ </dependency >
239+
240+ <!-- mongo-->
241+ <dependency >
242+ <groupId >org.mongodb</groupId >
243+ <artifactId >mongodb-driver-sync</artifactId >
244+ <optional >true</optional >
245+ </dependency >
246+ <dependency >
247+ <groupId >org.springframework.data</groupId >
248+ <artifactId >spring-data-mongodb</artifactId >
249+ <optional >true</optional >
250+ </dependency >
251+ <dependency >
252+ <groupId >org.minbox.framework</groupId >
253+ <artifactId >minbox-mongo-client-settings</artifactId >
254+ <optional >true</optional >
237255 </dependency >
238256 </dependencies >
239257</project >
You can’t perform that action at this time.
0 commit comments