|
@@ -192,11 +192,11 @@
|
|
<artifactId>xxl-rpc-core</artifactId>
|
|
<artifactId>xxl-rpc-core</artifactId>
|
|
<version>1.5.0</version>
|
|
<version>1.5.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>cn.com.ctop</groupId>-->
|
|
|
|
-<!-- <artifactId>xxl-job-core</artifactId>-->
|
|
|
|
-<!-- <version>2.0.2</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>xxl-job-core</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.xuxueli</groupId>
|
|
<groupId>com.xuxueli</groupId>
|
|
<artifactId>xxl-mq-client</artifactId>
|
|
<artifactId>xxl-mq-client</artifactId>
|
|
@@ -238,6 +238,38 @@
|
|
</resources>
|
|
</resources>
|
|
</build>
|
|
</build>
|
|
|
|
|
|
|
|
+ <repositories>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>bintray-americanexpress-maven</id>
|
|
|
|
+ <url>https://dl.bintray.com/americanexpress/maven</url>
|
|
|
|
+ </repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>aliyun</id>
|
|
|
|
+ <name>aliyun Repository</name>
|
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>jeecg</id>
|
|
|
|
+ <name>jeecg Repository</name>
|
|
|
|
+ <url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
|
|
+
|
|
|
|
+ <repository>
|
|
|
|
+ <id>maven-3rdparty</id>
|
|
|
|
+ <url>https://packages.atlassian.com/maven-3rdparty/</url>
|
|
|
|
+ </repository>
|
|
|
|
+
|
|
|
|
+ <repository>
|
|
|
|
+ <id>ctop</id>
|
|
|
|
+ <url>http://39.106.184.70:8081/repository/3rd_part</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
|
|
<!-- <profiles>-->
|
|
<!-- <profiles>-->
|
|
<!-- <profile>-->
|
|
<!-- <profile>-->
|