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

[GAE-Java] Relax version enforce for some mvn dependencies #2894

Merged
merged 2 commits into from
Jun 15, 2023

Conversation

zhanglei1949
Copy link
Collaborator

When upgrading guava for GAE Java SDK, there seems to be some problem with maven-enforcer-plugin. Relax this version control.

@@ -83,7 +83,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-android</version>
</dependency>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are you missing a line here?
<version>${guava.version}</version>

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The version control of all dependencies in child module can be uplift to parent module, so we don't need to specify the version here, let me add one more commit.

@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2023

Codecov Report

Merging #2894 (91ba9ca) into main (79cd577) will increase coverage by 7.13%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2894      +/-   ##
==========================================
+ Coverage   66.83%   73.96%   +7.13%     
==========================================
  Files          99       99              
  Lines       10687    10687              
==========================================
+ Hits         7143     7905     +762     
+ Misses       3544     2782     -762     

see 14 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79cd577...91ba9ca. Read the comment docs.

@sighingnow sighingnow merged commit cf81c7b into alibaba:main Jun 15, 2023
24 checks passed
@zhanglei1949 zhanglei1949 deleted the fix-guava branch June 19, 2023 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants