Skip to content

Commit 70cd27e

Browse files
authored
---
yaml --- r: 8205 b: refs/heads/pubsub-streaming-pull c: 3d9a084 h: refs/heads/master i: 8203: 11c637b
1 parent c2b5eed commit 70cd27e

25 files changed

Lines changed: 148 additions & 23 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
6060
refs/heads/tswast-patch-1: 7d159fddcbc35d80aa6e78378d12a0992c8708fa
61-
refs/heads/pubsub-streaming-pull: ff2b1b62822b747cd2f943f3f9fed0a264acea45
61+
refs/heads/pubsub-streaming-pull: 3d9a08451826714593fdf309704b8d902a994d99

branches/pubsub-streaming-pull/google-cloud-bigquery/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@
5858
<dependency>
5959
<groupId>org.easymock</groupId>
6060
<artifactId>easymock</artifactId>
61-
<version>3.4</version>
61+
<scope>test</scope>
62+
</dependency>
63+
<dependency>
64+
<groupId>org.objenesis</groupId>
65+
<artifactId>objenesis</artifactId>
6266
<scope>test</scope>
6367
</dependency>
6468
</dependencies>

branches/pubsub-streaming-pull/google-cloud-compute/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@
5353
<dependency>
5454
<groupId>org.easymock</groupId>
5555
<artifactId>easymock</artifactId>
56-
<version>3.4</version>
56+
<scope>test</scope>
57+
</dependency>
58+
<dependency>
59+
<groupId>org.objenesis</groupId>
60+
<artifactId>objenesis</artifactId>
5761
<scope>test</scope>
5862
</dependency>
5963
</dependencies>

branches/pubsub-streaming-pull/google-cloud-contrib/google-cloud-logging-logback/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
<dependency>
3737
<groupId>org.easymock</groupId>
3838
<artifactId>easymock</artifactId>
39-
<version>3.4</version>
39+
<scope>test</scope>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.objenesis</groupId>
43+
<artifactId>objenesis</artifactId>
4044
<scope>test</scope>
4145
</dependency>
4246
<dependency>

branches/pubsub-streaming-pull/google-cloud-core-grpc/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
<dependency>
3636
<groupId>org.easymock</groupId>
3737
<artifactId>easymock</artifactId>
38-
<version>3.4</version>
38+
<scope>test</scope>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.objenesis</groupId>
42+
<artifactId>objenesis</artifactId>
3943
<scope>test</scope>
4044
</dependency>
4145
<dependency>

branches/pubsub-streaming-pull/google-cloud-core-http/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@
9292
<dependency>
9393
<groupId>org.easymock</groupId>
9494
<artifactId>easymock</artifactId>
95-
<version>3.4</version>
95+
<scope>test</scope>
96+
</dependency>
97+
<dependency>
98+
<groupId>org.objenesis</groupId>
99+
<artifactId>objenesis</artifactId>
96100
<scope>test</scope>
97101
</dependency>
98102
<dependency>

branches/pubsub-streaming-pull/google-cloud-core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
4242
<dependency>
4343
<groupId>org.easymock</groupId>
4444
<artifactId>easymock</artifactId>
45-
<version>3.4</version>
45+
<scope>test</scope>
46+
</dependency>
47+
<dependency>
48+
<groupId>org.objenesis</groupId>
49+
<artifactId>objenesis</artifactId>
4650
<scope>test</scope>
4751
</dependency>
4852
<dependency>

branches/pubsub-streaming-pull/google-cloud-datastore/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@
6262
<dependency>
6363
<groupId>org.easymock</groupId>
6464
<artifactId>easymock</artifactId>
65-
<version>3.4</version>
65+
<scope>test</scope>
66+
</dependency>
67+
<dependency>
68+
<groupId>org.objenesis</groupId>
69+
<artifactId>objenesis</artifactId>
6670
<scope>test</scope>
6771
</dependency>
6872
</dependencies>

branches/pubsub-streaming-pull/google-cloud-dlp/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@
6363
<dependency>
6464
<groupId>org.easymock</groupId>
6565
<artifactId>easymock</artifactId>
66-
<version>3.4</version>
66+
<scope>test</scope>
67+
</dependency>
68+
<dependency>
69+
<groupId>org.objenesis</groupId>
70+
<artifactId>objenesis</artifactId>
6771
<scope>test</scope>
6872
</dependency>
6973
<dependency>

branches/pubsub-streaming-pull/google-cloud-dns/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@
6464
<dependency>
6565
<groupId>org.easymock</groupId>
6666
<artifactId>easymock</artifactId>
67-
<version>3.3</version>
67+
<scope>test</scope>
68+
</dependency>
69+
<dependency>
70+
<groupId>org.objenesis</groupId>
71+
<artifactId>objenesis</artifactId>
6872
<scope>test</scope>
6973
</dependency>
7074
</dependencies>

0 commit comments

Comments
 (0)