|
32 | 32 | <hadoop.version>3.1.0</hadoop.version> |
33 | 33 | </properties> |
34 | 34 | <dependencies> |
35 | | - <!--<dependency> |
36 | | - <groupId>org.codehaus.groovy</groupId> |
37 | | - <artifactId>groovy</artifactId> |
38 | | - <version>3.0.9</version> |
39 | | - </dependency>--> |
40 | 35 | <dependency> |
41 | 36 | <groupId>org.dinky</groupId> |
42 | 37 | <artifactId>dinky-common</artifactId> |
|
54 | 49 | <artifactId>dinky-metadata-base</artifactId> |
55 | 50 | <scope>${scope.runtime}</scope> |
56 | 51 | </dependency> |
57 | | - <dependency> |
58 | | - <groupId>org.dinky</groupId> |
59 | | - <artifactId>dinky-alert-dingtalk</artifactId> |
60 | | - <scope>${scope.runtime}</scope> |
61 | | - </dependency> |
62 | | - <dependency> |
63 | | - <groupId>org.dinky</groupId> |
64 | | - <artifactId>dinky-alert-wechat</artifactId> |
65 | | - <scope>${scope.runtime}</scope> |
66 | | - </dependency> |
67 | | - <dependency> |
68 | | - <groupId>org.dinky</groupId> |
69 | | - <artifactId>dinky-alert-feishu</artifactId> |
70 | | - <scope>${scope.runtime}</scope> |
71 | | - </dependency> |
72 | | - <dependency> |
73 | | - <groupId>org.dinky</groupId> |
74 | | - <artifactId>dinky-alert-sms</artifactId> |
75 | | - <scope>${scope.runtime}</scope> |
76 | | - </dependency> |
77 | | - <dependency> |
78 | | - <groupId>org.dinky</groupId> |
79 | | - <artifactId>dinky-alert-email</artifactId> |
80 | | - <scope>${scope.runtime}</scope> |
81 | | - </dependency> |
82 | | - <dependency> |
83 | | - <groupId>org.dinky</groupId> |
84 | | - <artifactId>dinky-alert-http</artifactId> |
85 | | - <scope>${scope.runtime}</scope> |
86 | | - </dependency> |
87 | 52 | <dependency> |
88 | 53 | <groupId>org.dinky</groupId> |
89 | 54 | <artifactId>dinky-metadata-paimon</artifactId> |
|
203 | 168 | <artifactId>junit-jupiter</artifactId> |
204 | 169 | <scope>test</scope> |
205 | 170 | </dependency> |
206 | | - <dependency> |
207 | | - <groupId>org.reflections</groupId> |
208 | | - <artifactId>reflections</artifactId> |
209 | | - </dependency> |
210 | 171 | <dependency> |
211 | 172 | <groupId>org.slf4j</groupId> |
212 | 173 | <artifactId>slf4j-log4j12</artifactId> |
|
0 commit comments