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

refresh pom structure and enable unit test #673

Draft
wants to merge 1 commit into
base: griffin-2.0.0-dev
Choose a base branch
from

Conversation

toyboxman
Copy link
Member

No description provided.

@@ -28,16 +28,17 @@ under the License.
<version>2.0.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.griffin</groupId>
Copy link
Contributor

@guoyuepeng guoyuepeng Jan 1, 2025

Choose a reason for hiding this comment

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

The griffin-bom module is used to manage the version of third-party dependencies. If users want to import griffin-metric to your project, they need to import griffin-bom together by import-bom way, this can help users to manage the version.

but for test or dev purposed dependencies, they should not declared in bom, that means our users will import test dependencies to use griffin, that is not necessary.

these dev or test dependencies, should be managed griffin-parent in root pom, so all modules can use the same dev env.

*/
@TableId(value="mid", type = IdType.AUTO)
@TableId(value="vid", type = IdType.AUTO)
Copy link
Contributor

Choose a reason for hiding this comment

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

this looks good.

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.

2 participants