pom.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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</version>
  9. </parent>
  10. <artifactId>platomix-gmetry-bi-api</artifactId>
  11. <version>4.2.0</version>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.platomix</groupId>
  15. <artifactId>platomix-gmetry-framework</artifactId>
  16. <version>2.2.9</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.platomix</groupId>
  20. <artifactId>platomix-gmetry-system-client</artifactId>
  21. <version>1.1.7</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.platomix</groupId>
  25. <artifactId>platomix-gmetry-bi-client</artifactId>
  26. <version>1.1.18</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.platomix</groupId>
  30. <artifactId>platomix-gmetry-message</artifactId>
  31. <version>1.0.5</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.clickhouse</groupId>
  35. <artifactId>clickhouse-jdbc</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.oracle</groupId>
  39. <artifactId>ojdbc7</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.microsoft.sqlserver</groupId>
  43. <artifactId>mssql-jdbc</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.kingbase8</groupId>
  47. <artifactId>kingbase8</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.postgresql</groupId>
  51. <artifactId>postgresql</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.dameng</groupId>
  55. <artifactId>DmJdbcDriver18</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.uxdb</groupId>
  59. <artifactId>UxJdbcDriver</artifactId>
  60. <version>${uxdb.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.taosdata.jdbc</groupId>
  64. <artifactId>taos-jdbcdriver</artifactId>
  65. <version>3.0.0</version>
  66. </dependency>
  67. <!-- <dependency> -->
  68. <!-- <groupId>com.xugu.linux</groupId> -->
  69. <!-- <artifactId>XuGuJdbcDriver</artifactId> -->
  70. <!-- <version>12.0.0</version> -->
  71. <!-- </dependency> -->
  72. <!-- <dependency> -->
  73. <!-- <groupId>com.xugu.win</groupId> -->
  74. <!-- <artifactId>XuGuJdbcDriver</artifactId> -->
  75. <!-- <version>12.0.0</version> -->
  76. <!-- </dependency> -->
  77. <!-- xxl-job-core -->
  78. <dependency>
  79. <groupId>com.platomix</groupId>
  80. <artifactId>platomix-gmetry-xxljob-core</artifactId>
  81. <version>1.0.0</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.apache.pdfbox</groupId>
  85. <artifactId>pdfbox</artifactId>
  86. <version>2.0.19</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.alibaba</groupId>
  90. <artifactId>easyexcel</artifactId>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.belerweb</groupId>
  94. <artifactId>pinyin4j</artifactId>
  95. <version>2.5.1</version>
  96. </dependency>
  97. </dependencies>
  98. <build>
  99. <finalName>platomix-gmetry-bi</finalName>
  100. <plugins>
  101. <plugin>
  102. <groupId>org.springframework.boot</groupId>
  103. <artifactId>spring-boot-maven-plugin</artifactId>
  104. </plugin>
  105. <!-- <plugin>-->
  106. <!-- <groupId>io.fabric8</groupId>-->
  107. <!-- <artifactId>docker-maven-plugin</artifactId>-->
  108. <!-- <executions>-->
  109. <!-- <execution>-->
  110. <!-- <id>build-push</id>-->
  111. <!-- <phase>package</phase>-->
  112. <!-- <goals>-->
  113. <!-- <goal>build</goal>-->
  114. <!-- <goal>push</goal>-->
  115. <!-- </goals>-->
  116. <!-- </execution>-->
  117. <!-- </executions>-->
  118. <!-- </plugin>-->
  119. </plugins>
  120. </build>
  121. </project>