pom.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.platomix</groupId>
  7. <artifactId>platomix-gmetry-bi</artifactId>
  8. <version>1.0.0-cloud</version>
  9. </parent>
  10. <artifactId>platomix-gmetry-bi-api</artifactId>
  11. <version>3.4.3-E00</version>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.platomix</groupId>
  15. <artifactId>platomix-gmetry-oss</artifactId>
  16. <version>1.0.4-cloud</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.platomix</groupId>
  20. <artifactId>platomix-gmetry-framework</artifactId>
  21. <version>1.1.8-cloud</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.platomix</groupId>
  25. <artifactId>platomix-gmetry-system-client</artifactId>
  26. <version>2.0.1-cloud</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.platomix</groupId>
  30. <artifactId>platomix-gmetry-bi-client</artifactId>
  31. <version>2.0.2-cloud</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.platomix</groupId>
  35. <artifactId>platomix-gmetry-openfeign</artifactId>
  36. <version>1.0.7-cloud</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.platomix</groupId>
  40. <artifactId>platomix-gmetry-message</artifactId>
  41. <version>1.0.4-cloud</version>
  42. </dependency>
  43. <!-- xxl-job-core -->
  44. <dependency>
  45. <groupId>com.platomix</groupId>
  46. <artifactId>platomix-gmetry-xxljob-core</artifactId>
  47. <version>1.0.0</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.clickhouse</groupId>
  51. <artifactId>clickhouse-jdbc</artifactId>
  52. <version>0.6.0</version>
  53. <classifier>http</classifier>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.apache.httpcomponents.client5</groupId>
  57. <artifactId>httpclient5</artifactId>
  58. <version>5.2.3</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.oracle</groupId>
  62. <artifactId>ojdbc7</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.microsoft.sqlserver</groupId>
  66. <artifactId>mssql-jdbc</artifactId>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.kingbase8</groupId>
  70. <artifactId>kingbase8</artifactId>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.postgresql</groupId>
  74. <artifactId>postgresql</artifactId>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.dameng</groupId>
  78. <artifactId>DmJdbcDriver18</artifactId>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.sybase</groupId>
  82. <artifactId>jconn4</artifactId>
  83. <version>16.0</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.mongodb</groupId>
  87. <artifactId>mongodb-jdbc</artifactId>
  88. <version>2.1.4</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.apache.pdfbox</groupId>
  92. <artifactId>pdfbox</artifactId>
  93. <version>2.0.19</version>
  94. </dependency>
  95. <!-- 引入神策分析 SDK -->
  96. <dependency>
  97. <groupId>com.sensorsdata.analytics.javasdk</groupId>
  98. <artifactId>SensorsAnalyticsSDK</artifactId>
  99. <version>3.6.3</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.belerweb</groupId>
  103. <artifactId>pinyin4j</artifactId>
  104. <version>2.5.1</version>
  105. </dependency>
  106. </dependencies>
  107. <build>
  108. <finalName>platomix-gmetry-bi</finalName>
  109. <plugins>
  110. <plugin>
  111. <groupId>org.springframework.boot</groupId>
  112. <artifactId>spring-boot-maven-plugin</artifactId>
  113. </plugin>
  114. <plugin>
  115. <groupId>io.fabric8</groupId>
  116. <artifactId>docker-maven-plugin</artifactId>
  117. <executions>
  118. <execution>
  119. <id>build-push</id>
  120. <phase>package</phase>
  121. <goals>
  122. <goal>build</goal>
  123. <goal>push</goal>
  124. </goals>
  125. </execution>
  126. </executions>
  127. </plugin>
  128. </plugins>
  129. </build>
  130. </project>