Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"baseClientLibrary": "2.8.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be downgraded as well, otherwise you may get transitive dependency of http-client.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, looks like baseClientLibrary is the only dep that is brought in from the generated client (

<dependencies>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.8.1</version>
</dependency>
</dependencies>
)

Not entirely sure what the httpClientLibrary variable is used for then. I guess I'll keep it as the old version as well then just in case

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diegomarquezp Other than baseClientLibrary, do you know what other variables are used for?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More than a few are not used. I believe they were meant for other dependencies, but now everything is managed from google-api-client, which contains versions for auth, jackson, etc.

I'll follow on this with a cleanup

"oauthClientLibrary": "1.39.0",
"gsonVersion": "2.11.0",
"httpClientLibrary": "2.0.0",
"httpClientLibrary": "1.47.1",
"httpClientVersion": "4.5.14",
"jackson2CoreVersion": "2.19.0",
"jdo2ApiVersion": "2.3-eb",
Expand Down
Loading