pom.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. <artifactId>mec-biz</artifactId>
  12. <name>mec-biz</name>
  13. <url>http://maven.apache.org</url>
  14. <properties>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. <redisson.version>3.16.4</redisson.version>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.ym</groupId>
  21. <artifactId>common-core</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.ym</groupId>
  25. <artifactId>mec-auth-api</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.ym</groupId>
  29. <artifactId>mec-client-api</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.ym</groupId>
  33. <artifactId>mec-thirdparty</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.ym</groupId>
  37. <artifactId>snakerflowy</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.redisson</groupId>
  41. <artifactId>redisson-spring-boot-starter</artifactId>
  42. <version>${redisson.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>net.coobird</groupId>
  46. <artifactId>thumbnailator</artifactId>
  47. <version>0.4.11</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.microsvc.toolkit.middleware</groupId>
  51. <artifactId>microsvc-middleware-live</artifactId>
  52. <version>1.0.0</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.microsvc.toolkit.common</groupId>
  56. <artifactId>microsvc-common-response</artifactId>
  57. <version>1.0.0</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.microsvc.toolkit.middleware</groupId>
  61. <artifactId>microsvc-middleware-rtc</artifactId>
  62. <version>1.0.0</version>
  63. </dependency>
  64. <!--修复依赖冲突-->
  65. <dependency>
  66. <groupId>org.jetbrains.kotlin</groupId>
  67. <artifactId>kotlin-stdlib</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.microsvc.toolkit.config</groupId>
  71. <artifactId>microsvc-config-validator</artifactId>
  72. <version>1.0.0</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.microsvc.toolkit.middleware</groupId>
  76. <artifactId>microsvc-middleware-im</artifactId>
  77. <version>1.0.0</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.microsvc.toolkit.middleware</groupId>
  81. <artifactId>microsvc-middleware-oss</artifactId>
  82. <version>1.0.0</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.alibaba</groupId>
  86. <artifactId>fastjson</artifactId>
  87. <version>1.2.70</version>
  88. </dependency>
  89. </dependencies>
  90. </project>