pom.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>org.jeecgframework.boot</groupId>
  6. <artifactId>jeecg-boot-parent</artifactId>
  7. <version>3.1.0</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>jeecg-boot-module-system</artifactId>
  11. <repositories>
  12. <repository>
  13. <id>aliyun</id>
  14. <name>aliyun Repository</name>
  15. <url>https://maven.aliyun.com/repository/public</url>
  16. <snapshots>
  17. <enabled>false</enabled>
  18. </snapshots>
  19. </repository>
  20. <repository>
  21. <id>jeecg</id>
  22. <name>jeecg Repository</name>
  23. <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  24. <snapshots>
  25. <enabled>false</enabled>
  26. </snapshots>
  27. </repository>
  28. </repositories>
  29. <dependencies>
  30. <dependency>
  31. <groupId>com.aliyun</groupId>
  32. <artifactId>dysmsapi20170525</artifactId>
  33. <version>2.0.23</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.aliyun</groupId>
  37. <artifactId>ocr_api20210707</artifactId>
  38. <version>1.1.12</version>
  39. </dependency>
  40. <!-- <dependency>-->
  41. <!-- <groupid>org.jeecgframework.boot</groupid>-->
  42. <!-- <artifactid>jeecg-boot-starter-lock</artifactid>-->
  43. <!-- </dependency>-->
  44. <!-- <dependency>-->
  45. <!-- <groupId>org.jeecgframework.boot</groupId>-->
  46. <!-- <artifactId>jeecg-boot-starter-lock</artifactId>-->
  47. <!-- </dependency>-->
  48. <dependency>
  49. <groupId>org.jeecgframework.boot</groupId>
  50. <artifactId>jeecg-system-local-api</artifactId>
  51. </dependency>
  52. <!-- jeewx api -->
  53. <dependency>
  54. <groupId>org.jeecgframework</groupId>
  55. <artifactId>jeewx-api</artifactId>
  56. <version>1.4.7</version>
  57. <exclusions>
  58. <exclusion>
  59. <artifactId>commons-beanutils</artifactId>
  60. <groupId>commons-beanutils</groupId>
  61. </exclusion>
  62. <exclusion>
  63. <artifactId>commons-lang</artifactId>
  64. <groupId>commons-lang</groupId>
  65. </exclusion>
  66. </exclusions>
  67. </dependency>
  68. <!-- 积木报表 -->
  69. <dependency>
  70. <groupId>org.jeecgframework.jimureport</groupId>
  71. <artifactId>jimureport-spring-boot-starter</artifactId>
  72. <version>1.4.32</version>
  73. </dependency>
  74. </dependencies>
  75. <build>
  76. <plugins>
  77. <plugin>
  78. <groupId>org.springframework.boot</groupId>
  79. <artifactId>spring-boot-maven-plugin</artifactId>
  80. <!-- <configuration>-->
  81. <!-- <includeSystemScope>true</includeSystemScope>-->
  82. <!-- </configuration>-->
  83. <!-- <configuration>-->
  84. <!-- <layout>ZIP</layout>-->
  85. <!-- <includes>-->
  86. <!-- <include>-->
  87. <!-- <groupId>nothing</groupId>-->
  88. <!-- <artifactId>nothing</artifactId>-->
  89. <!-- </include>-->
  90. <!-- </includes>-->
  91. <!-- </configuration>-->
  92. <!-- <executions>-->
  93. <!-- <execution>-->
  94. <!-- <goals>-->
  95. <!-- <goal>repackage</goal>-->
  96. <!-- </goals>-->
  97. <!-- </execution>-->
  98. <!-- </executions>-->
  99. </plugin>
  100. </plugins>
  101. </build>
  102. <!-- <build>-->
  103. <!-- <plugins>-->
  104. <!-- <plugin>-->
  105. <!-- <groupId>org.springframework.boot</groupId>-->
  106. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  107. <!-- <configuration>-->
  108. <!-- &lt;!&ndash;微服务模式下修改为true,跳过此打包插件,否则微服务模块无法引用&ndash;&gt;-->
  109. <!-- <skip>false</skip>-->
  110. <!-- </configuration>-->
  111. <!-- </plugin>-->
  112. <!-- </plugins>-->
  113. <!-- </build>-->
  114. </project>