
This component is required for compiling ccr-worker-prototype, sparql-query-prototype, and ccr-listener-prototype.
To remove duplicate database JPA definitions, this shared database commons project was introduced, which is used in all projects, that share the mentioned JPA entities and logic.
To make the dependency locally, you have to pull this repository and install the Apache Maven artifact locally, so the dependency is available for other projects.
git clone git@github.com:git2RDFLab/database-shared-common.git
cd database-shared-common
mvn clean install
The database shared common dependency is already included in ccr-worker-prototype, sparql-query-prototype, and ccr-listener-prototype as a dependency in the pom file:
<dependency>
<groupId>de.leipzig.htwk.gitrdf.database</groupId>
<artifactId>common</artifactId>
<version>${de.leipzig.htwk.gitrdf.database.common.version}</version>
</dependency>
We are happy to receive your contributions. Please create a pull request or an issue. As this tool is published under the MIT license, feel free to fork it and use it in your own projects.