pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.7.17</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.example</groupId>
  12. <artifactId>ghjg-python</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>ghjgPython</name>
  15. <description>ghjg-python</description>
  16. <packaging>jar</packaging>
  17. <properties>
  18. <java.version>1.8</java.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>org.springframework.boot</groupId>
  23. <artifactId>spring-boot-starter-web</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.apache.commons</groupId>
  27. <artifactId>commons-lang3</artifactId>
  28. <version>${commons-lang3.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>cn.hutool</groupId>
  32. <artifactId>hutool-all</artifactId>
  33. <version>5.5.2</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.projectlombok</groupId>
  37. <artifactId>lombok</artifactId>
  38. <optional>true</optional>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.alibaba</groupId>
  42. <artifactId>fastjson</artifactId>
  43. <version>1.2.83</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.oracle</groupId>
  47. <artifactId>ojdbc6</artifactId>
  48. <version>11.2.0.4.0</version>
  49. <scope>system</scope>
  50. <systemPath>${pom.basedir}/libs/ojdbc6.jar</systemPath>
  51. </dependency>
  52. <!--导出excel-->
  53. <dependency>
  54. <groupId>org.jeecg</groupId>
  55. <artifactId>easypoi-base</artifactId>
  56. <version>2.4.0</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.jeecg</groupId>
  60. <artifactId>easypoi-annotation</artifactId>
  61. <version>2.4.0</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.jeecg</groupId>
  65. <artifactId>easypoi-web</artifactId>
  66. <version>2.4.0</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>e-iceblue</groupId>
  70. <artifactId>spire.xls</artifactId>
  71. <version>14.1.1</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>commons-io</groupId>
  75. <artifactId>commons-io</artifactId>
  76. <version>2.10.0</version>
  77. </dependency>
  78. <!-- <dependency>-->
  79. <!-- <groupId>com.dm</groupId>-->
  80. <!-- <artifactId>Dm7JdbcDriver</artifactId>-->
  81. <!-- <version>1.7</version>-->
  82. <!-- <scope>system</scope>-->
  83. <!-- <systemPath>${project.basedir}/libs/Dm7JdbcDriver17.jar</systemPath>-->
  84. <!-- </dependency>-->
  85. <dependency>
  86. <groupId>com.shanghaigeography</groupId>
  87. <artifactId>Infrastructure</artifactId>
  88. <version>1.1-SNAPSHOT</version>
  89. <scope>system</scope>
  90. <systemPath>${project.basedir}/libs/Infrastructure-1.0-SNAPSHOT.jar</systemPath>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.baomidou</groupId>
  94. <artifactId>mybatis-plus-boot-starter</artifactId>
  95. <version>3.4.1</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.springframework.boot</groupId>
  99. <artifactId>spring-boot-starter-test</artifactId>
  100. <scope>test</scope>
  101. </dependency>
  102. </dependencies>
  103. <repositories>
  104. <repository>
  105. <id>com.e-iceblue</id>
  106. <name>e-iceblue</name>
  107. <url>https://repo.e-iceblue.cn/repository/maven-public/</url>
  108. </repository>
  109. </repositories>
  110. <build>
  111. <finalName>ghjgPython</finalName>
  112. <plugins>
  113. <plugin>
  114. <groupId>org.springframework.boot</groupId>
  115. <artifactId>spring-boot-maven-plugin</artifactId>
  116. <configuration>
  117. <excludes>
  118. <exclude>
  119. <groupId>org.projectlombok</groupId>
  120. <artifactId>lombok</artifactId>
  121. </exclude>
  122. </excludes>
  123. </configuration>
  124. </plugin>
  125. <plugin>
  126. <groupId>org.springframework.boot</groupId>
  127. <artifactId>spring-boot-maven-plugin</artifactId>
  128. </plugin>
  129. <plugin>
  130. <groupId>org.apache.maven.plugins</groupId>
  131. <artifactId>maven-resources-plugin</artifactId>
  132. <version>3.1.0</version>
  133. </plugin>
  134. <plugin>
  135. <groupId>org.springframework.boot</groupId>
  136. <artifactId>spring-boot-maven-plugin</artifactId>
  137. <version>2.0.3.RELEASE</version>
  138. <configuration>
  139. <includeSystemScope>true</includeSystemScope>
  140. <mainClass>com.example.ghjgpython.GhjgPythonApplication</mainClass>
  141. </configuration>
  142. <executions>
  143. <execution>
  144. <goals>
  145. <goal>repackage</goal>
  146. </goals>
  147. </execution>
  148. </executions>
  149. </plugin>
  150. <plugin>
  151. <groupId>org.apache.maven.plugins</groupId>
  152. <artifactId>maven-dependency-plugin</artifactId>
  153. <version>2.10</version>
  154. <executions>
  155. <execution>
  156. <id>copy-dependencies</id>
  157. <phase>compile</phase>
  158. <goals>
  159. <goal>copy-dependencies</goal>
  160. </goals>
  161. <configuration>
  162. <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/lib</outputDirectory>
  163. <includeScope>system</includeScope>
  164. </configuration>
  165. </execution>
  166. </executions>
  167. </plugin>
  168. </plugins>
  169. </build>
  170. </project>