mso-cnf-adapter changes for docker 36/117536/1
authormukesh.paliwal <mukesh.paliwal1@huawei.com>
Fri, 5 Feb 2021 08:43:12 +0000 (14:13 +0530)
committermukesh.paliwal <mukesh.paliwal1@huawei.com>
Fri, 5 Feb 2021 08:43:12 +0000 (14:13 +0530)
Issue-ID: SO-3518

Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I66df7dc7eb7675b08e1ca8a517fbd1892826f21a

Dockerfile
pom.xml

index c5460cd..4cb7cf4 100755 (executable)
@@ -13,7 +13,7 @@ RUN mkdir -p /app/certificates
 RUN mkdir -p /app/logs
 RUN mkdir -p /app/ca-certificates
 RUN apk update && apk add apache2-utils
-COPY target/mso-cnf-adapter-1.7.1-SNAPSHOT.jar /app/app.jar
+COPY target/so-cnf-adapter-1.7.1-SNAPSHOT.jar /app/app.jar
 #COPY target/${JAR_FILE} /app/app.jar
 
 COPY configs/logging/logback-spring.xml /app
diff --git a/pom.xml b/pom.xml
index a1db782..7e3c677 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,9 +29,9 @@
     <version>1.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.so.adapters</groupId>
-  <artifactId>mso-cnf-adapter</artifactId>
+  <artifactId>so-cnf-adapter</artifactId>
   <packaging>jar</packaging>
-  <name>mso-cnf-adapter</name>
+  <name>so-cnf-adapter</name>
   <description>Web service endpoint for cnf operations</description>
   <dependencyManagement>
     <dependencies>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
     </dependency>
-    <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime -->
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpmime</artifactId>
     </dependency>
-    <!-- <dependency>
-      <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
-      <version>${cxf.version}</version>
-    </dependency> -->
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-data-jpa</artifactId>
       <artifactId>spring-boot-starter-test</artifactId>
       <scope>test</scope>
     </dependency>
-    <!--  <dependency>
-      <groupId>org.onap.so</groupId>
-      <artifactId>mso-requests-db</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.onap.so</groupId>
-      <artifactId>mso-requests-db-repositories</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.mariadb.jdbc</groupId>
-      <artifactId>mariadb-java-client</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>ch.vorburger.mariaDB4j</groupId>
-      <artifactId>mariaDB4j</artifactId>
-      <version>2.2.3</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-configuration-processor</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>com.squareup.okhttp3</groupId>
-      <artifactId>okhttp</artifactId>
-      <version>3.14.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.projectlombok</groupId>
-      <artifactId>lombok</artifactId>
-      <version>1.18.2</version>
-    </dependency> -->
   </dependencies>
 </project>