pom.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. <parent>
  6. <artifactId>winsea-haixin</artifactId>
  7. <groupId>com.yh.haixin</groupId>
  8. <version>0.7.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>winsea-haixin-platform-backend</artifactId>
  12. <packaging>jar</packaging>
  13. <repositories>
  14. <repository>
  15. <id>aliyun</id>
  16. <name>aliyun-maven</name>
  17. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
  18. </repository>
  19. <repository>
  20. <id>nexus-winsea</id>
  21. <url>http://nexus.winsea.com:8081/repository/maven-public/</url>
  22. <releases>
  23. <enabled>true</enabled>
  24. </releases>
  25. <snapshots>
  26. <enabled>true</enabled>
  27. </snapshots>
  28. </repository>
  29. </repositories>
  30. <pluginRepositories>
  31. <pluginRepository>
  32. <id>aliyun</id>
  33. <name>aliyun-maven</name>
  34. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
  35. </pluginRepository>
  36. </pluginRepositories>
  37. <!-- <distributionManagement>-->
  38. <!-- <repository>-->
  39. <!-- <id>nexus-winsea</id>-->
  40. <!-- <name>Nexus Release Repository</name>-->
  41. <!-- <url>http://nexus.winsea.com:8081/repository/maven-releases/</url>-->
  42. <!-- </repository>-->
  43. <!-- <snapshotRepository>-->
  44. <!-- <id>nexus-winsea</id>-->
  45. <!-- <name>Nexus Snapshot Repository</name>-->
  46. <!-- <url>http://nexus.winsea.com:8081/repository/maven-snapshots/</url>-->
  47. <!-- </snapshotRepository>-->
  48. <!-- </distributionManagement>-->
  49. <dependencies>
  50. <!--海务模块-->
  51. <!-- <dependency>-->
  52. <!-- <groupId>com.yh.haixin</groupId>-->
  53. <!-- <artifactId>winsea-haixin-plugin-monitor</artifactId>-->
  54. <!-- <version>0.7.0</version>-->
  55. <!-- </dependency>-->
  56. <!--公告模块-->
  57. <dependency>
  58. <groupId>com.yh.haixin</groupId>
  59. <artifactId>winsea-haixin-plugin-configuration</artifactId>
  60. <version>0.7.0</version>
  61. </dependency>
  62. <!--船员模块-->
  63. <!-- <dependency>-->
  64. <!-- <groupId>com.yh.haixin</groupId>-->
  65. <!-- <artifactId>winsea-haixin-plugin-crew</artifactId>-->
  66. <!-- <version>0.7.0</version>-->
  67. <!-- </dependency>-->
  68. <!--云盘模块-->
  69. <dependency>
  70. <groupId>com.yh.haixin</groupId>
  71. <artifactId>winsea-haixin-plugin-clouddisk</artifactId>
  72. <version>0.7.0</version>
  73. </dependency>
  74. <!--体系模块-->
  75. <!-- <dependency>-->
  76. <!-- <groupId>com.yh.haixin</groupId>-->
  77. <!-- <artifactId>winsea-haixin-plugin-ism</artifactId>-->
  78. <!-- <version>0.7.0</version>-->
  79. <!-- </dependency>-->
  80. <!--油品模块-->
  81. <!-- <dependency>-->
  82. <!-- <groupId>com.yh.haixin</groupId>-->
  83. <!-- <artifactId>winsea-haixin-plugin-oil</artifactId>-->
  84. <!-- <version>0.7.0</version>-->
  85. <!-- </dependency>-->
  86. <!--船舶证书模块-->
  87. <!-- <dependency>-->
  88. <!-- <groupId>com.yh.haixin</groupId>-->
  89. <!-- <artifactId>winsea-haixin-plugin-certificate</artifactId>-->
  90. <!-- <version>0.7.0</version>-->
  91. <!-- </dependency>-->
  92. <!--维修保养模块-->
  93. <!-- <dependency>-->
  94. <!-- <groupId>com.yh.haixin</groupId>-->
  95. <!-- <artifactId>winsea-haixin-plugin-maintain</artifactId>-->
  96. <!-- <version>0.7.0</version>-->
  97. <!-- </dependency>-->
  98. <!--采购模块、备件模块、物料模块-->
  99. <!-- <dependency>-->
  100. <!-- <groupId>com.yh.haixin</groupId>-->
  101. <!-- <artifactId>winsea-haixin-plugin-purchase</artifactId>-->
  102. <!-- <version>0.7.0</version>-->
  103. <!-- </dependency>-->
  104. <!--新闻模块-->
  105. <dependency>
  106. <groupId>com.yh.haixin</groupId>
  107. <artifactId>winsea-haixin-plugin-news</artifactId>
  108. <version>0.7.0</version>
  109. </dependency>
  110. <!--财务模块-->
  111. <!-- <dependency>-->
  112. <!-- <groupId>com.yh.haixin</groupId>-->
  113. <!-- <artifactId>winsea-haixin-plugin-finance</artifactId>-->
  114. <!-- <version>0.7.0</version>-->
  115. <!-- </dependency>-->
  116. <!--服务商模块-->
  117. <dependency>
  118. <groupId>com.yh.haixin</groupId>
  119. <artifactId>winsea-haixin-plugin-servicer</artifactId>
  120. <version>0.7.0</version>
  121. </dependency>
  122. <!--运营后台、企业后台-->
  123. <dependency>
  124. <groupId>com.yh.haixin</groupId>
  125. <artifactId>winsea-haixin-plugin-operation</artifactId>
  126. <version>0.7.0</version>
  127. </dependency>
  128. <!--修船-->
  129. <!-- <dependency>-->
  130. <!-- <groupId>com.yh.haixin</groupId>-->
  131. <!-- <artifactId>winsea-haixin-plugin-repair</artifactId>-->
  132. <!-- <version>0.7.0</version>-->
  133. <!-- </dependency>-->
  134. <dependency>
  135. <groupId>org.springframework.boot</groupId>
  136. <artifactId>spring-boot-starter-websocket</artifactId>
  137. <scope>provided</scope>
  138. </dependency>
  139. <dependency>
  140. <groupId>mysql</groupId>
  141. <artifactId>mysql-connector-java</artifactId>
  142. <version>5.1.38</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.springframework</groupId>
  146. <artifactId>spring-websocket</artifactId>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.springframework</groupId>
  150. <artifactId>spring-messaging</artifactId>
  151. </dependency>
  152. </dependencies>
  153. <build>
  154. <plugins>
  155. <plugin>
  156. <groupId>org.springframework.boot</groupId>
  157. <artifactId>spring-boot-maven-plugin</artifactId>
  158. </plugin>
  159. </plugins>
  160. </build>
  161. </project>