aboutsummaryrefslogtreecommitdiffstats
path: root/participant/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'participant/pom.xml')
-rw-r--r--participant/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/participant/pom.xml b/participant/pom.xml
index be3664f94..e252b7510 100644
--- a/participant/pom.xml
+++ b/participant/pom.xml
@@ -100,6 +100,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.onap.policy.clamp</groupId>
+ <artifactId>policy-clamp-examples</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- Actuator dependencies for participants added here to avoid http security conflicts in clamp/runtime -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -116,6 +121,23 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.7.0</version>
+ <configuration>
+ <resourceBundles>
+ <resourceBundle>org.onap.policy.clamp:policy-clamp-examples:${project.version}</resourceBundle>
+ </resourceBundles>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>