File tree Expand file tree Collapse file tree
google-cloud-core/src/test/java/com/google/cloud
google-cloud-appengineflexcompat
google-cloud-appenginejava8
google-cloud-util/google-cloud-compat-checker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
9090 </license >
9191 </licenses >
92+ <dependencies >
93+ <dependency >
94+ <groupId >javax.annotation</groupId >
95+ <artifactId >javax.annotation-api</artifactId >
96+ <version >1.2</version >
97+ <scope >compile</scope >
98+ </dependency >
99+ </dependencies >
92100 <dependencyManagement >
93101 <dependencies >
94102 <!-- Common dependencies -->
751759 <plugins >
752760 <plugin >
753761 <artifactId >maven-compiler-plugin</artifactId >
754- <version >3.5.1 </version >
762+ <version >3.7.0 </version >
755763 <configuration >
756764 <source >1.7</source >
757765 <target >1.7</target >
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ public long millisTime() {
171171 }
172172 }
173173
174- private interface TestService extends Service <TestServiceOptions > {}
174+ interface TestService extends Service <TestServiceOptions > {}
175175
176176 private static class TestServiceImpl extends BaseService <TestServiceOptions >
177177 implements TestService {
@@ -209,7 +209,7 @@ private static class DefaultTestServiceRpc implements TestServiceRpc {
209209 DefaultTestServiceRpc (TestServiceOptions options ) {}
210210 }
211211
212- private static class TestServiceOptions
212+ static class TestServiceOptions
213213 extends ServiceOptions <TestService , TestServiceOptions > {
214214 private static class Builder
215215 extends ServiceOptions .Builder <TestService , TestServiceOptions , Builder > {
Original file line number Diff line number Diff line change 170170 <objenesis .version>2.6</objenesis .version>
171171 </properties >
172172 <!-- All non-test dependency versions should be added to google-cloud-bom/pom.xml -->
173+ <dependencies >
174+ <dependency >
175+ <groupId >javax.annotation</groupId >
176+ <artifactId >javax.annotation-api</artifactId >
177+ <version >1.2</version >
178+ <scope >compile</scope >
179+ </dependency >
180+ </dependencies >
173181 <dependencyManagement >
174182 <dependencies >
175183 <dependency >
580588 </plugin >
581589 <plugin >
582590 <artifactId >maven-jar-plugin</artifactId >
583- <version >2.6 </version >
591+ <version >3.1.0 </version >
584592 <configuration >
585593 <archive >
586594 <addMavenDescriptor >true</addMavenDescriptor >
606614 </plugin >
607615 <plugin >
608616 <artifactId >maven-compiler-plugin</artifactId >
609- <version >3.5.1 </version >
617+ <version >3.7.0 </version >
610618 <configuration >
611619 <source >1.7</source >
612620 <target >1.7</target >
Original file line number Diff line number Diff line change 9494 <plugins >
9595 <plugin >
9696 <artifactId >maven-compiler-plugin</artifactId >
97- <version >3.5.1 </version >
97+ <version >3.7.0 </version >
9898 <configuration >
9999 <source >1.7</source >
100100 <target >1.7</target >
Original file line number Diff line number Diff line change 4444
4545 <plugin >
4646 <groupId >org.apache.maven.plugins</groupId >
47- <version >3.5.1 </version >
47+ <version >3.7.0 </version >
4848 <artifactId >maven-compiler-plugin</artifactId >
4949 <configuration >
5050 <source >${java.source.version} </source >
Original file line number Diff line number Diff line change 3939
4040 <plugin >
4141 <groupId >org.apache.maven.plugins</groupId >
42- <version >3.5.1 </version >
42+ <version >3.7.0 </version >
4343 <artifactId >maven-compiler-plugin</artifactId >
4444 <configuration >
4545 <source >${java.source.version} </source >
Original file line number Diff line number Diff line change 8585 <plugins >
8686 <plugin >
8787 <artifactId >maven-compiler-plugin</artifactId >
88- <version >3.5.1 </version >
88+ <version >3.7.0 </version >
8989 <configuration >
9090 <source >1.7</source >
9191 <target >1.7</target >
Original file line number Diff line number Diff line change 5959 <plugins >
6060 <plugin >
6161 <artifactId >maven-compiler-plugin</artifactId >
62- <version >3.5.1 </version >
62+ <version >3.7.0 </version >
6363 <configuration >
6464 <source >1.7</source >
6565 <target >1.7</target >
You can’t perform that action at this time.
0 commit comments