diff options
author | Chenfei Gao <cgao@research.att.com> | 2019-03-15 11:28:16 -0400 |
---|---|---|
committer | Chenfei Gao <cgao@research.att.com> | 2019-03-15 11:28:29 -0400 |
commit | 61b66236ebda171d6a9f1cce9a7bb31395a7e432 (patch) | |
tree | a09f1d2db71fab4d9add50db7f96cb25cd79d4f4 /main/pom.xml | |
parent | f46ea4332fd4924c89879214b2577564168d7b46 (diff) |
Hotfix for compilation errors
Added hotfix for compilation errors due to model package name change.
Issue-ID: POLICY-1515
Change-Id: Ia58671234bc5a5cfe201ee448d38adca870333b3
Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index c1ac1733..db306112 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -59,6 +59,11 @@ <version>${policy.models.version}</version> </dependency> <dependency> + <groupId>org.onap.policy.models</groupId> + <artifactId>policy-models-provider</artifactId> + <version>${policy.models.version}</version> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> |