File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
google-auth-library-java/oauth2_http Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323
2424 <profiles >
2525 <profile >
26- <id >native-test </id >
26+ <id >native</id >
2727 <build >
2828 <plugins >
2929 <plugin >
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 >
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 >
You can’t perform that action at this time.
0 commit comments