pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.persagy</groupId>
  7. <artifactId>apm-package</artifactId>
  8. <version>v1.3.0-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>dmp-alarm</artifactId>
  11. <version>v1.0.0</version>
  12. <repositories>
  13. <repository>
  14. <id>snapshot</id>
  15. <name>snapshot Repository</name>
  16. <url>http://47.93.132.139:8081/nexus/content/repositories/snapshots/</url>
  17. <snapshots>
  18. <enabled>true</enabled>
  19. <updatePolicy>always</updatePolicy>
  20. </snapshots>
  21. </repository>
  22. <repository>
  23. <id>persagy</id>
  24. <name>persagy Repository</name>
  25. <url>http://47.93.132.139:8081/nexus/content/repositories/persagy/</url>
  26. </repository>
  27. <repository>
  28. <id>integrated</id>
  29. <name>releases Repository</name>
  30. <url>http://47.93.132.139:8081/nexus/content/repositories/integrated/</url>
  31. </repository>
  32. <repository>
  33. <id>persagy2021-yushu-public</id>
  34. <name>public</name>
  35. <url>https://persagy2021-maven.pkg.coding.net/repository/yushu/public/</url>
  36. </repository>
  37. </repositories>
  38. <dependencies>
  39. <dependency>
  40. <groupId>org.springframework</groupId>
  41. <artifactId>spring-core</artifactId>
  42. <version>5.3.4</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.projectlombok</groupId>
  46. <artifactId>lombok</artifactId>
  47. <optional>true</optional>
  48. </dependency>
  49. <!-- 项目启动 -->
  50. <dependency>
  51. <groupId>com.persagy</groupId>
  52. <artifactId>apm-server</artifactId>
  53. <version>v1.3.0-SNAPSHOT</version><!--$NO-MVN-MAN-VER$-->
  54. <exclusions>
  55. <exclusion>
  56. <artifactId>mybatis</artifactId>
  57. <groupId>org.mybatis</groupId>
  58. </exclusion>
  59. <exclusion>
  60. <artifactId>poi</artifactId>
  61. <groupId>org.apache.poi</groupId>
  62. </exclusion>
  63. <exclusion>
  64. <artifactId>poi-ooxml</artifactId>
  65. <groupId>org.apache.poi</groupId>
  66. </exclusion>
  67. <exclusion>
  68. <artifactId>poi-ooxml-schemas</artifactId>
  69. <groupId>org.apache.poi</groupId>
  70. </exclusion>
  71. </exclusions>
  72. </dependency>
  73. <!-- apm 工具包 -->
  74. <dependency>
  75. <groupId>com.persagy</groupId>
  76. <artifactId>apm-common</artifactId>
  77. <version>v1.3.0-SNAPSHOT</version><!--$NO-MVN-MAN-VER$-->
  78. <exclusions>
  79. <exclusion>
  80. <groupId>com.persagy</groupId>
  81. <artifactId>integrated-redis-spring-boot-starter</artifactId>
  82. </exclusion>
  83. </exclusions>
  84. </dependency>
  85. <!-- lang -->
  86. <dependency>
  87. <groupId>commons-lang</groupId>
  88. <artifactId>commons-lang</artifactId>
  89. </dependency>
  90. <!-- gson json,java对象互转 -->
  91. <dependency>
  92. <groupId>com.google.code.gson</groupId>
  93. <artifactId>gson</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.persagy</groupId>
  97. <artifactId>starter-cloud</artifactId>
  98. <version>1.0.8</version>
  99. <exclusions>
  100. <exclusion>
  101. <groupId>com.baomidou</groupId>
  102. <artifactId>mybatis-plus-extension</artifactId>
  103. </exclusion>
  104. </exclusions>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.persagy</groupId>
  108. <artifactId>starter-log</artifactId>
  109. <version>1.0.8</version>
  110. </dependency>
  111. <!-- swagger -->
  112. <dependency>
  113. <groupId>com.persagy</groupId>
  114. <artifactId>integrated-swagger2-spring-boot-starter</artifactId>
  115. </dependency>
  116. <!-- 数学逻辑运算解析库-->
  117. <dependency>
  118. <groupId>com.googlecode.aviator</groupId>
  119. <artifactId>aviator</artifactId>
  120. <version>5.2.5</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.persagy</groupId>
  124. <artifactId>apm-mybatis</artifactId>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.persagy.apm</groupId>
  128. <artifactId>alarm-data-starter</artifactId>
  129. <version>v4.0.0-SNAPSHOT</version>
  130. <exclusions>
  131. <exclusion>
  132. <groupId>org.springframework</groupId>
  133. <artifactId>spring-core</artifactId>
  134. </exclusion>
  135. </exclusions>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.mybatis</groupId>
  139. <artifactId>mybatis</artifactId>
  140. <version>3.5.6</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>com.thoughtworks.xstream</groupId>
  144. <artifactId>xstream</artifactId>
  145. <version>1.4.18</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.apache.poi</groupId>
  149. <artifactId>poi</artifactId>
  150. <version>4.1.2</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.apache.poi</groupId>
  154. <artifactId>poi-ooxml</artifactId>
  155. <version>4.1.2</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.apache.skywalking</groupId>
  159. <artifactId>apm-toolkit-logback-1.x</artifactId>
  160. <version>8.3.0</version>
  161. </dependency>
  162. </dependencies>
  163. </project>