Fix CLAMP staging example dependency 15/128515/1
authorliamfallon <liam.fallon@est.tech>
Tue, 12 Apr 2022 18:37:14 +0000 (19:37 +0100)
committerliamfallon <liam.fallon@est.tech>
Tue, 12 Apr 2022 18:37:18 +0000 (19:37 +0100)
The internal dependencies in CLAMP did not have the dependency from
models and runtime to examples.

Issue-ID: POLICY-4089
Change-Id: I0ce3176b5a346b1a8efdbc65e4773dd5f212b9fd
Signed-off-by: liamfallon <liam.fallon@est.tech>
models/pom.xml
runtime/pom.xml

index 71fbdb1..91935dc 100644 (file)
     <name>${project.artifactId}</name>
 
     <dependencies>
+        <dependency>
+            <groupId>org.onap.policy.clamp</groupId>
+            <artifactId>policy-clamp-examples</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-data-jpa</artifactId>
index 2cb8e9a..d8a6495 100644 (file)
         </dependencies>
     </dependencyManagement>
     <dependencies>
+        <dependency>
+            <groupId>org.onap.policy.clamp</groupId>
+            <artifactId>policy-clamp-examples</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.codehaus.janino</groupId>
             <artifactId>janino</artifactId>