2.0重构版本
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 2 roky
před 2 roky
před 2 roky
před 2 roky
před 2 roky
před 2 roky
před 2 roky
před 2 roky
před 2 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. <modelVersion>4.0.0</modelVersion>
  6. <artifactId>sw-system-bpm</artifactId>
  7. <groupId>cc.smtweb</groupId>
  8. <version>3.1.0-SNAPSHOT</version>
  9. <parent>
  10. <groupId>org.springframework.boot</groupId>
  11. <artifactId>spring-boot-starter-parent</artifactId>
  12. <version>2.5.6</version>
  13. <relativePath/> <!-- lookup parent from repository -->
  14. </parent>
  15. <properties>
  16. <maven.compiler.target>1.8</maven.compiler.target>
  17. <maven.compiler.source>1.8</maven.compiler.source>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-web</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>cc.smtweb</groupId>
  26. <artifactId>sw-framework-core</artifactId>
  27. <version>3.1.0-SNAPSHOT</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springframework.boot</groupId>
  31. <artifactId>spring-boot-starter-freemarker</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.quartz-scheduler</groupId>
  35. <artifactId>quartz</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>net.coobird</groupId>
  39. <artifactId>thumbnailator</artifactId>
  40. <version>[0.4, 0.5)</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.jclarion</groupId>
  44. <artifactId>image4j</artifactId>
  45. <version>0.7</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.fasterxml.jackson.dataformat</groupId>
  49. <artifactId>jackson-dataformat-yaml</artifactId>
  50. <version>2.11.0</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.fasterxml.jackson.dataformat</groupId>
  54. <artifactId>jackson-dataformat-xml</artifactId>
  55. <version>2.11.0</version>
  56. </dependency>
  57. <!-- https://mvnrepository.com/artifact/net.jodah/typetools -->
  58. <!-- <dependency>-->
  59. <!-- <groupId>net.jodah</groupId>-->
  60. <!-- <artifactId>typetools</artifactId>-->
  61. <!-- <version>0.6.3</version>-->
  62. <!-- </dependency>-->
  63. <dependency>
  64. <groupId>org.apache.velocity</groupId>
  65. <artifactId>velocity-engine-core</artifactId>
  66. <version>2.3</version>
  67. <scope>compile</scope>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.springframework.boot</groupId>
  71. <artifactId>spring-boot-test</artifactId>
  72. <scope>test</scope>
  73. </dependency>
  74. <!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher -->
  75. <dependency>
  76. <groupId>org.junit.platform</groupId>
  77. <artifactId>junit-platform-launcher</artifactId>
  78. <version>1.6.2</version>
  79. <scope>test</scope>
  80. </dependency>
  81. <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
  82. <dependency>
  83. <groupId>org.junit.jupiter</groupId>
  84. <artifactId>junit-jupiter-api</artifactId>
  85. <version>5.6.2</version>
  86. <scope>test</scope>
  87. </dependency>
  88. <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
  89. <dependency>
  90. <groupId>org.junit.jupiter</groupId>
  91. <artifactId>junit-jupiter-engine</artifactId>
  92. <version>5.6.2</version>
  93. <scope>test</scope>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.junit.vintage</groupId>
  97. <artifactId>junit-vintage-engine</artifactId>
  98. <version>5.6.2</version>
  99. <scope>test</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.junit.jupiter</groupId>
  103. <artifactId>junit-jupiter-params</artifactId>
  104. <version>5.6.2</version>
  105. <scope>test</scope>
  106. </dependency>
  107. <!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
  108. <!-- <dependency>-->
  109. <!-- <groupId>org.assertj</groupId>-->
  110. <!-- <artifactId>assertj-core</artifactId>-->
  111. <!-- <version>3.16.0</version>-->
  112. <!-- <scope>test</scope>-->
  113. <!-- </dependency>-->
  114. <!--<dependency>
  115. <groupId>org.springframework</groupId>
  116. <artifactId>spring-test</artifactId>
  117. <version>5.2.7.RELEASE</version>
  118. <scope>test</scope>
  119. </dependency>-->
  120. <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
  121. <dependency>
  122. <groupId>org.mockito</groupId>
  123. <artifactId>mockito-all</artifactId>
  124. <version>1.10.19</version>
  125. <scope>test</scope>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.springframework.boot</groupId>
  129. <artifactId>spring-boot-starter-test</artifactId>
  130. <scope>test</scope>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.aliyun</groupId>
  134. <artifactId>aliyun-java-sdk-core</artifactId>
  135. <version>4.0.6</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>commons-net</groupId>
  139. <artifactId>commons-net</artifactId>
  140. <version>3.6</version>
  141. <scope>compile</scope>
  142. </dependency>
  143. <dependency>
  144. <groupId>com.jcraft</groupId>
  145. <artifactId>jsch</artifactId>
  146. <version>0.1.53</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>commons-fileupload</groupId>
  150. <artifactId>commons-fileupload</artifactId>
  151. <version>1.4</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>commons-io</groupId>
  155. <artifactId>commons-io</artifactId>
  156. <version>2.11.0</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.apache.httpcomponents</groupId>
  160. <artifactId>httpclient</artifactId>
  161. <version>4.5.7</version>
  162. </dependency>
  163. </dependencies>
  164. <build>
  165. <plugins>
  166. <!-- 打 springboot 完整包 -->
  167. <!-- <plugin>-->
  168. <!-- <groupId>org.springframework.boot</groupId>-->
  169. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  170. <!-- <version>2.1.5.RELEASE</version>-->
  171. <!-- </plugin>-->
  172. <plugin>
  173. <groupId>org.apache.maven.plugins</groupId>
  174. <artifactId>maven-surefire-plugin</artifactId>
  175. <configuration>
  176. <skipTests>true</skipTests>
  177. </configuration>
  178. </plugin>
  179. <!-- 用于生成source.jar包的plugin -->
  180. <plugin>
  181. <groupId>org.apache.maven.plugins</groupId>
  182. <artifactId>maven-source-plugin</artifactId>
  183. <executions>
  184. <execution>
  185. <id>attach-sources</id>
  186. <phase>verify</phase>
  187. <goals>
  188. <goal>jar-no-fork</goal>
  189. </goals>
  190. </execution>
  191. </executions>
  192. </plugin>
  193. <!-- 用于生成jar包的plugin -->
  194. <plugin>
  195. <groupId>org.apache.maven.plugins</groupId>
  196. <artifactId>maven-jar-plugin</artifactId>
  197. <configuration>
  198. <excludes>
  199. <exclude>config/application.yaml</exclude>
  200. <exclude>config/application-dev.yaml</exclude>
  201. <exclude>config/application-prod.yaml</exclude>
  202. </excludes>
  203. </configuration>
  204. </plugin>
  205. </plugins>
  206. <resources>
  207. <!-- 界面设计器 -->
  208. <resource>
  209. <directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-ui-design-vue/dist/</directory>
  210. <targetPath>${basedir}/target/classes/static/design/ui</targetPath>
  211. </resource>
  212. <!-- DB设计器 -->
  213. <resource>
  214. <directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-db-design-vue/dist/</directory>
  215. <targetPath>${basedir}/target/classes/static/design/db</targetPath>
  216. </resource>
  217. <!-- 流程设计器 -->
  218. <resource>
  219. <directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-flow-design-vue/dist/</directory>
  220. <targetPath>${basedir}/target/classes/static/design/flow</targetPath>
  221. </resource>
  222. <!-- 预览脚手架 -->
  223. <resource>
  224. <directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-framework-widget-vue/dist/</directory>
  225. <targetPath>${basedir}/target/classes/static/design/preview</targetPath>
  226. </resource>
  227. <!-- 设定主资源目录,入口跳转页等 -->
  228. <resource>
  229. <directory>src/main/resources</directory>
  230. </resource>
  231. </resources>
  232. </build>
  233. <distributionManagement>
  234. <repository>
  235. <id>nexus-releases</id>
  236. <name>Nexus Release Repository</name>
  237. <url>http://47.92.149.153:7000/repository/maven-releases/</url>
  238. </repository>
  239. <snapshotRepository>
  240. <id>nexus-snapshots</id>
  241. <name>Nexus Snapshot Repository</name>
  242. <url>http://47.92.149.153:7000/repository/maven-snapshots/</url>
  243. </snapshotRepository>
  244. </distributionManagement>
  245. </project>