Skip to content

Commit 4694220

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • google-auth-library-java/oauth2_http

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

Lines changed: 1 addition & 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>
@@ -271,8 +270,6 @@
271270
<groupId>com.google.api</groupId>
272271
<artifactId>api-common</artifactId>
273272
</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 -->
276273
<dependency>
277274
<groupId>junit</groupId>
278275
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)