aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/guard/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-16 16:29:24 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-16 16:29:24 +0000
commit1d488ba498750235f26a957a7cd31ce12a1d3518 (patch)
treeb80955e5aa338f881efb967e71744b78c2c4922b /controlloop/common/guard/pom.xml
parent676c3bb86a2424f70543e7fbaae388e7f9f370dd (diff)
parent25d3e43f27fb4d055af69c6934f3531fef115a02 (diff)
Merge "policy/drools-apps jdk11 upgrades"
Diffstat (limited to 'controlloop/common/guard/pom.xml')
-rw-r--r--controlloop/common/guard/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml
index e41c494e2..c8d865707 100644
--- a/controlloop/common/guard/pom.xml
+++ b/controlloop/common/guard/pom.xml
@@ -130,7 +130,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -156,7 +155,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>