diff options
author | HOCKLA <ah999m@att.com> | 2019-12-21 12:11:33 -0600 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-10 22:11:43 +0000 |
commit | 754f9a02943058dc03337c9550e8f37fece14d25 (patch) | |
tree | 9454df3a3b5b3d3f4d3ffb70c9ee4cb169028653 /models-interactions/model-impl/sdc/pom.xml | |
parent | c5475f181a44ad53224c0d0c2acf708f8bba9b0d (diff) |
policy/models jdk 11 upgrades
Issue-ID: POLICY-1592
Change-Id: Iaa6b61c5f1c76f3e7c2043691f4d29dbc43d144e
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'models-interactions/model-impl/sdc/pom.xml')
-rw-r--r-- | models-interactions/model-impl/sdc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-interactions/model-impl/sdc/pom.xml b/models-interactions/model-impl/sdc/pom.xml index d987da898..8f06aaae7 100644 --- a/models-interactions/model-impl/sdc/pom.xml +++ b/models-interactions/model-impl/sdc/pom.xml @@ -56,7 +56,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> |