pom.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.steerinfo</groupId>
  6. <artifactId>icore-paas</artifactId>
  7. <version>1.0</version>
  8. </parent>
  9. <groupId>com.steerinfo</groupId>
  10. <artifactId>xt-ems-api</artifactId>
  11. <version>1.0</version>
  12. <packaging>jar</packaging>
  13. <name>xt-ems-api</name>
  14. <url>http://maven.apache.org</url>
  15. <properties>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. <!--
  20. <dependency>
  21. <groupId>com.steerinfo</groupId>
  22. <artifactId>sqlparser</artifactId>
  23. <version>1.0</version>
  24. </dependency>
  25. -->
  26. <dependency>
  27. <groupId>com.hnshituo</groupId>
  28. <artifactId>icore-rtdb</artifactId>
  29. <version>2.1.2</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.microsoft.sqlserver</groupId>
  33. <artifactId>mssql-jdbc</artifactId>
  34. <version>6.4.0.jre8</version>
  35. <scope>runtime</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>mysql</groupId>
  39. <artifactId>mysql-connector-java</artifactId>
  40. <version>5.1.46</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.steerinfo</groupId>
  44. <artifactId>framework</artifactId>
  45. <version>1.0</version>
  46. </dependency>
  47. <!--文件上传-->
  48. <dependency>
  49. <groupId>commons-net</groupId>
  50. <artifactId>commons-net</artifactId>
  51. <version>3.6</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>commons-fileupload</groupId>
  55. <artifactId>commons-fileupload</artifactId>
  56. <version>1.3.2</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>commons-io</groupId>
  60. <artifactId>commons-io</artifactId>
  61. <version>2.4</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework</groupId>
  65. <artifactId>spring-web</artifactId>
  66. <version>5.0.4.RELEASE</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.apache.poi</groupId>
  70. <artifactId>poi-ooxml</artifactId>
  71. <version>3.17</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.poi</groupId>
  75. <artifactId>poi</artifactId>
  76. <version>3.17</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.apache.poi</groupId>
  80. <artifactId>poi-scratchpad</artifactId>
  81. <version>3.17</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.apache.poi</groupId>
  85. <artifactId>poi-ooxml-schemas</artifactId>
  86. <version>3.17</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.apache.poi</groupId>
  90. <artifactId>ooxml-schemas</artifactId>
  91. <version>1.3</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>fr.opensagres.xdocreport</groupId>
  95. <artifactId>xdocreport</artifactId>
  96. <version>2.0.1</version>
  97. </dependency>
  98. <!-- 被收购了,2.0.1版本开始向下兼容-->
  99. <!-- <dependency>-->
  100. <!-- <groupId>fr.opensagres.xdocreport</groupId>-->
  101. <!-- <artifactId>org.apache.poi.xwpf.converter.core</artifactId>-->
  102. <!-- <version>1.0.6</version>-->
  103. <!-- </dependency>-->
  104. <!-- <dependency>-->
  105. <!-- <groupId>fr.opensagres.xdocreport</groupId>-->
  106. <!-- <artifactId>org.apache.poi.xwpf.converter.xhtml</artifactId>-->
  107. <!-- <version>1.0.6</version>-->
  108. <!-- </dependency>-->
  109. <dependency>
  110. <groupId>com.mosalc</groupId>
  111. <artifactId>mswebservice</artifactId>
  112. <version>1.0.0</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.apache.axis2</groupId>
  116. <artifactId>axis2-kernel</artifactId>
  117. <version>1.8.0</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.apache.axis2</groupId>
  121. <artifactId>axis2-adb</artifactId>
  122. <version>1.8.0</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>org.apache.axis2</groupId>
  126. <artifactId>axis2-transport-local</artifactId>
  127. <version>1.8.0</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.apache.axis2</groupId>
  131. <artifactId>axis2-transport-http</artifactId>
  132. <version>1.8.0</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.springframework.boot</groupId>
  136. <artifactId>spring-boot-starter-websocket</artifactId>
  137. </dependency>
  138. <dependency>
  139. <groupId>com.steerinfo</groupId>
  140. <artifactId>websocketclient</artifactId>
  141. <version>1.0</version>
  142. </dependency>
  143. </dependencies>
  144. <build>
  145. <!--自运行 -->
  146. <resources>
  147. <resource>
  148. <directory>src/main/java</directory>
  149. <includes>
  150. <include>**/*.class</include>
  151. <include>**/*.xml</include>
  152. </includes>
  153. <filtering>false</filtering>
  154. </resource>
  155. <resource>
  156. <directory>lib</directory>
  157. <targetPath>BOOT-INF/lib/</targetPath>
  158. <includes>
  159. <include>**/*.jar</include>
  160. </includes>
  161. </resource>
  162. <resource>
  163. <directory>src/main/resources</directory>
  164. <targetPath>BOOT-INF/classes/</targetPath>
  165. </resource>
  166. <resource>
  167. <directory>src/main/resources</directory>
  168. <filtering>false</filtering>
  169. <includes>
  170. <include>*.key</include>
  171. <include>*.properties</include>
  172. <include>*.yml</include>
  173. <include>*.xml</include>
  174. <include>static/**</include>
  175. <include>i18n/**</include>
  176. <include>templates/**</include>
  177. </includes>
  178. </resource>
  179. <resource>
  180. <directory>src/main/java</directory>
  181. <includes>
  182. <include>**/*.xml</include>
  183. </includes>
  184. <filtering>false</filtering>
  185. </resource>
  186. </resources>
  187. <plugins>
  188. <plugin>
  189. <groupId>org.springframework.boot</groupId>
  190. <artifactId>spring-boot-maven-plugin</artifactId>
  191. <configuration>
  192. <!-- fork : 如果没有该项配置,devtools不会起作用,即应用不会restart -->
  193. <!-- <fork>true</fork> -->
  194. <mainClass>com.steerinfo.SysManageApplication</mainClass>
  195. </configuration>
  196. </plugin>
  197. <plugin>
  198. <groupId>org.apache.maven.plugins</groupId>
  199. <artifactId>maven-compiler-plugin</artifactId>
  200. <configuration>
  201. <compilerVersion>${java.version}</compilerVersion>
  202. <source>${java.version}</source>
  203. <target>${java.version}</target>
  204. <encoding>${project.build.sourceEncoding}</encoding>
  205. </configuration>
  206. </plugin>
  207. <!--
  208. 自动生成代码文件
  209. -->
  210. <!-- <plugin>-->
  211. <!-- <groupId>com.steerinfo</groupId>-->
  212. <!-- <artifactId>generator-maven-plugin</artifactId>-->
  213. <!-- <version>3.0</version>-->
  214. <!-- <configuration>-->
  215. <!-- <connUrl>jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL =-->
  216. <!-- TCP)(HOST = 172.16.90.237)(PORT = 1521)) (CONNECT_DATA = (SERVER =-->
  217. <!-- DEDICATED) (SERVICE_NAME = zngk) ))</connUrl>-->
  218. <!-- <user>ems</user>-->
  219. <!-- <password>123456</password>-->
  220. <!-- <targetPackage>com.steerinfo.job</targetPackage>-->
  221. <!-- <tables>-->
  222. <!-- <param>ems_job</param>-->
  223. <!-- </tables>-->
  224. <!-- </configuration>-->
  225. <!-- <executions>-->
  226. <!-- <execution>-->
  227. <!-- <phase>compile</phase>-->
  228. <!-- <goals>-->
  229. <!-- <goal>steerinfo</goal>-->
  230. <!-- </goals>-->
  231. <!-- </execution>-->
  232. <!-- </executions>-->
  233. <!-- </plugin>-->
  234. </plugins>
  235. <pluginManagement>
  236. <plugins>
  237. <!-- This plugin's configuration is used to store Eclipse m2e settings
  238. only. It has no influence on the Maven build itself. -->
  239. <plugin>
  240. <groupId>org.eclipse.m2e</groupId>
  241. <artifactId>lifecycle-mapping</artifactId>
  242. <version>1.0.0</version>
  243. <configuration>
  244. <lifecycleMappingMetadata>
  245. <pluginExecutions>
  246. <pluginExecution>
  247. <pluginExecutionFilter>
  248. <groupId>com.steerinfo</groupId>
  249. <artifactId> generator-maven-plugin </artifactId>
  250. <versionRange> [0.0.1,)</versionRange>
  251. <goals>
  252. <goal>steerinfo</goal>
  253. </goals>
  254. </pluginExecutionFilter>
  255. <action>
  256. <ignore></ignore>
  257. </action>
  258. </pluginExecution>
  259. </pluginExecutions>
  260. </lifecycleMappingMetadata>
  261. </configuration>
  262. </plugin>
  263. </plugins>
  264. </pluginManagement>
  265. </build>
  266. </project>