diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-08 10:56:34 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-09 12:06:21 -0400 |
commit | 2a1a7893b445ebca44ec8e1b90f84bb66fbca92f (patch) | |
tree | cc038059f8ed141af8c24b41bf064353f286e7c8 /controlloop/common/feature-controlloop-management/src/test/resources | |
parent | aa7342c95dc0a0fa4995e3cf3b9e9fd10ca0fddc (diff) |
Fix drools-applications due to sonar changes in common
Fixed breakages due to changes made in policy/common to satisfy
sonar.
Repointed op.pom to correct parent, which allowed the other version to
be dropped and properties used in the rest of the pom.
Change-Id: Ib19c228c38b7f27fb9e9f508e5cf2566a8939cdd
Issue-ID: POLICY-1791
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/test/resources')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/test/resources/op.pom | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/test/resources/op.pom b/controlloop/common/feature-controlloop-management/src/test/resources/op.pom index 91b651cbb..517410d66 100644 --- a/controlloop/common/feature-controlloop-management/src/test/resources/op.pom +++ b/controlloop/common/feature-controlloop-management/src/test/resources/op.pom @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,14 +26,13 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> - <artifactId>model-impl</artifactId> - <version>2.1.0-SNAPSHOT</version> + <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> + <artifactId>common</artifactId> + <version>1.5.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.drools.apps.test</groupId> <artifactId>op</artifactId> - <version>1.5.0-SNAPSHOT</version> <dependencies> <dependency> |