diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-20 08:22:19 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-20 08:44:33 -0400 |
commit | e3982f6c2a13c903947a66d89e1af1ccbb161e5f (patch) | |
tree | 07db289541228dfaef258c267dd33635c33ebb34 /ecomp-sdk/pom.xml | |
parent | ddd8720d597fc9053a455b10445fb253adbc4bf7 (diff) |
Role management; security vulnerabilities.
Extend user/role management interface to allow role deletion.
Add filters to defend against common web Javascript attacks.
Drop Greensock code with unusable license.
Use OParent in EPSDK web application.
Issue: US324470, US342324, PORTAL-127
Change-Id: I3a10744fbbbdbda7c88d2b2e542e72e779c9b142
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index c9664d03..bb390560 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -42,25 +42,25 @@ <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml files among developers. Use values (not properties) so oparent can - be resolved. --> + be resolved. The IDs should match Jenkins template values. --> <repositories> <repository> - <id>onap-releases</id> + <id>releases</id> <name>ONAP - Release Repository</name> <url>https://nexus.onap.org/content/repositories/releases</url> </repository> <repository> - <id>onap-staging</id> + <id>staging</id> <name>ONAP - Staging Repository</name> <url>https://nexus.onap.org/content/repositories/staging</url> </repository> <repository> - <id>onap-snapshots</id> + <id>snapshots</id> <name>ONAP - Snapshot Repository</name> <url>https://nexus.onap.org/content/repositories/snapshots</url> </repository> <repository> - <id>onap-public</id> + <id>public</id> <url>https://nexus.onap.org/content/groups/public</url> </repository> </repositories> @@ -217,13 +217,14 @@ </build> <distributionManagement> - <!-- Override the OParent sections which use id "ecomp-releases" etc. The - ids below must match .m2/settings.xml/servers/server/id --> + <!-- Override the OParent sections which use id "ecomp-releases" etc. + The IDs MUST match Jenkins template values. --> <repository> <id>releases</id> <name>OpenECOMP - Release Repository</name> <url>${nexusproxy}/${releaseNexusPath}</url> </repository> + <!-- no support for a "stagingRepository" --> <snapshotRepository> <id>snapshots</id> <name>OpenECOMP - Snapshot Repository</name> |