diff --git a/.gitpod.yml b/.gitpod.yml
index 214c572a33..0f9a0a65b1 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -6,7 +6,7 @@
tasks:
- name: Build the Dependencies and Start the docker containers
- init: cd dataexport && mvn clean install -DskipTests && cd .. && mvn clean install && cd frontend && npm install && cd ..
+ init: mvn clean install && cd frontend && npm install && cd ..
command: docker-compose -f dev.docker-compose.yml up -d
diff --git a/README.md b/README.md
index d1e0bdc035..9ac27058fe 100644
--- a/README.md
+++ b/README.md
@@ -50,19 +50,11 @@ see [OpenELIS-Docker setup](https://github.com/I-TECH-UW/openelis-docker)
git clone https://github.com/username/OpenELIS-Global-2.git
-2. innitialize and build sub modules
+1. Build the War file
- cd OpenELIS-Global-2
- git submodule update --init --recursive
- cd dataexport
- mvn clean install -DskipTests
-
-3. Build the War file
-
- cd ..
mvn clean install -DskipTests
-4. Start the containers to mount the locally compiled artifacts
+1. Start the containers to mount the locally compiled artifacts
docker-compose -f dev.docker-compose.yml up -d
diff --git a/pom.xml b/pom.xml
index 6af06f581c..1e161c9daa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,14 +563,20 @@
- jaspersoft-third-party
- https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/
+ jaspersoft-third-party
+ https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/
- shibboleth
- https://build.shibboleth.net/maven/releases/
+ shibboleth
+
+ https://build.shibboleth.net/maven/releases/
-
+
+ uwdigi-repo-central
+ DIGI Public Repository
+ https://packages.uwdigi.org/artifactory/public
+
+
OpenELIS-Global