aboutsummaryrefslogtreecommitdiffstats
path: root/api-active-standby-management/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'api-active-standby-management/pom.xml')
-rw-r--r--api-active-standby-management/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/api-active-standby-management/pom.xml b/api-active-standby-management/pom.xml
index 25074a71..13cf69e3 100644
--- a/api-active-standby-management/pom.xml
+++ b/api-active-standby-management/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ECOMP Policy Engine - Drools PDP
================================================================================
- Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017, 2019-2020 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.
@@ -33,11 +33,6 @@
<name>api-active-standby-management</name>
<description>API for Active Standby Management feature</description>
- <properties>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.onap.policy.drools-pdp</groupId>
@@ -63,7 +58,7 @@
with minor changes -->
<configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
<!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
- <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
+ <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
<includeResources>true</includeResources>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<includeTestResources>true</includeTestResources>