diff options
author | mmis <michael.morris@ericsson.com> | 2018-07-26 17:45:55 +0100 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-07-26 17:46:19 +0100 |
commit | 63f2140962365fe095c04d779691600f5a0fb4ab (patch) | |
tree | 796a73c45453ca17018e1099d9b8c72f85f2ca40 /ONAP-PDP/pom.xml | |
parent | 9bfa1d61dc77973f85a42174b199d4c744265521 (diff) |
Copy policy-endpoints from drools-pdp to common
Replaced references to classes deleted from drools-pdp with references to
the corresponding classes in polcy-common
Issue-ID: POLICY-967
Change-Id: I7bb580af3b3b2eb0ddcab9421c595237fa37282b
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'ONAP-PDP/pom.xml')
-rw-r--r-- | ONAP-PDP/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index d664cf4db..a616edd96 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -81,9 +81,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.onap.policy.drools-pdp</groupId> + <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> - <version>${project.version}</version> + <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> |