diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-06-04 12:33:29 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-06-04 12:33:35 +0800 |
commit | b8647fbfbcf234848047d7ab1e63d186840b537b (patch) | |
tree | e5acec8cfb678417c381c0986e281bae590a7c7b /usecaseui-common/pom.xml | |
parent | a3be3e341d242b8544e0f75f6bd067d9eb481df6 (diff) |
Document Security section of the Release Notesv1.1.12.0.0-ONAP2.0.0-ONAP
Change-Id: Ib9f65967475a47782bb9649a8c4ec6ebdff13c14
Issue-ID: DOC-271
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-common/pom.xml')
-rw-r--r-- | usecaseui-common/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usecaseui-common/pom.xml b/usecaseui-common/pom.xml index 93515b8f..fdc1f02f 100644 --- a/usecaseui-common/pom.xml +++ b/usecaseui-common/pom.xml @@ -103,12 +103,12 @@ <version>1.1.0-SNAPSHOT</version> <type>war</type> </dependency> - <dependency> + <!--dependency> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecaseui-holmes</artifactId> <version>1.1.0-SNAPSHOT</version> <type>war</type> - </dependency> + </dependency--> <dependency> <groupId>org.apache.tiles</groupId> <artifactId>tiles-jsp</artifactId> @@ -143,10 +143,10 @@ <groupId>org.onap.usecase-ui</groupId> <artifactId>usecaseui-lcm</artifactId> </overlay> - <overlay> + <!--overlay> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecaseui-holmes</artifactId> - </overlay> + </overlay--> </overlays> </configuration> </plugin> |