Преглед изворни кода

升级spring-boot。增加aliyun 私服

zhouhao пре 8 година
родитељ
комит
b0daf6d437
1 измењених фајлова са 12 додато и 1 уклоњено
  1. 12 1
      pom.xml

+ 12 - 1
pom.xml

@@ -38,6 +38,7 @@
         <module>hsweb-logging</module>
         <module>hsweb-concurrent</module>
         <module>hsweb-examples</module>
+        <module>hsweb-boost</module>
     </modules>
 
     <packaging>pom</packaging>
@@ -82,7 +83,7 @@
         <project.build.jdk>${java.version}</project.build.jdk>
 
 
-        <spring.boot.version>1.4.2.RELEASE</spring.boot.version>
+        <spring.boot.version>1.4.5.RELEASE</spring.boot.version>
 
         <javassist.version>3.20.0-GA</javassist.version>
         <activiti.version>5.19.0.2</activiti.version>
@@ -284,6 +285,11 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        <repository>
+            <id>aliyun-nexus</id>
+            <name>aliyun</name>
+            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
+        </repository>
     </repositories>
     <distributionManagement>
         <repository>
@@ -306,5 +312,10 @@
                 <enabled>true</enabled>
             </snapshots>
         </pluginRepository>
+        <pluginRepository>
+                <id>aliyun-nexus</id>
+                <name>aliyun</name>
+                <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
+        </pluginRepository>
     </pluginRepositories>
 </project>