We've Moved!
Please note that we have moved to our New Forum site.

How to get access to the com.genesyslab.platform maven repository?
I have downloaded the platform SDK and am trying to compile the sample code projects. However, I keep getting the error:
[ERROR] The project com.genesyslab.platform.samples:psdk-sample:853.1.2 (C:\Program Files\GCTI\Platform SDK for Java 8.5\samples\pom.xml) has 1 error
[ERROR] Non-resolvable import POM: Could not find artifact com.genesyslab.platform:appblocks-bom:pom:853.1.2 in central (http://repo.maven.apache.org/maven2) @ line 59, column 22 -> [Help 2]
I'm not too familiar with Maven, so what can I do to download the dependencies I need? What url/Id/etc do I need since I know that com.genesyslab.platform is not in the maven repository?
[ERROR] The project com.genesyslab.platform.samples:psdk-sample:853.1.2 (C:\Program Files\GCTI\Platform SDK for Java 8.5\samples\pom.xml) has 1 error
[ERROR] Non-resolvable import POM: Could not find artifact com.genesyslab.platform:appblocks-bom:pom:853.1.2 in central (http://repo.maven.apache.org/maven2) @ line 59, column 22 -> [Help 2]
I'm not too familiar with Maven, so what can I do to download the dependencies I need? What url/Id/etc do I need since I know that com.genesyslab.platform is not in the maven repository?
You have to copy the libraries in the local repostiory of the system and update the pom.xml to fetch the JARS from the local repository. This will help in adding the external JAR dependency in project.
Thanks,
Vivek