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
Procedure
- Copy the extension-dependencies.zip file from the RS Gateway host to a temporary directory on the development machine.
-
Unzip the dependencies file.
unzip extension-dependencies.zip
-
Change the permissions on the install-deps.sh install script.
chmod 755 install-deps.sh
-
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.