summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorxuegao <xg353y@intl.att.com>2017-02-24 17:29:21 +0100
committerxuegao <xg353y@intl.att.com>2017-04-06 10:28:50 +0200
commit495078893651ef84ac8bc9d26262e61d2d7e1e88 (patch)
tree16eb44abe5015bb7e98fb64ece9c8219cc1eb88d /pom.xml
parent486ab7373193bae711988bacd86e69f24fe169cf (diff)
[MSO-8]Remove RackspaceAuthentication
This removes the RackspaceAuthentication from the Openstack Java SDK as it will be managed by the core adapter utils. Change-Id: I9b6118e9952acbc80c8a80a5b18611c69a0dec1c Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d80fe9f..f82fc00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,10 @@
<name>OpenECOMP - Snapshot Repository</name>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
+ </site>
</distributionManagement>
<modules>
<module>openstack-client</module>