apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
217 stars 46 forks source link

feat(java): Add aggregator POM for java and spark library to manage the dependency #469

Closed acezen closed 5 months ago

acezen commented 5 months ago

Reason for this PR

as #468 describes, adding aggregator POM for java and spark library to easy manage the dependency

What changes are included in this PR?

add aggregator pom

Are these changes tested?

yes

Are there any user-facing changes?

no

acezen commented 5 months ago

Hi, @SemyonSinchenko @Thespica I would like to get some advice about put the spark and java libraries to a directory like maven-projects next step, that would make the code structure clear and easy for developer to split the libraries into modules.