dependecies uncommented

This commit is contained in:
Sumedh
2024-08-15 04:39:33 +00:00
parent a467e7c0b1
commit afb9440420
2 changed files with 2 additions and 5 deletions

View File

@@ -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