This repository was archived by the owner on Apr 7, 2026. It is now read-only.
build: make executor deps test scoped#3161
Merged
Conversation
The executor dependencies are not needed for the normal build, but are only used for tests, and should therefore be test scoped.
Collaborator
Author
|
@gyang-google Can these dependencies be test-scoped? Or do we need them for a specific reason as a compile dependency, which again also means that they are included in the .jar that we ship to users? |
Contributor
|
Actually we need to build them to .jar targets, but as long as we have a
specific way to build them with the client libraries, we are good. Do you
have any ideas here?
Best,
Guang
…On Thu, Jun 13, 2024 at 12:10 AM Knut Olav Løite ***@***.***> wrote:
@gyang-google <https://github.com/gyang-google> Can these dependencies be
test-scoped? Or do we need them for a specific reason as a compile
dependency, which again also means that they are included in the .jar that
we ship to users?
—
Reply to this email directly, view it on GitHub
<#3161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQZFQJH6HTR47TKACQL5OLZHFAV3AVCNFSM6AAAAABJHWZM4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRUG42TENBYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
gyang-google
approved these changes
Jun 20, 2024
Contributor
|
@olavloite please let me know once this check is merged, I need to update the build command accordingly. |
rahul2393
approved these changes
Aug 28, 2024
lqiu96
pushed a commit
that referenced
this pull request
Sep 10, 2024
* build: make executor deps test scoped The executor dependencies are not needed for the normal build, but are only used for tests, and should therefore be test scoped. * build: only add executor deps in profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The executor dependencies are not needed for the normal build, but are only used for tests, and should therefore be test scoped.