|
@@ -200,7 +200,17 @@
|
|
|
<artifactId>guava</artifactId>
|
|
|
<version>30.1.1-jre</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.superdesk</groupId>
|
|
|
+ <artifactId>superdesk-data-extract-common</artifactId>
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|