diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 19:44:28 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 19:44:33 +0800 |
commit | ebdcdab7b4e84068814c01241d4bb847fca66b5a (patch) | |
tree | 00c9ff059fe55ea941ed70aa3e31f575bdec425a /pom.xml | |
parent | d1f6623a5b690355dcc9d25494ce002e01d4b5ec (diff) |
Fix usecase-ui security risks
Change-Id: Iba150e755d60c181caa20b8b1ef721a19ca97631
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -41,21 +41,6 @@ <siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath> </properties> - <distributionManagement> - <repository> - <id>onap-releases</id> - <url>${nexusproxy}/${releaseNexusPath}</url> - </repository> - <snapshotRepository> - <id>onap-snapshots</id> - <url>${nexusproxy}/${snapshotNexusPath}</url> - </snapshotRepository> - <site> - <id>onap-site</id> - <url>dav:${nexusproxy}${siteNexusPath}</url> - </site> - </distributionManagement> - <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml files among developers. Use values (not properties) so oparent can be resolved. --> <repositories> |