diff options
author | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-03-11 20:50:44 +0530 |
---|---|---|
committer | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-03-11 20:50:44 +0530 |
commit | 0ecfe4e980591c6f8b557c85498d8159627152a6 (patch) | |
tree | 85d13f283b79fee595d85332ae049bef20bbf6de | |
parent | ebe9f781b8295ef564037f45dd36f98ab6b0dbff (diff) |
so-nssmf-adapter build failed issues1.8.2
Issue-ID: SO-3575
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I72dddbbb0d7cbd566a279368b041e12fb7ac75e0
-rwxr-xr-x | so-nssmf-adapter-application/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/so-nssmf-adapter-application/pom.xml b/so-nssmf-adapter-application/pom.xml index f380946..510521c 100755 --- a/so-nssmf-adapter-application/pom.xml +++ b/so-nssmf-adapter-application/pom.xml @@ -143,12 +143,12 @@ <dependency> <groupId>org.onap.so</groupId> <artifactId>mso-requests-db</artifactId> - <version>${project.version}</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>mso-requests-db-repositories</artifactId> - <version>${project.version}</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> |