diff options
author | 2019-04-08 16:16:55 +0000 | |
---|---|---|
committer | 2019-04-08 16:16:55 +0000 | |
commit | 59e8be2fdc958156eaac43a0e78627fa187af3e4 (patch) | |
tree | 757b2dc202f846ca11349d7fd1d09b8fe7562ba8 /models-interactions/model-impl/vfc/pom.xml | |
parent | 7117afaf8019cd8cff19b8cb0a4d6ee6b6bd7ca4 (diff) | |
parent | ada55be1b59899e461dc5177782e381f89cbc407 (diff) |
Merge "Remove drools PDP dependency"
Diffstat (limited to 'models-interactions/model-impl/vfc/pom.xml')
-rw-r--r-- | models-interactions/model-impl/vfc/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/models-interactions/model-impl/vfc/pom.xml b/models-interactions/model-impl/vfc/pom.xml index 9a36cd2e8..d0b473316 100644 --- a/models-interactions/model-impl/vfc/pom.xml +++ b/models-interactions/model-impl/vfc/pom.xml @@ -52,23 +52,11 @@ <version>${project.version}</version> </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.common</groupId> <artifactId>policy-endpoints</artifactId> <version>${policy.common.version}</version> <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> </dependencies> <build> <plugins> |