Fix openpojo breakage in policy-distribution 27/109827/2
authorJim Hahn <jrh3@att.com>
Fri, 3 Jul 2020 18:53:26 +0000 (14:53 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 3 Jul 2020 18:59:51 +0000 (14:59 -0400)
Removing openmojo from the common/utils pom caused the policy-distribution
build to break.  Added openpojo to the appropriate pom in policy-distribution.

Issue-ID: POLICY-2387
Change-Id: I942480828e31340aa1ca90a71bb2c197eaaf8f4c
Signed-off-by: Jim Hahn <jrh3@att.com>
model/pom.xml

index 215433f..e09c49b 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
+   Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -31,9 +32,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.onap.policy.common</groupId>
-            <artifactId>utils</artifactId>
-            <version>${policy.common.version}</version>
+            <groupId>com.openpojo</groupId>
+            <artifactId>openpojo</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.models</groupId>