pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.springframework.boot</groupId>
  8. <artifactId>spring-boot-starter-parent</artifactId>
  9. <version>1.4.1.RELEASE</version>
  10. </parent>
  11. <groupId>com.uas.donate</groupId>
  12. <artifactId>donate-parent</artifactId>
  13. <version>1.0-SNAPSHOT</version>
  14. <packaging>pom</packaging>
  15. <description>优软云一元捐</description>
  16. <modules>
  17. <module>donate-service</module>
  18. <module>donate-console</module>
  19. </modules>
  20. <properties>
  21. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  22. <springframeword.cloud.version>1.2.1.RELEASE</springframeword.cloud.version>
  23. <fastjson.version>1.2.15</fastjson.version>
  24. <druid.version>1.0.24</druid.version>
  25. <mysql.jdbc.version>5.1.41</mysql.jdbc.version>
  26. <account.version>0.0.1-SNAPSHOT</account.version>
  27. <sso.version>0.0.1-SNAPSHOT</sso.version>
  28. <platform.version>0.0.1-SNAPSHOT</platform.version>
  29. <spring.mobile.version>1.1.2.RELEASE</spring.mobile.version>
  30. <message.sms.version>0.0.1</message.sms.version>
  31. <message.mail.version>0.0.1</message.mail.version>
  32. <platform.core.version>0.0.1-SNAPSHOT</platform.core.version>
  33. <dubbo.version>2.8.4</dubbo.version>
  34. <zookeeper.version>3.4.6</zookeeper.version>
  35. <zkclient.version>0.1</zkclient.version>
  36. <dfs.version>0.0.2</dfs.version>
  37. </properties>
  38. <dependencyManagement>
  39. <dependencies>
  40. <dependency>
  41. <groupId>mysql</groupId>
  42. <artifactId>mysql-connector-java</artifactId>
  43. <version>${mysql.jdbc.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.alibaba</groupId>
  47. <artifactId>druid</artifactId>
  48. <version>${druid.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.alibaba</groupId>
  52. <artifactId>fastjson</artifactId>
  53. <version>${fastjson.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.uas.account</groupId>
  57. <artifactId>account-common</artifactId>
  58. <version>${account.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.uas.sso</groupId>
  62. <artifactId>sso-common</artifactId>
  63. <version>${sso.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.uas.platform</groupId>
  67. <artifactId>platform-core</artifactId>
  68. <version>${platform.version}</version>
  69. </dependency>
  70. <!-- spring mobile -->
  71. <dependency>
  72. <groupId>org.springframework.mobile</groupId>
  73. <artifactId>spring-mobile-device</artifactId>
  74. <version>${spring.mobile.version}</version>
  75. </dependency>
  76. <!-- 邮件 -->
  77. <dependency>
  78. <groupId>com.uas.message</groupId>
  79. <artifactId>message-mail-api</artifactId>
  80. <version>${message.mail.version}</version>
  81. </dependency>
  82. <!-- 消息-->
  83. <dependency>
  84. <groupId>com.uas.message</groupId>
  85. <artifactId>message-sms-api</artifactId>
  86. <version>${message.sms.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.uas.platform</groupId>
  90. <artifactId>platform-core</artifactId>
  91. <version>${platform.core.version}</version>
  92. </dependency>
  93. <!-- dubbo -->
  94. <dependency>
  95. <groupId>com.alibaba</groupId>
  96. <artifactId>dubbo</artifactId>
  97. <version>${dubbo.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.apache.zookeeper</groupId>
  101. <artifactId>zookeeper</artifactId>
  102. <version>${zookeeper.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.github.sgroschupf</groupId>
  106. <artifactId>zkclient</artifactId>
  107. <version>${zkclient.version}</version>
  108. </dependency>
  109. <!-- dfs service on dubbo -->
  110. <dependency>
  111. <groupId>com.uas.dfs</groupId>
  112. <artifactId>dfs-api</artifactId>
  113. <version>${dfs.version}</version>
  114. </dependency>
  115. </dependencies>
  116. </dependencyManagement>
  117. <build>
  118. <pluginManagement>
  119. <plugins>
  120. <plugin>
  121. <groupId>org.apache.maven.plugins</groupId>
  122. <artifactId>maven-compiler-plugin</artifactId>
  123. <configuration>
  124. <source>1.7</source>
  125. <target>1.7</target>
  126. </configuration>
  127. </plugin>
  128. </plugins>
  129. </pluginManagement>
  130. </build>
  131. <distributionManagement>
  132. <!-- 发布release仓库 -->
  133. <repository>
  134. <id>platform-release</id>
  135. <name>platform-release</name>
  136. <url>http://113.105.74.141:8081/artifactory/libs-release-local</url>
  137. </repository>
  138. <!-- 发布快照版本 -->
  139. <snapshotRepository>
  140. <id>platform-snapshots</id>
  141. <name>platform-snapshots</name>
  142. <url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url>
  143. </snapshotRepository>
  144. </distributionManagement>
  145. </project>