Install the Dependencies Manually

If you are creating your project on a development machine and not the RS Gateway host, you can install the dependencies manually on the development machine.

About this task

Only complete this task if you did not install the dependencies using the install script as described in the previous task.

Procedure

  1. Copy the extension-dependencies.zip file from the RS Gateway host to a temporary directory on the development machine.
  2. Unzip the dependencies file.
    unzip extension-dependencies.zip
  3. Change the permissions on the install-deps.sh install script.
    chmod 755 install-deps.sh
  4. Run the install script to install the dependencies in Maven.
    ./install-deps.sh
    You should see something similar to the following.
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time:  1.483 s
    [INFO] Finished at: 2019-09-16T10:59:00-07:00
    [INFO] ------------------------------------------------------------------------
    done.
    

What to do next

Delete the temporary directory.