during the sbt run process, Server Access Errors are occurring for calls to http://repo.opengeo.org:
[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.3. Compiling...
[info] Compilation completed in 19.767s.
[info] Done compiling.
[info] Loading settings from build.sbt,webpack.sbt ...
[info] Set current project to recogito2 (in build file:/home/foo/recogito2-main/)
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/fasterxml/jackson/jackson-bom/2.8.10/jackson-bom-2.8.10.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/fasterxml/jackson/module/jackson-modules-java8/2.8.10/jackson-modules-java8-2.8.10.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/org/apache/apache/15/apache-15.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/org/apache/commons/commons-parent/35/commons-parent-35.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/org/apache/commons/commons-parent/35/commons-parent-35.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/google/guava/guava-parent/22.0/guava-parent-22.0.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/jolbox/bonecp-parent/0.8.0.RELEASE/bonecp-parent-0.8.0.RELEASE.jar
...
As the project will not build without the jars from http://repo.opengeo.org, are there any work arounds or ways to configure alternative alternative sources for those jars?
during the
sbt runprocess, Server Access Errors are occurring for calls to http://repo.opengeo.org:[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.3. Compiling...
[info] Compilation completed in 19.767s.
[info] Done compiling.
[info] Loading settings from build.sbt,webpack.sbt ...
[info] Set current project to recogito2 (in build file:/home/foo/recogito2-main/)
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/fasterxml/jackson/jackson-bom/2.8.10/jackson-bom-2.8.10.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/fasterxml/jackson/module/jackson-modules-java8/2.8.10/jackson-modules-java8-2.8.10.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/org/apache/apache/15/apache-15.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/org/apache/commons/commons-parent/35/commons-parent-35.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/org/apache/commons/commons-parent/35/commons-parent-35.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/google/guava/guava-parent/22.0/guava-parent-22.0.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.jar
[error] Server access Error: Connection timed out (Connection timed out) url=http://repo.opengeo.org/com/jolbox/bonecp-parent/0.8.0.RELEASE/bonecp-parent-0.8.0.RELEASE.jar
...
As the project will not build without the jars from http://repo.opengeo.org, are there any work arounds or ways to configure alternative alternative sources for those jars?