If you decide to use the Integration API as a library, you need to
1. Configure dependency
Insert integration-api-rest.api dependency into your project's pom
XML
<dependency>
<groupId>com.overit.integration</groupId>
<artifactId>integration-api-rest.api</artifactId>
<version> </version>
</dependency>
optional To handle custom foundation version, import the integration dependency using the exclusion tag in the “dependency” node
XML
<exclusions>
<exclusion>
<groupId>com.overit.geocall</groupId>
<artifactId>geocall-foundation.base</artifactId>
</exclusion>
<exclusion>
<groupId>com.overit.geocall</groupId>
<artifactId>geocall-foundation.aws</artifactId>
</exclusion>
</exclusions>
2. Configure setup.properties
Under “System” menu, configure setup.properties → configure the following: