Release oam-ves-adopter Contatiner
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / ves-nf-oam-adopter-app / pom.xml
index 7ac92c7..c92c564 100644 (file)
     <artifactId>ves-nf-oam-adopter-app</artifactId>
 
     <properties>
-        <minimum.coverage>0.18</minimum.coverage>
-        <!--Plugins properties-->
-        <swagger-codegen-maven-plugin.version>3.0.25</swagger-codegen-maven-plugin.version>
         <!--Image properties-->
-        <base.image>openjdk:11-jre-slim</base.image>
-        <base.config>${project.basedir}/configuration/</base.config>
         <image.name>ves-nf-oam-adopter</image.name>
-        <image.workdir>/o-ran-ves-adapter/</image.workdir>
-        <nexus.repository>nexus3.o-ran-sc.org:10003/o-ran-sc/</nexus.repository>
     </properties>
 
     <dependencies>
             <groupId>io.swagger.core.v3</groupId>
             <artifactId>swagger-annotations</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.security</groupId>
+            <artifactId>spring-security-test</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>
             <plugin>
                 <groupId>io.swagger.codegen.v3</groupId>
                 <artifactId>swagger-codegen-maven-plugin</artifactId>
-                <version>${swagger-codegen-maven-plugin.version}</version>
                 <executions>
                     <execution>
                         <goals>
                                 <image>
                                     <name>${nexus.repository}${image.name}</name>
                                     <build>
-                                        <from>${base.image}</from>
+                                        <from>${nexus.repository.mirror}${base.image}</from>
                                         <tags>
                                             <tag>${project.version}</tag>
                                         </tags>