Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add graal-sdk dependency management to java-shared-config #683

Merged
merged 2 commits into from Oct 12, 2023

Conversation

mpeddada1
Copy link
Contributor

@mpeddada1 mpeddada1 commented Oct 12, 2023

Tested locally by removing graal-sdk version declaration from gax:

 <dependency>
        <groupId>org.graalvm.sdk</groupId>
        <artifactId>graal-sdk</artifactId>
        <version>${graal-sdk.version}</version>
      </dependency>

And calling mvn dependency:tree:

Screenshot 2023-10-11 at 4 32 55 PM

@mpeddada1 mpeddada1 requested a review from a team as a code owner October 12, 2023 16:04
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Oct 12, 2023
pom.xml Outdated Show resolved Hide resolved
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. and removed size: s Pull request size is small. labels Oct 12, 2023
@mpeddada1 mpeddada1 merged commit 5cd1d84 into main Oct 12, 2023
43 checks passed
@mpeddada1 mpeddada1 deleted the graal-dep-management branch October 12, 2023 17:57
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants