File tree 5 files changed +28
-14
lines changed
grpc-google-cloud-pubsub-v1
proto-google-cloud-pubsub-v1
5 files changed +28
-14
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,5 @@ api_key
40
40
# Python utilities
41
41
* .pyc
42
42
artman-genfiles
43
+
44
+ .flattened-pom.xml
Original file line number Diff line number Diff line change 85
85
<dependency >
86
86
<groupId >com.google.auto.value</groupId >
87
87
<artifactId >auto-value-annotations</artifactId >
88
- <version >${autovalue.version} </version >
89
88
</dependency >
90
89
<dependency >
91
90
<groupId >com.google.http-client</groupId >
163
162
<path >
164
163
<groupId >com.google.auto.value</groupId >
165
164
<artifactId >auto-value</artifactId >
166
- <version >${autovalue .version} </version >
165
+ <version >${auto-value-annotation .version} </version >
167
166
</path >
168
167
</annotationProcessorPaths >
169
168
</configuration >
170
169
</plugin >
170
+
171
+ <plugin >
172
+ <groupId >org.codehaus.mojo</groupId >
173
+ <artifactId >flatten-maven-plugin</artifactId >
174
+ </plugin >
171
175
</plugins >
172
176
</build >
173
177
181
185
<dependency >
182
186
<groupId >javax.annotation</groupId >
183
187
<artifactId >javax.annotation-api</artifactId >
184
- <version >${javax.annotations.version} </version >
185
188
</dependency >
186
189
</dependencies >
187
190
</profile >
Original file line number Diff line number Diff line change 53
53
</dependencies >
54
54
</profile >
55
55
</profiles >
56
+
57
+ <build >
58
+ <plugins >
59
+ <plugin >
60
+ <groupId >org.codehaus.mojo</groupId >
61
+ <artifactId >flatten-maven-plugin</artifactId >
62
+ </plugin >
63
+ </plugins >
64
+ </build >
56
65
</project >
Original file line number Diff line number Diff line change 63
63
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
64
64
<github .global.server>github</github .global.server>
65
65
<site .installationModule>google-cloud-pubsub-parent</site .installationModule>
66
- <easymock .version>4.2</easymock .version>
67
- <javax .annotations.version>1.3.2</javax .annotations.version>
68
- <errorprone .version>2.4.0</errorprone .version>
69
- <autovalue .version>1.7.3</autovalue .version>
70
66
</properties >
71
67
72
68
<dependencyManagement >
95
91
<version >1.107.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
96
92
</dependency >
97
93
98
- <dependency >
99
- <groupId >javax.annotation</groupId >
100
- <artifactId >javax.annotation-api</artifactId >
101
- <version >${javax.annotations.version} </version >
102
- </dependency >
103
94
<dependency >
104
95
<groupId >com.google.errorprone</groupId >
105
96
<artifactId >error_prone_annotations</artifactId >
106
- <version >${errorprone.version} </version >
97
+ <version >2.4.0 </version >
107
98
</dependency >
108
99
109
100
<!-- Test dependencies -->
116
107
<dependency >
117
108
<groupId >org.easymock</groupId >
118
109
<artifactId >easymock</artifactId >
119
- <version >${easymock.version} </version >
110
+ <version >4.2 </version >
120
111
<scope >test</scope >
121
112
</dependency >
122
113
<dependency >
Original file line number Diff line number Diff line change 30
30
<artifactId >guava</artifactId >
31
31
</dependency >
32
32
</dependencies >
33
+
34
+ <build >
35
+ <plugins >
36
+ <plugin >
37
+ <groupId >org.codehaus.mojo</groupId >
38
+ <artifactId >flatten-maven-plugin</artifactId >
39
+ </plugin >
40
+ </plugins >
41
+ </build >
33
42
</project >
You can’t perform that action at this time.
0 commit comments