-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug/6366 optimize first email #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall a need to add comment on why push the email to ogc api, not sure if I miss but didn't seems to see it here
@@ -30,6 +30,11 @@ | |||
<artifactId>auth</artifactId> | |||
<version>2.29.52</version> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you put the depends version into the parent pom.xml dependency Management section? This applies to the all with version inside this pom.xml
Yes i put the comment in line 56 of Restapi (where invoking the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last comment
@@ -137,6 +137,21 @@ | |||
<artifactId>spatial4j</artifactId> | |||
<version>0.8</version> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move duplicate version to a property above will save effort later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.