From 3b9a0eb4dad201fe60c4792a450ef36d00b44093 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 29 Aug 2017 14:25:51 +0000 Subject: Update .gitreview LICENSE.txt Fix build error Issue-Id: DCAEGEN2-86 Change-Id: Iba1f2e3f5c5674c3b6911d8b489493a6fb5d8427 Signed-off-by: Lusheng Ji Signed-off-by: Vijay --- .gitreview | 4 ++ LICENSE.txt | 60 ++++++++++++++-------- pom.xml | 4 +- .../onap/dcae/commonFunction/EventProcessor.java | 1 - 4 files changed, 46 insertions(+), 23 deletions(-) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..174c1101 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=dcaegen2/collectors/ves.git diff --git a/LICENSE.txt b/LICENSE.txt index ae12da20..69d5fc1d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,22 +1,40 @@ /* - * ============LICENSE_START========================================== - * =================================================================== - * Copyright © 2017 AT&T 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============================================ - * - * ECOMP and OpenECOMP are trademarks - * and service marks of AT&T Intellectual Property. - * - */ +* ============LICENSE_START========================================== +* =================================================================== +* Copyright © 2017 AT&T Intellectual Property. All rights reserved. +* =================================================================== +* +* Unless otherwise specified, all software contained herein is licensed +* under the Apache License, Version 2.0 (the “License”); +* you may not use this software 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. +* +* +* +* Unless otherwise specified, all documentation contained herein is licensed +* under the Creative Commons License, Attribution 4.0 Intl. (the “License”); +* you may not use this documentation except in compliance with the License. +* You may obtain a copy of the License at +* +* https://creativecommons.org/licenses/by/4.0/ +* +* Unless required by applicable law or agreed to in writing, documentation +* 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============================================ +* +* ECOMP is a trademark and service mark of AT&T Intellectual Property. +* +*/ + diff --git a/pom.xml b/pom.xml index d43d280a..12f2d1fa 100644 --- a/pom.xml +++ b/pom.xml @@ -87,14 +87,16 @@ com.att.nsa nsaServerLibrary - 1.0.13 + 1.0.10 + org.slf4j diff --git a/src/main/java/org/onap/dcae/commonFunction/EventProcessor.java b/src/main/java/org/onap/dcae/commonFunction/EventProcessor.java index 4cdba066..1b912cf4 100644 --- a/src/main/java/org/onap/dcae/commonFunction/EventProcessor.java +++ b/src/main/java/org/onap/dcae/commonFunction/EventProcessor.java @@ -124,7 +124,6 @@ public class EventProcessor implements Runnable { /* "event": { "commonEventHeader": { - . "internalHeaderFields": { "collectorTimeStamp": "Fri, 04 21 2017 04:11:52 GMT" }, -- cgit 1.2.3-korg