Browse Source

修改pom

yumeng 5 years ago
parent
commit
b5b3148775
2 changed files with 14 additions and 2 deletions
  1. 2 2
      module-toutiao/pom.xml
  2. 12 0
      xxl-job-executor/pom.xml

+ 2 - 2
module-toutiao/pom.xml

@@ -32,12 +32,12 @@
             <artifactId>module-crawler</artifactId>
             <artifactId>module-crawler</artifactId>
             <version>2.0.2</version>
             <version>2.0.2</version>
         </dependency>
         </dependency>
-        <dependency>
+       <!-- <dependency>
             <groupId>cn.com.ctop</groupId>
             <groupId>cn.com.ctop</groupId>
             <artifactId>module-kuaishou</artifactId>
             <artifactId>module-kuaishou</artifactId>
             <version>2.0.2</version>
             <version>2.0.2</version>
             <scope>compile</scope>
             <scope>compile</scope>
-        </dependency>
+        </dependency>-->
     </dependencies>
     </dependencies>
 
 
     <build>
     <build>

+ 12 - 0
xxl-job-executor/pom.xml

@@ -45,11 +45,23 @@
             <groupId>cn.com.ctop</groupId>
             <groupId>cn.com.ctop</groupId>
             <artifactId>module-toutiao</artifactId>
             <artifactId>module-toutiao</artifactId>
             <version>2.0.2</version>
             <version>2.0.2</version>
+            <!--<exclusions>
+                <exclusion>
+                    <groupId>cn.com.ctop</groupId>
+                    <artifactId>module-common</artifactId>
+                </exclusion>
+            </exclusions>-->
         </dependency>
         </dependency>
         <dependency>
         <dependency>
             <groupId>cn.com.ctop</groupId>
             <groupId>cn.com.ctop</groupId>
             <artifactId>module-kuaishou</artifactId>
             <artifactId>module-kuaishou</artifactId>
             <version>2.0.2</version>
             <version>2.0.2</version>
+           <!-- <exclusions>
+                <exclusion>
+                    <groupId>cn.com.ctop</groupId>
+                    <artifactId>module-common</artifactId>
+                </exclusion>
+            </exclusions>-->
         </dependency>
         </dependency>
 
 
     </dependencies>
     </dependencies>