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-zrzyqc</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.github.junrar</groupId>
  23. <artifactId>junrar</artifactId>
  24. <version>0.7</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.apache.ant</groupId>
  28. <artifactId>ant</artifactId>
  29. <version>1.10.5</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.geotools</groupId>
  33. <artifactId>gt-shapefile</artifactId>
  34. <version>21.2</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.geotools</groupId>
  38. <artifactId>gt-swing</artifactId>
  39. <version>21.2</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.geotools</groupId>
  43. <artifactId>gt-main</artifactId>
  44. <version>21.2</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.geotools</groupId>
  48. <artifactId>gt-metadata</artifactId>
  49. <version>21.2</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.geotools</groupId>
  53. <artifactId>gt-referencing</artifactId>
  54. <version>21.2</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.geotools</groupId>
  58. <artifactId>gt-geojson</artifactId>
  59. <version>21.2</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.geotools</groupId>
  63. <artifactId>gt-epsg-hsql</artifactId>
  64. <version>21.2</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.geotools</groupId>
  68. <artifactId>gt-opengis</artifactId>
  69. <version>21.2</version>
  70. </dependency>
  71. </dependencies>
  72. <!--<profiles>
  73. <profile>
  74. <id>SpringCloud</id>
  75. &lt;!&ndash; 引入微服务启动 Starter依赖 &ndash;&gt;
  76. <dependencies>
  77. <dependency>
  78. <groupId>org.jeecgframework.boot</groupId>
  79. <artifactId>jeecg-boot-starter-cloud</artifactId>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.jeecgframework.boot</groupId>
  83. <artifactId>jeecg-boot-starter-job</artifactId>
  84. </dependency>
  85. </dependencies>
  86. </profile>
  87. </profiles>-->
  88. </project>