File tree Expand file tree Collapse file tree 3 files changed +21
-23
lines changed
flink-connector-gcp-pubsub
flink-examples-streaming-gcp-pubsub Expand file tree Collapse file tree 3 files changed +21
-23
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,6 @@ under the License.
34
34
35
35
<packaging >jar</packaging >
36
36
37
- <properties >
38
- <google-cloud-libraries-bom .version>8.1.0</google-cloud-libraries-bom .version>
39
- </properties >
40
-
41
- <dependencyManagement >
42
- <dependencies >
43
- <dependency >
44
- <!-- This is the way we get a consistent set of versions of the Google tools -->
45
- <groupId >com.google.cloud</groupId >
46
- <artifactId >libraries-bom</artifactId >
47
- <version >${google-cloud-libraries-bom.version} </version >
48
- <type >pom</type >
49
- <scope >import</scope >
50
- </dependency >
51
- </dependencies >
52
- </dependencyManagement >
53
-
54
37
<dependencies >
55
38
<dependency >
56
39
<groupId >org.apache.flink</groupId >
Original file line number Diff line number Diff line change @@ -22,15 +22,19 @@ under the License.
22
22
<modelVersion >4.0.0</modelVersion >
23
23
24
24
<parent >
25
- <artifactId >flink-examples-build-helper</artifactId >
26
25
<groupId >org.apache.flink</groupId >
27
- <version >1.17-SNAPSHOT</version >
26
+ <artifactId >flink-connector-gcp-pubsub-parent</artifactId >
27
+ <version >3.0-SNAPSHOT</version >
28
28
</parent >
29
29
30
- <artifactId >flink-examples-streaming-gcp-pubsub_ ${scala.binary.version} </artifactId >
31
- <name >Flink : Examples : Build Helper : Streaming Google PubSub</name >
30
+ <artifactId >flink-examples-streaming-gcp-pubsub </artifactId >
31
+ <name >Flink : Examples : Streaming Google PubSub</name >
32
32
<packaging >jar</packaging >
33
33
34
+ <properties >
35
+ <japicmp .skip>true</japicmp .skip>
36
+ </properties >
37
+
34
38
<dependencies >
35
39
<dependency >
36
40
<groupId >org.apache.flink</groupId >
@@ -39,8 +43,8 @@ under the License.
39
43
</dependency >
40
44
<dependency >
41
45
<groupId >org.apache.flink</groupId >
42
- <artifactId >flink-examples-streaming_${scala.binary.version} </artifactId >
43
- <version >${project .version} </version >
46
+ <artifactId >flink-streaming-java </artifactId >
47
+ <version >${flink .version} </version >
44
48
</dependency >
45
49
</dependencies >
46
50
Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ under the License.
45
45
<modules >
46
46
<module >flink-connector-gcp-pubsub</module >
47
47
<module >flink-connector-gcp-pubsub-e2e-tests</module >
48
+ <module >flink-examples-streaming-gcp-pubsub</module >
48
49
</modules >
49
50
50
51
<properties >
51
52
<flink .version>1.16.0</flink .version>
53
+ <google-cloud-libraries-bom .version>8.1.0</google-cloud-libraries-bom .version>
52
54
53
55
<junit5 .version>5.8.1</junit5 .version>
54
56
<assertj .version>3.23.1</assertj .version>
@@ -321,6 +323,15 @@ under the License.
321
323
<version >2.6</version >
322
324
</dependency >
323
325
326
+ <dependency >
327
+ <!-- This is the way we get a consistent set of versions of the Google tools -->
328
+ <groupId >com.google.cloud</groupId >
329
+ <artifactId >libraries-bom</artifactId >
330
+ <version >${google-cloud-libraries-bom.version} </version >
331
+ <type >pom</type >
332
+ <scope >import</scope >
333
+ </dependency >
334
+
324
335
</dependencies >
325
336
</dependencyManagement >
326
337
You can’t perform that action at this time.
0 commit comments