File tree 16 files changed +41
-16
lines changed
pubsub/streaming-analytics
pubsublite/streaming-analytics
16 files changed +41
-16
lines changed Original file line number Diff line number Diff line change 26
26
<properties >
27
27
<maven .compiler.source>1.8</maven .compiler.source>
28
28
<maven .compiler.target>1.8</maven .compiler.target>
29
- <apache_beam .version>2.47 .0</apache_beam .version>
29
+ <apache_beam .version>2.48 .0</apache_beam .version>
30
30
</properties >
31
31
32
32
<!--
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.apache.beam</groupId >
47
47
<artifactId >beam-sdks-java-bom</artifactId >
48
- <version >2.47 .0</version >
48
+ <version >2.48 .0</version >
49
49
<type >pom</type >
50
50
<scope >import</scope >
51
51
</dependency >
Original file line number Diff line number Diff line change 37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<maven .compiler.source>1.8</maven .compiler.source>
39
39
<maven .compiler.target>1.8</maven .compiler.target>
40
- <apache_beam .version>2.47 .0</apache_beam .version>
40
+ <apache_beam .version>2.48 .0</apache_beam .version>
41
41
<exec .cleanupDaemonThreads>false</exec .cleanupDaemonThreads>
42
42
</properties >
43
43
Original file line number Diff line number Diff line change 37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<maven .compiler.source>1.8</maven .compiler.source>
39
39
<maven .compiler.target>1.8</maven .compiler.target>
40
- <apache_beam .version>2.47 .0</apache_beam .version>
40
+ <apache_beam .version>2.48 .0</apache_beam .version>
41
41
</properties >
42
42
43
43
<dependencyManagement >
Original file line number Diff line number Diff line change 26
26
<properties >
27
27
<maven .compiler.source>1.8</maven .compiler.source>
28
28
<maven .compiler.target>1.8</maven .compiler.target>
29
- <apache_beam .version>2.47 .0</apache_beam .version>
29
+ <apache_beam .version>2.48 .0</apache_beam .version>
30
30
</properties >
31
31
32
32
<!--
Original file line number Diff line number Diff line change 72
72
</dependencies >
73
73
</dependencyManagement >
74
74
<properties >
75
- <apache_beam .version>2.47 .0</apache_beam .version>
75
+ <apache_beam .version>2.48 .0</apache_beam .version>
76
76
<exec .cleanupDaemonThreads>false</exec .cleanupDaemonThreads>
77
77
<maven .compiler.source>1.8</maven .compiler.source>
78
78
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 34
34
<maven .compiler.target>11</maven .compiler.target>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
37
- <beam .version>2.47 .0</beam .version>
37
+ <beam .version>2.48 .0</beam .version>
38
38
39
39
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
40
40
<maven-exec-plugin .version>3.1.0</maven-exec-plugin .version>
Original file line number Diff line number Diff line change 33
33
<maven .compiler.source>11</maven .compiler.source>
34
34
<maven .compiler.target>11</maven .compiler.target>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
- <beam .version>2.47 .0</beam .version>
36
+ <beam .version>2.48 .0</beam .version>
37
37
<kafka .version>7.4.0-ce</kafka .version>
38
38
<maven-enforcer-plugin .version>3.3.0</maven-enforcer-plugin .version>
39
39
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
Original file line number Diff line number Diff line change 34
34
<maven .compiler.target>11</maven .compiler.target>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
37
- <beam .version>2.47 .0</beam .version>
37
+ <beam .version>2.48 .0</beam .version>
38
38
39
39
<maven-enforcer-plugin .version>3.3.0</maven-enforcer-plugin .version>
40
40
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
Original file line number Diff line number Diff line change 37
37
<maven .compiler.source>11</maven .compiler.source>
38
38
<maven .compiler.target>11</maven .compiler.target>
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
- <apache_beam .version>2.47 .0</apache_beam .version>
40
+ <apache_beam .version>2.48 .0</apache_beam .version>
41
41
<slf4j .version>2.0.7</slf4j .version>
42
42
</properties >
43
43
Original file line number Diff line number Diff line change 37
37
<maven .compiler.source>11</maven .compiler.source>
38
38
<maven .compiler.target>11</maven .compiler.target>
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
- <apache_beam .version>2.47 .0</apache_beam .version>
40
+ <apache_beam .version>2.48 .0</apache_beam .version>
41
41
<slf4j .version>2.0.7</slf4j .version>
42
42
</properties >
43
43
111
111
<version >${slf4j.version} </version >
112
112
<scope >runtime</scope >
113
113
</dependency >
114
+ <dependency >
115
+ <groupId >junit</groupId >
116
+ <artifactId >junit</artifactId >
117
+ <version >4.13.2</version >
118
+ <scope >test</scope >
119
+ </dependency >
114
120
115
121
</dependencies >
116
122
Original file line number Diff line number Diff line change 34
34
<maven .compiler.target>11</maven .compiler.target>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
37
- <beam .version>2.47 .0</beam .version>
37
+ <beam .version>2.48 .0</beam .version>
38
38
39
39
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
40
40
<maven-exec-plugin .version>3.1.0</maven-exec-plugin .version>
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repositories {
33
33
}
34
34
}
35
35
36
- def beamVersion = ' 2.47 .0'
36
+ def beamVersion = ' 2.48 .0'
37
37
def slf4jVersion = ' 2.0.7'
38
38
dependencies {
39
39
implementation ' com.github.spotbugs:spotbugs-annotations:4.7.3'
Original file line number Diff line number Diff line change 34
34
<maven .compiler.target>1.8</maven .compiler.target>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
37
- <beam .version>2.47 .0</beam .version>
37
+ <beam .version>2.48 .0</beam .version>
38
38
39
39
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
40
40
<maven-exec-plugin .version>3.1.0</maven-exec-plugin .version>
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repositories {
33
33
}
34
34
}
35
35
36
- def beamVersion = ' 2.47 .0'
36
+ def beamVersion = ' 2.48 .0'
37
37
def slf4jVersion = ' 2.0.7'
38
38
dependencies {
39
39
implementation enforcedPlatform(" org.apache.beam:beam-sdks-java-io-google-cloud-platform:${ beamVersion} " )
@@ -46,6 +46,7 @@ dependencies {
46
46
implementation " org.apache.beam:beam-sdks-java-core:${ beamVersion} "
47
47
runtimeOnly " org.apache.beam:beam-runners-direct-java:${ beamVersion} "
48
48
testImplementation ' com.google.cloud:google-cloud-storage'
49
+ testImplementation ' junit:junit:4.13.2'
49
50
}
50
51
51
52
group = ' com.example.pubsublite'
Original file line number Diff line number Diff line change 34
34
<maven .compiler.target>11</maven .compiler.target>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
37
- <beam .version>2.47 .0</beam .version>
37
+ <beam .version>2.48 .0</beam .version>
38
38
39
39
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
40
40
<maven-exec-plugin .version>3.1.0</maven-exec-plugin .version>
70
70
<version >${beam.version} </version >
71
71
<type >pom</type >
72
72
<scope >import</scope >
73
+ <exclusions >
74
+ <exclusion >
75
+ <groupId >com.google.apis</groupId >
76
+ <artifactId >google-api-services-storage</artifactId >
77
+ </exclusion >
78
+ </exclusions >
73
79
</dependency >
74
80
<!-- Google Cloud libraries -->
75
81
<dependency >
121
127
<artifactId >beam-runners-google-cloud-dataflow-java</artifactId >
122
128
<version >${beam.version} </version >
123
129
<scope >runtime</scope >
130
+ <exclusions >
131
+ <exclusion >
132
+ <groupId >com.google.apis</groupId >
133
+ <artifactId >google-api-services-storage</artifactId >
134
+ </exclusion >
135
+ </exclusions >
124
136
</dependency >
125
137
126
138
<!-- Beam examples -->
136
148
<artifactId >google-cloud-storage</artifactId >
137
149
<scope >test</scope >
138
150
</dependency >
151
+ <dependency >
152
+ <groupId >junit</groupId >
153
+ <artifactId >junit</artifactId >
154
+ <version >4.13.2</version >
155
+ <scope >test</scope >
156
+ </dependency >
139
157
</dependencies >
140
158
141
159
<build >
You can’t perform that action at this time.
0 commit comments