pom.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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-pom</artifactId>
  8. <version>1.2.1</version>
  9. <relativePath />
  10. </parent>
  11. <artifactId>platomix-gmetry-etl</artifactId>
  12. <version>4.0.4</version>
  13. <properties>
  14. <flink.version>1.15.4</flink.version>
  15. <flink-kubernetes-operator.version>1.1.0</flink-kubernetes-operator.version>
  16. <scala.binary.version>2.12</scala.binary.version>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.platomix</groupId>
  21. <artifactId>platomix-gmetry-framework</artifactId>
  22. <version>2.3.0</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.platomix</groupId>
  26. <artifactId>platomix-gmetry-system-client</artifactId>
  27. <version>1.1.6</version>
  28. </dependency>
  29. <!-- flink dependency -->
  30. <dependency>
  31. <groupId>org.apache.flink</groupId>
  32. <artifactId>flink-table-planner_${scala.binary.version}</artifactId>
  33. <version>${flink.version}</version>
  34. </dependency>
  35. <!-- <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-table-planner-blink</artifactId>
  36. <version>${flink.version}</version> </dependency> -->
  37. <dependency>
  38. <groupId>org.apache.flink</groupId>
  39. <artifactId>flink-java</artifactId>
  40. <version>${flink.version}</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.apache.flink</groupId>
  44. <artifactId>flink-streaming-java</artifactId>
  45. <version>${flink.version}</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.apache.flink</groupId>
  49. <artifactId>flink-clients</artifactId>
  50. <version>${flink.version}</version>
  51. </dependency>
  52. <!-- <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes</artifactId>
  53. <version>${flink.version}</version> </dependency>
  54. <dependency>
  55. <groupId>org.apache.flink</groupId>
  56. <artifactId>flink-yarn</artifactId>
  57. <version>${flink.version}</version>
  58. <exclusions>
  59. <exclusion>
  60. <groupId>org.apache.hadoop</groupId>
  61. <artifactId>hadoop-common</artifactId>
  62. </exclusion>
  63. <exclusion>
  64. <artifactId>jsp-api</artifactId>
  65. <groupId>javax.servlet.jsp</groupId>
  66. </exclusion>
  67. <exclusion>
  68. <artifactId>servlet-api</artifactId>
  69. <groupId>javax.servlet</groupId>
  70. </exclusion>
  71. </exclusions>
  72. </dependency> -->
  73. <dependency>
  74. <groupId>org.apache.hadoop</groupId>
  75. <artifactId>hadoop-common</artifactId>
  76. <version>3.1.4</version>
  77. <scope>compile</scope>
  78. <exclusions>
  79. <exclusion>
  80. <artifactId>jdk.tools</artifactId>
  81. <groupId>jdk.tools</groupId>
  82. </exclusion>
  83. <!-- <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId>
  84. </exclusion> -->
  85. <exclusion>
  86. <artifactId>slf4j-log4j12</artifactId>
  87. <groupId>org.slf4j</groupId>
  88. </exclusion>
  89. <exclusion>
  90. <groupId>tomcat</groupId>
  91. <artifactId>jasper-compiler</artifactId>
  92. </exclusion>
  93. <exclusion>
  94. <groupId>tomcat</groupId>
  95. <artifactId>jasper-runtime</artifactId>
  96. </exclusion>
  97. <exclusion>
  98. <artifactId>jsp-api</artifactId>
  99. <groupId>javax.servlet.jsp</groupId>
  100. </exclusion>
  101. <exclusion>
  102. <artifactId>servlet-api</artifactId>
  103. <groupId>javax.servlet</groupId>
  104. </exclusion>
  105. <exclusion>
  106. <groupId>org.eclipse.jetty</groupId>
  107. <artifactId>jetty-server</artifactId>
  108. </exclusion>
  109. <exclusion>
  110. <groupId>org.eclipse.jetty</groupId>
  111. <artifactId>jetty-servlet</artifactId>
  112. </exclusion>
  113. <exclusion>
  114. <groupId>org.eclipse.jetty</groupId>
  115. <artifactId>jetty-webapp</artifactId>
  116. </exclusion>
  117. <exclusion>
  118. <groupId>io.netty</groupId>
  119. <artifactId>netty</artifactId>
  120. </exclusion>
  121. </exclusions>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.oracle</groupId>
  125. <artifactId>ojdbc7</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.microsoft.sqlserver</groupId>
  129. <artifactId>mssql-jdbc</artifactId>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.kingbase8</groupId>
  133. <artifactId>kingbase8</artifactId>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.postgresql</groupId>
  137. <artifactId>postgresql</artifactId>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.dameng</groupId>
  141. <artifactId>DmJdbcDriver18</artifactId>
  142. </dependency>
  143. <dependency>
  144. <groupId>com.clickhouse</groupId>
  145. <artifactId>clickhouse-jdbc</artifactId>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.springframework.boot</groupId>
  149. <artifactId>spring-boot-starter-validation</artifactId>
  150. </dependency>
  151. <dependency>
  152. <groupId>redis.clients</groupId>
  153. <artifactId>jedis</artifactId>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.jcraft</groupId>
  157. <artifactId>jsch</artifactId>
  158. </dependency>
  159. <dependency>
  160. <groupId>com.platomix</groupId>
  161. <artifactId>platomix-gmetry-xxljob-core</artifactId>
  162. <version>1.0.0</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>org.springframework.boot</groupId>
  166. <artifactId>spring-boot-starter-test</artifactId>
  167. <scope>test</scope>
  168. </dependency>
  169. <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
  170. <dependency>
  171. <groupId>org.junit.jupiter</groupId>
  172. <artifactId>junit-jupiter-api</artifactId>
  173. <scope>test</scope>
  174. </dependency>
  175. </dependencies>
  176. <build>
  177. <finalName>platomix-gmetry-etl</finalName>
  178. <plugins>
  179. <plugin>
  180. <groupId>org.springframework.boot</groupId>
  181. <artifactId>spring-boot-maven-plugin</artifactId>
  182. </plugin>
  183. <!-- <plugin>-->
  184. <!-- <groupId>io.fabric8</groupId>-->
  185. <!-- <artifactId>docker-maven-plugin</artifactId>-->
  186. <!-- <executions>-->
  187. <!-- <execution>-->
  188. <!-- <id>build-push</id>-->
  189. <!-- <phase>package</phase>-->
  190. <!-- <goals>-->
  191. <!-- <goal>build</goal>-->
  192. <!-- <goal>push</goal>-->
  193. <!-- </goals>-->
  194. <!-- </execution>-->
  195. <!-- </executions>-->
  196. <!-- </plugin>-->
  197. </plugins>
  198. </build>
  199. <repositories>
  200. <repository>
  201. <id>alimaven</id>
  202. <name>aliyun maven</name>
  203. <url>https://maven.aliyun.com/repository/public/</url>
  204. <snapshots>
  205. <enabled>false</enabled>
  206. </snapshots>
  207. </repository>
  208. <repository>
  209. <id>platomix-release</id>
  210. <name>NexusReleases</name>
  211. <url>https://windata.platomix.net/nexus/repository/maven-public/</url>
  212. </repository>
  213. </repositories>
  214. </project>