summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-06 09:46:52 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-06 09:46:52 +0800
commitc8103b3d39394ba98a03a9938835a94ea8cbd3fd (patch)
tree2019c3d3b10653493659fb0e22a2193ce607a874 /pom.xml
parent127103fdd1d090c77477efd62d619ab2654d70d2 (diff)
Exclude Transitive Dependencies
Change-Id: Icb75130be0ee101a2ba86f24c2e8b58b4c94cdd5 Issue-ID: HOLMES-81 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b03ece7..724025b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>