|
@@ -147,6 +147,17 @@
|
|
|
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.mongodb</groupId>
|
|
|
+ <artifactId>bson</artifactId>
|
|
|
+ <version>3.8.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.sourceforge.jexcelapi</groupId>
|
|
|
+ <artifactId>jxl</artifactId>
|
|
|
+ <version>2.6.10</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|