summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-01-26 22:02:29 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-01-26 22:02:29 +0800
commita72452c75abacbc92ec2101f69baf129ff80ecb0 (patch)
tree82547a6ab1259324f260e6b66d65d5727081f4c3
parentefe617048131e1b598d6a2619c0eaf236bf12d23 (diff)
Change the dependency ver. of DSA to 1.0.0
Change-Id: I598c201c9eaa5f1f6f2d4979b7ff393d1e35a1c7 Issue-ID: HOLMES-97 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 03085cb..f393ab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.onap.holmes.dsa</groupId>
<artifactId>dmaap-dsa</artifactId>
- <version>${project.version}</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>