pom.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.ym</groupId>
  8. <artifactId>mec</artifactId>
  9. <version>1.0</version>
  10. </parent>
  11. <groupId>com.yonge.audio</groupId>
  12. <artifactId>audio-analysis</artifactId>
  13. <name>audio-analysis</name>
  14. <url>http://maven.apache.org</url>
  15. <properties>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>org.apache.commons</groupId>
  21. <artifactId>commons-math3</artifactId>
  22. <version>3.6.1</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>
  26. org.springframework.cloud</groupId>
  27. <artifactId>
  28. spring-cloud-starter-netflix-eureka-client</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>
  32. org.springframework.cloud</groupId>
  33. <artifactId>
  34. spring-cloud-starter-alibaba-nacos-config</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>
  38. de.codecentric</groupId>
  39. <artifactId>spring-boot-admin-starter-client</artifactId>
  40. </dependency>
  41. <!-- swagger-spring-boot -->
  42. <dependency>
  43. <groupId>
  44. com.spring4all</groupId>
  45. <artifactId>swagger-spring-boot-starter</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>
  49. com.github.xiaoymin</groupId>
  50. <artifactId>swagger-bootstrap-ui</artifactId>
  51. </dependency>
  52. <dependency>
  53. <groupId>
  54. com.alibaba</groupId>
  55. <artifactId>druid-spring-boot-starter</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>
  59. mysql</groupId>
  60. <artifactId>mysql-connector-java</artifactId>
  61. </dependency>
  62. <dependency>
  63. <groupId>
  64. com.ym</groupId>
  65. <artifactId>mec-auth-api</artifactId>
  66. <exclusions>
  67. <exclusion>
  68. <artifactId>netty-common</artifactId>
  69. <groupId>
  70. io.netty</groupId>
  71. </exclusion>
  72. <exclusion>
  73. <artifactId>
  74. netty-transport</artifactId>
  75. <groupId>io.netty</groupId>
  76. </exclusion>
  77. <exclusion>
  78. <artifactId>
  79. netty-resolver</artifactId>
  80. <groupId>io.netty</groupId>
  81. </exclusion>
  82. <exclusion>
  83. <artifactId>
  84. netty-buffer</artifactId>
  85. <groupId>io.netty</groupId>
  86. </exclusion>
  87. <exclusion>
  88. <artifactId>
  89. netty-resolver-dns</artifactId>
  90. <groupId>io.netty</groupId>
  91. </exclusion>
  92. <exclusion>
  93. <artifactId>
  94. netty-handler</artifactId>
  95. <groupId>io.netty</groupId>
  96. </exclusion>
  97. <exclusion>
  98. <artifactId>
  99. netty-codec</artifactId>
  100. <groupId>io.netty</groupId>
  101. </exclusion>
  102. </exclusions>
  103. </dependency>
  104. <dependency>
  105. <groupId>
  106. com.ym</groupId>
  107. <artifactId>mec-biz</artifactId>
  108. <exclusions>
  109. <exclusion>
  110. <artifactId>netty-common</artifactId>
  111. <groupId>
  112. io.netty</groupId>
  113. </exclusion>
  114. <exclusion>
  115. <artifactId>
  116. netty-transport</artifactId>
  117. <groupId>io.netty</groupId>
  118. </exclusion>
  119. <exclusion>
  120. <artifactId>
  121. netty-resolver</artifactId>
  122. <groupId>io.netty</groupId>
  123. </exclusion>
  124. <exclusion>
  125. <artifactId>
  126. netty-buffer</artifactId>
  127. <groupId>io.netty</groupId>
  128. </exclusion>
  129. <exclusion>
  130. <artifactId>
  131. netty-resolver-dns</artifactId>
  132. <groupId>io.netty</groupId>
  133. </exclusion>
  134. <exclusion>
  135. <artifactId>
  136. netty-handler</artifactId>
  137. <groupId>io.netty</groupId>
  138. </exclusion>
  139. <exclusion>
  140. <artifactId>
  141. netty-codec</artifactId>
  142. <groupId>io.netty</groupId>
  143. </exclusion>
  144. </exclusions>
  145. </dependency>
  146. <dependency>
  147. <groupId>
  148. io.netty</groupId>
  149. <artifactId>netty-all</artifactId>
  150. <version>4.1.68.Final</version>
  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. <plugin>
  160. <groupId>com.spotify</groupId>
  161. <artifactId>docker-maven-plugin</artifactId>
  162. <version>1.2.2</version>
  163. </plugin>
  164. </plugins>
  165. </build>
  166. </project>