Skip to content

Commit e17bacb

Browse files
committed
add mongo dependency
1 parent 78711ad commit e17bacb

File tree

1 file changed

+18
-0
lines changed
  • api-boot-project/api-boot-autoconfigure

1 file changed

+18
-0
lines changed

api-boot-project/api-boot-autoconfigure/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,24 @@
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>

0 commit comments

Comments
 (0)