Skip to content

Commit 33e38f5

Browse files
silverdevchingor13
authored andcommitted
---
yaml --- r: 12003 b: refs/heads/autosynth-containeranalysis c: 52566f4 h: refs/heads/master i: 12001: ff9e83e 11999: f57e3a9
1 parent 7b6b56c commit 33e38f5

5 files changed

Lines changed: 63 additions & 35 deletions

File tree

  • branches/autosynth-containeranalysis

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff3
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129
refs/heads/autosynth-bigtable: cd831a28dff2ba4d733608b871a1523a463e7380
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131-
refs/heads/autosynth-containeranalysis: 0fd8b718bd2e32cff3a94a8ecf7ff57e9e97c803
131+
refs/heads/autosynth-containeranalysis: 52566f44f44b918adbc81873cd8cc3fe9d7997ca
132132
refs/heads/autosynth-datastore: 02c91de76764225070df7e64314c25b865cf7af8
133133
refs/heads/autosynth-dialogflow: c6bde02c8a8e063a32f9eaf63b2b9fe5e4895d8a
134134
refs/heads/autosynth-errorreporting: 518a442405c822492ed1c139e89e3e3d1804e29c

branches/autosynth-containeranalysis/google-cloud-clients/google-cloud-bigtable-admin/pom.xml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@
9393
<artifactId>grpc-testing</artifactId>
9494
<scope>test</scope>
9595
</dependency>
96-
<dependency>
97-
<groupId>org.apache.maven.surefire</groupId>
98-
<artifactId>surefire-junit4</artifactId>
99-
<version>2.19.1</version>
100-
</dependency>
10196
</dependencies>
10297
<profiles>
10398
<profile>
@@ -130,13 +125,24 @@
130125
<perCoreThreadCount>true</perCoreThreadCount>
131126
<threadCount>2</threadCount>
132127
</configuration>
133-
<dependencies>
134-
<dependency>
135-
<groupId>org.apache.maven.surefire</groupId>
136-
<artifactId>surefire-junit4</artifactId>
137-
<version>2.19.1</version>
138-
</dependency>
139-
</dependencies>
128+
<dependencies>
129+
<dependency>
130+
<groupId>org.apache.maven.surefire</groupId>
131+
<artifactId>surefire-junit4</artifactId>
132+
<version>2.19.1</version>
133+
</dependency>
134+
</dependencies>
135+
</plugin>
136+
<plugin>
137+
<artifactId>maven-surefire-plugin</artifactId>
138+
<version>2.19.1</version>
139+
<dependencies>
140+
<dependency>
141+
<groupId>org.apache.maven.surefire</groupId>
142+
<artifactId>surefire-junit4</artifactId>
143+
<version>2.19.1</version>
144+
</dependency>
145+
</dependencies>
140146
</plugin>
141147
</plugins>
142148
</build>

branches/autosynth-containeranalysis/google-cloud-clients/google-cloud-bigtable/pom.xml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@
9696
<artifactId>grpc-testing</artifactId>
9797
<scope>test</scope>
9898
</dependency>
99-
<dependency>
100-
<groupId>org.apache.maven.surefire</groupId>
101-
<artifactId>surefire-junit4</artifactId>
102-
<version>2.19.1</version>
103-
</dependency>
10499
</dependencies>
105100
<profiles>
106101
<profile>
@@ -133,13 +128,24 @@
133128
<perCoreThreadCount>true</perCoreThreadCount>
134129
<threadCount>2</threadCount>
135130
</configuration>
136-
<dependencies>
137-
<dependency>
138-
<groupId>org.apache.maven.surefire</groupId>
139-
<artifactId>surefire-junit4</artifactId>
140-
<version>2.19.1</version>
141-
</dependency>
142-
</dependencies>
131+
<dependencies>
132+
<dependency>
133+
<groupId>org.apache.maven.surefire</groupId>
134+
<artifactId>surefire-junit4</artifactId>
135+
<version>2.19.1</version>
136+
</dependency>
137+
</dependencies>
138+
</plugin>
139+
<plugin>
140+
<artifactId>maven-surefire-plugin</artifactId>
141+
<version>2.19.1</version>
142+
<dependencies>
143+
<dependency>
144+
<groupId>org.apache.maven.surefire</groupId>
145+
<artifactId>surefire-junit4</artifactId>
146+
<version>2.19.1</version>
147+
</dependency>
148+
</dependencies>
143149
</plugin>
144150
</plugins>
145151
</build>

branches/autosynth-containeranalysis/google-cloud-clients/google-cloud-logging/pom.xml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,20 @@
8888
<classifier>testlib</classifier>
8989
<scope>test</scope>
9090
</dependency>
91-
<dependency>
92-
<groupId>org.apache.maven.surefire</groupId>
93-
<artifactId>surefire-junit4</artifactId>
94-
<version>2.19.1</version>
95-
</dependency>
9691
</dependencies>
92+
<build>
93+
<plugins>
94+
<plugin>
95+
<artifactId>maven-surefire-plugin</artifactId>
96+
<version>2.19.1</version>
97+
<dependencies>
98+
<dependency>
99+
<groupId>org.apache.maven.surefire</groupId>
100+
<artifactId>surefire-junit4</artifactId>
101+
<version>2.19.1</version>
102+
</dependency>
103+
</dependencies>
104+
</plugin>
105+
</plugins>
106+
</build>
97107
</project>

branches/autosynth-containeranalysis/google-cloud-util/pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,21 @@
1919
<artifactId>maven-surefire-plugin</artifactId>
2020
<version>2.17</version>
2121
<scope>test</scope>
22-
</dependency>
23-
<dependency>
24-
<groupId>org.apache.maven.surefire</groupId>
25-
<artifactId>surefire-junit4</artifactId>
26-
<version>2.17</version>
2722
</dependency>
2823
</dependencies>
2924
<build>
3025
<plugins>
26+
<plugin>
27+
<artifactId>maven-surefire-plugin</artifactId>
28+
<version>2.17</version>
29+
<dependencies>
30+
<dependency>
31+
<groupId>org.apache.maven.surefire</groupId>
32+
<artifactId>surefire-junit4</artifactId>
33+
<version>2.17</version>
34+
</dependency>
35+
</dependencies>
36+
</plugin>
3137
<plugin>
3238
<groupId>org.apache.maven.plugins</groupId>
3339
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)