diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dc3c906c433..9af159c75ea 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,8 +25,7 @@ on:
- beta
- master
- staging
- - mlh-1477-staging
- - mlh1638-staging
+ - mlh-1477-staging-dlq
jobs:
# Detect what changed to optimize workflow execution
diff --git a/LOCAL_SETUP.md b/LOCAL_SETUP.md
index 082866f8cce..07793a28fb6 100644
--- a/LOCAL_SETUP.md
+++ b/LOCAL_SETUP.md
@@ -9,6 +9,8 @@ This guide will help you set up Atlas for local development.
- Maven 3.8+
- Docker (via Colima for macOS)
- Git
+- Get the source code from the AtlanHQ repository (An override of Apache Atlas)
+- Download the zip and configuration artifacts from https://atlanhq.atlassian.net/wiki/spaces/c873aeb606dd4834a95d9909a757bfa6/pages/800424446/How+to+run+Atlas+on+the+local+machine
### Java Setup
1. Install Java 17:
@@ -148,3 +150,4 @@ For more detailed information, refer to:
- The build command skips tests and various checks for faster development builds
- For production builds, remove the skip flags
- Keep your GitHub PAT token secure and never commit it to version control
+- Adjust memory and CPU settings in Colima based on your machine's capabilities
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 80cdd938bbc..6fc6ef797d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -720,7 +720,7 @@
4.4.13
2.13.4.2
2.12.4
- 1.0.2-atlan-SNAPSHOT
+ 1.0.2-atlan
0.5.3
2.3.1
1
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 71b6ddaed5e..613c01fc4d5 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -375,9 +375,19 @@
jersey-multipart
+
org.mockito
- mockito-all
+ mockito-core
+ 4.11.0
+ test
+
+
+
+ org.mockito
+ mockito-junit-jupiter
+ 4.11.0
+ test