Browse Source

引入运营中心枚举

xiachuang 2 years ago
parent
commit
f4319b3eec
1 changed files with 11 additions and 1 deletions
  1. 11 1
      superdesk-uniorder-common/pom.xml

+ 11 - 1
superdesk-uniorder-common/pom.xml

@@ -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>