File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed
proto-google-cloud-datastore-v1 Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 33* .iml
44__pycache__ /
55
6+ .flattened-pom.xml
Original file line number Diff line number Diff line change 9797 <scope >test</scope >
9898 </dependency >
9999 </dependencies >
100+
101+ <build >
102+ <plugins >
103+ <plugin >
104+ <groupId >org.codehaus.mojo</groupId >
105+ <artifactId >flatten-maven-plugin</artifactId >
106+ </plugin >
107+ </plugins >
108+ </build >
100109</project >
Original file line number Diff line number Diff line change 253253 <artifactId >google-oauth-client</artifactId >
254254 <version >1.30.6</version >
255255 </dependency >
256-
257256 <dependency >
258257 <groupId >org.threeten</groupId >
259258 <artifactId >threetenbp</artifactId >
260259 <version >${threeten.version} </version >
261260 </dependency >
262- <dependency >
263- <groupId >javax.annotation</groupId >
264- <artifactId >javax.annotation-api</artifactId >
265- <version >${javax.annotations.version} </version >
266- </dependency >
267261
268262 <dependency >
269263 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 2424 <scope >compile</scope >
2525 </dependency >
2626 </dependencies >
27+
28+ <build >
29+ <plugins >
30+ <plugin >
31+ <groupId >org.codehaus.mojo</groupId >
32+ <artifactId >flatten-maven-plugin</artifactId >
33+ </plugin >
34+ </plugins >
35+ </build >
36+
2737 <profiles >
2838 <profile >
2939 <id >java9</id >
3444 <dependency >
3545 <groupId >javax.annotation</groupId >
3646 <artifactId >javax.annotation-api</artifactId >
47+ <version >${javax.annotations.version} </version >
3748 </dependency >
3849 </dependencies >
3950 </profile >
You can’t perform that action at this time.
0 commit comments