Skip to content

Commit 35606e2

Browse files
committed
chore: simplify poms
1 parent f0e9e46 commit 35606e2

2 files changed

Lines changed: 6 additions & 30 deletions

File tree

  • sdk-platform-java/pqc-test

sdk-platform-java/pqc-test/pqc-test-release/pom.xml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
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>
@@ -36,19 +41,4 @@
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>

sdk-platform-java/pqc-test/pqc-test-snapshot/pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,8 @@
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>

0 commit comments

Comments
 (0)