Update POM to fix broken build process
Issue-ID: VNFSDK-210
Change-Id: I89e803d3790233b0f891e8454559b6a14cd19de1
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
diff --git a/pom.xml b/pom.xml
index b6f6f37..6c8c77d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2016 GigaSpaces Technologies Ltd. All rights reserved.
+Copyright (c) 2018 Huawei Technologies Co., Ltd. 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
@@ -34,7 +35,6 @@
<sonar.language>py</sonar.language>
<sonar.pluginName>Python</sonar.pluginName>
<sonar.inclusions>**/*.py</sonar.inclusions>
- <sonar.skip>false</sonar.skip>
</properties>
<build>