dependecies uncommented
This commit is contained in:
@@ -3,9 +3,6 @@ stages: # List of stages for jobs, and their order of execution
|
|||||||
- maven_build
|
- maven_build
|
||||||
- docker_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:
|
build-job:
|
||||||
stage: maven_build
|
stage: maven_build
|
||||||
image: maven:3.9.8-amazoncorretto-21-al2023
|
image: maven:3.9.8-amazoncorretto-21-al2023
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -40,11 +40,11 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-data-mongodb</artifactId>
|
<artifactId>spring-boot-starter-data-mongodb</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency-->
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user