Aggregate ResourceSync sources
Example code for Baseline Synchronization available here.
You can run it simply cloning this repository or you can import the library in your Maven project declaring in your pom.xml
:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.oacore</groupId>
<artifactId>rs-aggregator</artifactId>
<version>v0.1-demo</version>
</dependency>