diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-09-14 13:19:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-14 13:19:52 +0000 |
commit | ec351d2ee36a37af78476feaff401fac47afe524 (patch) | |
tree | ba9de9c01422f471c18120e5e5be618597f3d706 /testsuites/integration/integration-common/pom.xml | |
parent | 330836ad1aa9c88dd3c308fcd750ccd1aaf3e4b9 (diff) | |
parent | cd68fc9bae7d6258f77ff59c1431e4f925f61a4c (diff) |
Merge "Address sonar/Checkstyle Issues"
Diffstat (limited to 'testsuites/integration/integration-common/pom.xml')
-rw-r--r-- | testsuites/integration/integration-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml index 7cb679815..8c2e39086 100644 --- a/testsuites/integration/integration-common/pom.xml +++ b/testsuites/integration/integration-common/pom.xml @@ -88,7 +88,7 @@ <argument>-classpath</argument> <!-- automatically creates the classpath using all project dependencies, also adding the project build directory --> <classpath /> - <argument>org.onap.policy.apex.test.common.model.SampleDomainModelSaver</argument> + <argument>org.onap.policy.apex.testsuites.integration.common.model.SampleDomainModelSaver</argument> <argument>${project.build.directory}/classes/examples/models/SampleDomain</argument> </arguments> </configuration> |