diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-04-08 16:16:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-08 16:16:55 +0000 |
commit | 59e8be2fdc958156eaac43a0e78627fa187af3e4 (patch) | |
tree | 757b2dc202f846ca11349d7fd1d09b8fe7562ba8 /models-interactions/model-impl/so/pom.xml | |
parent | 7117afaf8019cd8cff19b8cb0a4d6ee6b6bd7ca4 (diff) | |
parent | ada55be1b59899e461dc5177782e381f89cbc407 (diff) |
Merge "Remove drools PDP dependency"
Diffstat (limited to 'models-interactions/model-impl/so/pom.xml')
-rw-r--r-- | models-interactions/model-impl/so/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/models-interactions/model-impl/so/pom.xml b/models-interactions/model-impl/so/pom.xml index 030d34976..59bda9041 100644 --- a/models-interactions/model-impl/so/pom.xml +++ b/models-interactions/model-impl/so/pom.xml @@ -43,12 +43,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.drools</groupId> - <artifactId>drools-core</artifactId> - <version>6.5.0.Final</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> <artifactId>rest</artifactId> <version>${project.version}</version> @@ -60,12 +54,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.onap.policy.drools-pdp</groupId> - <artifactId>policy-management</artifactId> - <version>${policy.drools-pdp.version}</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-grizzly2-http</artifactId> <version>2.25.1</version> |