diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e973ff5..a5082df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,6 @@ stages: # List of stages for jobs, and their order of execution
- maven_build
- docker_build
-variables:
- MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=/root/.m2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"
-
build-job:
stage: maven_build
image: maven:3.9.8-amazoncorretto-21-al2023
diff --git a/pom.xml b/pom.xml
index 283267e..36e1e6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,11 +40,11 @@
org.springframework.boot
spring-boot-starter-data-mongodb
-
+
org.springframework.ai