Skip to content

Commit e64b945

Browse files
committed
chore(google-auth-library-java): modernize submodule pom.xml
1 parent f751fcf commit e64b945

File tree

1 file changed

+2
-4
lines changed
  • google-auth-library-java/oauth2_http

1 file changed

+2
-4
lines changed

google-auth-library-java/oauth2_http/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<profiles>
2525
<profile>
26-
<id>native-test</id>
26+
<id>native</id>
2727
<build>
2828
<plugins>
2929
<plugin>
@@ -112,7 +112,6 @@
112112
<artifactId>slf4j-api</artifactId>
113113
<version>${project.slf4j.version}</version>
114114
</dependency>
115-
<!-- Logback for testing -->
116115
<dependency>
117116
<groupId>ch.qos.logback</groupId>
118117
<artifactId>logback-classic</artifactId>
@@ -270,9 +269,8 @@
270269
<dependency>
271270
<groupId>com.google.api</groupId>
272271
<artifactId>api-common</artifactId>
272+
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
273273
</dependency>
274-
<!-- Tests are written with JUnit 5, but failsafe (ITs) runs with junit-platform-47 -->
275-
<!-- This dependency is needed until that config is removed from upstream shared-deps -->
276274
<dependency>
277275
<groupId>junit</groupId>
278276
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)