diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-03-28 19:04:20 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-03-28 19:39:28 +0200 |
commit | 9292dd2aa89214957fc72980f58026324ca75a4f (patch) | |
tree | e9635d6456369d56e4aac912aaa17c1f37c67a52 /prh-app-server/pom.xml | |
parent | d8e4e88b6080dfd701ea7aa64d033c38899e77c6 (diff) |
Already fixed Sonar issues
We have fixed Sonar issue with critical and minor tag
Change-Id: Iccc343654686ba87f71d57382b68ddf9c54caeea
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r-- | prh-app-server/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index 5a62e40e..a42caa02 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ ============LICENSE_START======================================================= + ~ PNF-REGISTRATION-HANDLER + ~ ================================================================================ + ~ Copyright (C) 2018 NOKIA Intellectual Property. All rights reserved. + ~ ================================================================================ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + ~ ============LICENSE_END========================================================= + --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |