pom.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.tofly</groupId>
  7. <artifactId>tf-ylsw</artifactId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <artifactId>ylsw-gis</artifactId>
  11. <version>0.0.1-SNAPSHOT</version>
  12. <name>ylsw-gis</name>
  13. <description>project for ylswGis</description>
  14. <dependencies>
  15. <!-- 这个是短信替换哪里用到了的-->
  16. <dependency>
  17. <groupId>org.apache.commons</groupId>
  18. <artifactId>commons-text</artifactId>
  19. <version>1.8</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.tofly</groupId>
  23. <artifactId>mis-api</artifactId>
  24. <version>1.0.0</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.tofly</groupId>
  28. <artifactId>admin-api</artifactId>
  29. <version>1.0.0</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.springframework.cloud</groupId>
  33. <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
  34. <version>2.1.3.RELEASE</version>
  35. <exclusions>
  36. <exclusion>
  37. <artifactId>bcpkix-jdk15on</artifactId>
  38. <groupId>org.bouncycastle</groupId>
  39. </exclusion>
  40. <exclusion>
  41. <artifactId>HdrHistogram</artifactId>
  42. <groupId>org.hdrhistogram</groupId>
  43. </exclusion>
  44. </exclusions>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.tofly</groupId>
  48. <artifactId>common-ftp</artifactId>
  49. <version>1.0.0</version>
  50. <exclusions>
  51. <exclusion>
  52. <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
  53. <groupId>org.springframework.cloud</groupId>
  54. </exclusion>
  55. </exclusions>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.tofly</groupId>
  59. <artifactId>common-es</artifactId>
  60. <version>1.0.0</version>
  61. <exclusions>
  62. <exclusion>
  63. <groupId>com.baomidou</groupId>
  64. <artifactId>mybatis-plus-core</artifactId>
  65. </exclusion>
  66. <exclusion>
  67. <groupId>com.baomidou</groupId>
  68. <artifactId>mybatis-plus-extension</artifactId>
  69. </exclusion>
  70. <exclusion>
  71. <artifactId>fastjson</artifactId>
  72. <groupId>com.alibaba</groupId>
  73. </exclusion>
  74. <exclusion>
  75. <artifactId>HdrHistogram</artifactId>
  76. <groupId>org.hdrhistogram</groupId>
  77. </exclusion>
  78. <exclusion>
  79. <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
  80. <groupId>org.springframework.cloud</groupId>
  81. </exclusion>
  82. </exclusions>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.baomidou</groupId>
  86. <artifactId>mybatis-plus-boot-starter</artifactId>
  87. <version>3.3.2</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.haiqiu.tools</groupId>
  91. <artifactId>hq-all-tools</artifactId>
  92. <version>1.1</version>
  93. </dependency>
  94. <!-- 海康对接maven -->
  95. <dependency>
  96. <groupId>com.hikvision.ga</groupId>
  97. <artifactId>artemis-http-client</artifactId>
  98. <version>1.1.3</version>
  99. </dependency>
  100. </dependencies>
  101. <build>
  102. <plugins>
  103. <plugin>
  104. <groupId>org.springframework.boot</groupId>
  105. <artifactId>spring-boot-maven-plugin</artifactId>
  106. <executions>
  107. <execution>
  108. <goals>
  109. <goal>repackage</goal>
  110. </goals>
  111. </execution>
  112. </executions>
  113. </plugin>
  114. </plugins>
  115. </build>
  116. </project>