diff --git a/chatbots-web/pom.xml b/chatbots-web/pom.xml index 4d1b28a..9d58eeb 100644 --- a/chatbots-web/pom.xml +++ b/chatbots-web/pom.xml @@ -27,4 +27,24 @@ + + + + always + true + + snapshots + http://nexus.51trust.net/repository/maven-snapshots/ + + + + + + 51trust + 51trust + http://nexus.51trust.net/repository/maven-public/ + + + + diff --git a/spring-boot-starter/pom.xml b/spring-boot-starter/pom.xml index f7b5a1c..192f77a 100644 --- a/spring-boot-starter/pom.xml +++ b/spring-boot-starter/pom.xml @@ -4,6 +4,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + com.cn.bjca.chatbots + chatbots-yiwise-parent + 0.0.1-SNAPSHOT + org.szyx 0.0.1-SNAPSHOT @@ -36,8 +41,13 @@ + + + always + true + snapshots http://nexus.51trust.net/repository/maven-snapshots/ @@ -50,4 +60,6 @@ http://nexus.51trust.net/repository/maven-public/ + + \ No newline at end of file diff --git a/spring-boot-starter/szyx-chatbots-spring-boot-autoconfigure/pom.xml b/spring-boot-starter/szyx-chatbots-spring-boot-autoconfigure/pom.xml index dd6cf49..bdd2cd8 100644 --- a/spring-boot-starter/szyx-chatbots-spring-boot-autoconfigure/pom.xml +++ b/spring-boot-starter/szyx-chatbots-spring-boot-autoconfigure/pom.xml @@ -25,7 +25,6 @@ com.cn.bjca.chatbots chatbots-core 0.0.1-SNAPSHOT - compile org.projectlombok @@ -38,5 +37,23 @@ 5.8.21 + + + + always + true + + snapshots + http://nexus.51trust.net/repository/maven-snapshots/ + + + + + + 51trust + 51trust + http://nexus.51trust.net/repository/maven-public/ + + \ No newline at end of file diff --git a/spring-boot-starter/szyx-chatbots-spring-boot-starter/pom.xml b/spring-boot-starter/szyx-chatbots-spring-boot-starter/pom.xml index 2e9a588..96ebe7b 100644 --- a/spring-boot-starter/szyx-chatbots-spring-boot-starter/pom.xml +++ b/spring-boot-starter/szyx-chatbots-spring-boot-starter/pom.xml @@ -12,7 +12,7 @@ szyx-chatbots-spring-boot-starter - pom + jar 1.8 1.8 @@ -25,8 +25,27 @@ org.szyx szyx-chatbots-spring-boot-autoconfigure 0.0.1-SNAPSHOT - compile + + + + always + true + + snapshots + http://nexus.51trust.net/repository/maven-snapshots/ + + + + + + 51trust + 51trust + http://nexus.51trust.net/repository/maven-public/ + + + + \ No newline at end of file