pom.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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>tf-lysw</artifactId>
  7. <groupId>com.tofly</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <packaging>jar</packaging>
  12. <artifactId>psgw-analyse</artifactId>
  13. <properties>
  14. <supermap.version>11.0.1</supermap.version>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>ch.qos.logback</groupId>
  19. <artifactId>logback-classic</artifactId>
  20. <version>1.2.3</version>
  21. </dependency>
  22. <!-- xxl-job -->
  23. <dependency>
  24. <groupId>com.xuxueli</groupId>
  25. <artifactId>xxl-job-core</artifactId>
  26. <version>2.2.0</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.tofly</groupId>
  30. <artifactId>csps-base-api</artifactId>
  31. <version>1.0.0</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.apache.httpcomponents</groupId>
  35. <artifactId>httpclient</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.thymeleaf</groupId>
  39. <artifactId>thymeleaf-spring5</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.tofly</groupId>
  43. <artifactId>common-ftp</artifactId>
  44. <version>1.0.0</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.tofly</groupId>
  48. <artifactId>common-redis</artifactId>
  49. <version>1.0.0</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.baomidou</groupId>
  53. <artifactId>mybatis-plus-boot-starter</artifactId>
  54. <version>3.3.0</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.tofly</groupId>
  58. <artifactId>common-orm-mybatisplus</artifactId>
  59. <version>1.0.4</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.jcraft</groupId>
  63. <artifactId>jsch</artifactId>
  64. <version>0.1.55</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>ch.ethz.ganymed</groupId>
  68. <artifactId>ganymed-ssh2</artifactId>
  69. <version>262</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.tofly</groupId>
  73. <artifactId>common-core</artifactId>
  74. <version>1.0.0</version>
  75. <scope>compile</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.supermap.iobjects</groupId>
  79. <artifactId>com.supermap.mapping</artifactId>
  80. <version>${supermap.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.supermap.iobjects</groupId>
  84. <artifactId>com.supermap.data.conversion</artifactId>
  85. <version>${supermap.version}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.supermap.iobjects</groupId>
  89. <artifactId>com.supermap.data</artifactId>
  90. <version>${supermap.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.supermap.iobjects</groupId>
  94. <artifactId>com.supermap.analyst.trafficanalyst</artifactId>
  95. <version>${supermap.version}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.supermap.iobjects</groupId>
  99. <artifactId>com.supermap.analyst.terrainanalyst</artifactId>
  100. <version>${supermap.version}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.supermap.iobjects</groupId>
  104. <artifactId>com.supermap.analyst.spatialstatistics</artifactId>
  105. <version>${supermap.version}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.supermap.iobjects</groupId>
  109. <artifactId>com.supermap.analyst.spatialanalyst</artifactId>
  110. <version>${supermap.version}</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.supermap.iobjects</groupId>
  114. <artifactId>com.supermap.analyst.networkanalyst</artifactId>
  115. <version>${supermap.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.supermap.iobjects</groupId>
  119. <artifactId>com.supermap.analyst.navigation</artifactId>
  120. <version>${supermap.version}</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.supermap.iobjects</groupId>
  124. <artifactId>com.supermap.analyst.addressmatching</artifactId>
  125. <version>${supermap.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.supermap.iobjects</groupId>
  129. <artifactId>com.supermap.data.cloudlicense</artifactId>
  130. <version>${supermap.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.postgresql</groupId>
  134. <artifactId>postgresql</artifactId>
  135. <version>42.2.20</version>
  136. </dependency>
  137. </dependencies>
  138. <build>
  139. <plugins>
  140. <plugin>
  141. <groupId>org.springframework.boot</groupId>
  142. <artifactId>spring-boot-maven-plugin</artifactId>
  143. <executions>
  144. <execution>
  145. <goals>
  146. <goal>repackage</goal>
  147. </goals>
  148. </execution>
  149. </executions>
  150. </plugin>
  151. </plugins>
  152. </build>
  153. </project>