Para utilizar este repositório, adicione no pom:
<repositories>
<repository>
<id>zurcs-repo</id>
<name>Repository for ZURCS libs</name>
<url>https://github.com/rodolfocruzbsb/mvn-repo/tree/master/repository/</url>
</repository>
</repositories>
<dependency>
<groupId>pretty-tools-JDDE</groupId>
<artifactId>pretty-tools-JDDE</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.sap</groupId>
<artifactId>sap-jco</artifactId>
<version>3.0.9</version>
</dependency>
<dependency>
<groupId>br.com.zurcs</groupId>
<artifactId>all-parent</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>br.com.zurcs.utilitario</groupId>
<artifactId>commons-util</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>br.com.zurcs</groupId>
<artifactId>arquitetura-base</artifactId>
<version>1.0.0</version>
</dependency>