pom.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <!-- <groupId>com.jusfoun.lsjccView</groupId> -->
  6. <artifactId>cjjdxt</artifactId>
  7. <version>1.0</version>
  8. <name>cjjdxt</name>
  9. <packaging>jar</packaging>
  10. <parent>
  11. <groupId>com.jusfoun</groupId>
  12. <artifactId>base</artifactId>
  13. <version>2.1</version>
  14. </parent>
  15. <properties>
  16. <docker.image.prefix>springboot</docker.image.prefix>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.alibaba</groupId>
  21. <artifactId>druid-spring-boot-starter</artifactId>
  22. <version>1.1.10</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.oracle</groupId>
  26. <artifactId>ojdbc14</artifactId>
  27. <version>10.2.0.5.0</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.jusfoun</groupId>
  31. <artifactId>common</artifactId>
  32. <version>1.0</version>
  33. <exclusions>
  34. <exclusion>
  35. <groupId>javax.servlet</groupId>
  36. <artifactId>javax.servlet-api</artifactId>
  37. <!-- <version>3.1.0</version> -->
  38. </exclusion>
  39. </exclusions>
  40. </dependency>
  41. <dependency>
  42. <groupId>net.sf.jxls</groupId>
  43. <artifactId>jxls-core</artifactId>
  44. <version>2.0</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.gbase8s</groupId>
  48. <artifactId>ifxjdbc</artifactId>
  49. <version>1.0</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework.boot</groupId>
  53. <artifactId>spring-boot-starter-tomcat</artifactId>
  54. <version>1.2.3.RELEASE</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.apache.tomcat.embed</groupId>
  58. <artifactId>tomcat-embed-jasper</artifactId>
  59. <version>7.0.68</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.gbase</groupId>
  63. <artifactId>druid</artifactId>
  64. <version>1.0.28</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.hibernate</groupId>
  68. <artifactId>hibernate-core</artifactId>
  69. <version>5.2.17.Final</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.github.pagehelper</groupId>
  73. <artifactId>pagehelper-spring-boot-starter</artifactId>
  74. <version>1.2.12</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.json</groupId>
  78. <artifactId>json</artifactId>
  79. <version>20201115</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.apache.poi</groupId>
  83. <artifactId>poi</artifactId>
  84. <version>3.10.1</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.apache.poi</groupId>
  88. <artifactId>poi-ooxml</artifactId>
  89. <version>3.10.1</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.yiyou</groupId>
  93. <artifactId>artemis-http-client-1.2-SNAPSHOT-CL</artifactId>
  94. <version>1.0</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.yiyou</groupId>
  98. <artifactId>artemis-http-client-1.2-SNAPSHOT</artifactId>
  99. <version>1.0</version>
  100. </dependency>
  101. </dependencies>
  102. <build>
  103. <defaultGoal>compile</defaultGoal>
  104. <plugins>
  105. <plugin>
  106. <groupId>org.springframework.boot</groupId>
  107. <artifactId>spring-boot-maven-plugin</artifactId>
  108. <configuration>
  109. <mainClass>com.jusfoun.ydylsz.Starter</mainClass>
  110. <finalName>cjjdxt</finalName>
  111. <!--<source>${java.version}</source>
  112. <target>${java.version}</target>
  113. <encoding>UTF-8</encoding> -->
  114. <!-- <fork>true</fork>-->
  115. </configuration>
  116. </plugin>
  117. </plugins>
  118. <finalName>cjjdxt</finalName>
  119. </build>
  120. <!-- 金碟中间件配置 -->
  121. <profiles>
  122. <profile>
  123. <id>tomcat</id>
  124. <dependencies>
  125. <dependency>
  126. <groupId>org.springframework.boot</groupId>
  127. <artifactId>spring-boot-starter-web</artifactId>
  128. </dependency>
  129. </dependencies>
  130. </profile>
  131. <!--<profile>
  132. <id>apusic</id>
  133. <activation>
  134. <activeByDefault>true</activeByDefault>
  135. </activation>
  136. <dependencies>
  137. <dependency>
  138. <groupId>com.apusic</groupId>
  139. <artifactId>aams-spring-boot-jdbc</artifactId>
  140. <version>10</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.springframework.boot</groupId>
  144. <artifactId>spring-boot-starter-web</artifactId>
  145. <exclusions>
  146. <exclusion>
  147. <groupId>org.springframework.boot</groupId>
  148. <artifactId>spring-boot-starter-tomcat</artifactId>
  149. </exclusion>
  150. </exclusions>
  151. </dependency>
  152. <dependency>
  153. <groupId>com.apusic</groupId>
  154. <artifactId>aams-spring-boot-starter</artifactId>
  155. <version>1.4.2</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>com.apusic</groupId>
  159. <artifactId>aams-spring-boot-core</artifactId>
  160. <version>1.4.2</version>
  161. <scope>provided</scope>
  162. <exclusions>
  163. <exclusion>
  164. <groupId>javax.servlet</groupId>
  165. <artifactId>servlet-api</artifactId>
  166. </exclusion>
  167. </exclusions>
  168. </dependency>
  169. <dependency>
  170. <groupId>com.apusic</groupId>
  171. <artifactId>aams-spring-boot-jsp</artifactId>
  172. <version>1.4.2</version>
  173. </dependency>
  174. </dependencies>
  175. </profile> -->
  176. </profiles>
  177. </project>