diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-13 09:57:39 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-13 09:58:43 -0700 |
commit | e630893ac3396ad10181b868efdda902cb8695e6 (patch) | |
tree | f1a17c179712a837192fd197349b0614863d0368 /distribution | |
parent | a7b059d7f5deda292a47cc621cd9e6a325238bd8 (diff) |
Move function-test dependency
Remove "project-version" dependency since sometimes
this version can be a SNAPSHOT which are banned
dependencies.
Change-Id: Ifa290570f13576ca53627d9609ed90f26eb90576
Issue-ID: VNFSDK-254
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'distribution')
-rw-r--r-- | distribution/standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml index 0e7ae58..af501c1 100644 --- a/distribution/standalone/pom.xml +++ b/distribution/standalone/pom.xml @@ -170,7 +170,7 @@ <dependency> <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnf-sdk-function-test</artifactId> - <version>${project.version}</version> + <version>1.0.0</version> </dependency> </dependencies> </project> |