File tree Expand file tree Collapse file tree
sdk-platform-java/pqc-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <artifactId >pqc-test-release</artifactId >
1515
1616 <dependencies >
17+ <dependency >
18+ <groupId >com.google.http-client</groupId >
19+ <artifactId >google-http-client</artifactId >
20+ <version >2.1.1-SNAPSHOT</version >
21+ </dependency >
1722 <dependency >
1823 <groupId >com.google.api</groupId >
1924 <artifactId >pqc-test-common</artifactId >
3641 <scope >test</scope >
3742 </dependency >
3843 </dependencies >
39-
40- <build >
41- <plugins >
42- <plugin >
43- <groupId >org.apache.maven.plugins</groupId >
44- <artifactId >maven-surefire-plugin</artifactId >
45- <version >3.2.5</version >
46- <configuration >
47- <systemPropertyVariables >
48- <pqc .enable>false</pqc .enable>
49- </systemPropertyVariables >
50- </configuration >
51- </plugin >
52- </plugins >
53- </build >
5444</project >
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >com.google.cloud</groupId >
3636 <artifactId >google-cloud-translate</artifactId >
37- <version >2.92.0 </version >
37+ <version >2.93.0-SNAPSHOT </version >
3838 </dependency >
3939 </dependencies >
4040
41- <build >
42- <plugins >
43- <plugin >
44- <groupId >org.apache.maven.plugins</groupId >
45- <artifactId >maven-surefire-plugin</artifactId >
46- <version >3.2.5</version >
47- <configuration >
48- <systemPropertyVariables >
49- <pqc .enable>true</pqc .enable>
50- </systemPropertyVariables >
51- </configuration >
52- </plugin >
53- </plugins >
54- </build >
5541</project >
You can’t perform that action at this time.
0 commit comments