pom.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>jeecg-boot-parent</artifactId>
  7. <groupId>org.jeecgframework.boot</groupId>
  8. <version>3.2.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>jeecg-boot-module-gis</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.jeecgframework.boot</groupId>
  15. <artifactId>jeecg-boot-base-core</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>org.jeecgframework.boot</groupId>
  19. <artifactId>jeecg-system-local-api</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.vividsolutions</groupId>
  23. <artifactId>jts</artifactId>
  24. <version>1.13</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.geotools</groupId>
  28. <artifactId>gt-opengis</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.geotools</groupId>
  32. <artifactId>gt-main</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.locationtech.jts</groupId>
  36. <artifactId>jts-core</artifactId>
  37. <version>1.16.0</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.geotools</groupId>
  41. <artifactId>gt-shapefile</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.esri.geometry</groupId>
  45. <artifactId>esri-geometry-api</artifactId>
  46. <version>2.2.4</version>
  47. </dependency>
  48. <!-- <dependency>
  49. <groupId>org.geotools</groupId>
  50. <artifactId>gt-shapefile</artifactId>
  51. <version>2.7.2</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.geotools</groupId>
  55. <artifactId>gt-epsg-hsql</artifactId>
  56. <version>2.7.2</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.geotools</groupId>
  60. <artifactId>gt-swing</artifactId>
  61. <version>2.7.2</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.geotools</groupId>
  65. <artifactId>gt-main</artifactId>
  66. <version>2.7.2</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.locationtech.jts</groupId>
  70. <artifactId>jts-core</artifactId>
  71. <version>1.16.0</version>
  72. </dependency>-->
  73. <!-- <dependency>
  74. <groupId>org.jeecgframework.boot</groupId>
  75. <artifactId>jeecg-boot-module-gdgl</artifactId>
  76. <version>3.2.0</version>
  77. <scope>compile</scope>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.jeecgframework.boot</groupId>
  81. <artifactId>jeecg-boot-module-zdgl</artifactId>
  82. <version>3.2.0</version>
  83. </dependency>-->
  84. </dependencies>
  85. </project>