aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-sol005-adapter-application/pom.xml
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-03-12 15:48:33 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-03-12 15:49:51 +0530
commit0c394852dd9c3c86eb7f85ae54ea2f29ccc6fee6 (patch)
tree01324dd6eae1a7bf343e49443a58605a39bb59ba /so-etsi-sol005-adapter-application/pom.xml
parent3279b96ba8e6f356633016418ecba22d815c0e06 (diff)
so-etsi-sol005-adapter build failed issues1.8.2
Issue-ID: SO-3520 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I3d1b72b542d78611c999cdfbb544ca7c00eee064
Diffstat (limited to 'so-etsi-sol005-adapter-application/pom.xml')
-rw-r--r--so-etsi-sol005-adapter-application/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/so-etsi-sol005-adapter-application/pom.xml b/so-etsi-sol005-adapter-application/pom.xml
index 5b8a855..5e1c816 100644
--- a/so-etsi-sol005-adapter-application/pom.xml
+++ b/so-etsi-sol005-adapter-application/pom.xml
@@ -2,14 +2,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.so.adapters.so-sol005-adapter</groupId>
- <artifactId>so-sol005-adapter</artifactId>
+ <groupId>org.onap.so.adapters.so-etsi-sol005-adapter</groupId>
+ <artifactId>so-etsi-sol005-adapter</artifactId>
<version>1.8.0-SNAPSHOT</version>
</parent>
<artifactId>so-etsi-sol005-adapter-application</artifactId>
<version>1.8.0-SNAPSHOT</version>
- <name>so-vfc-adapter</name>
+ <name>SO ETSI SOL005 Application Jar</name>
<description>Web service endpoint for vfc operations</description>
<dependencyManagement>
@@ -151,5 +151,9 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-validation</artifactId>
+ </dependency>
</dependencies>
</project>