diff options
author | waynedunican <wayne.dunican@est.tech> | 2021-06-15 12:40:46 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2021-06-22 19:46:51 +0100 |
commit | bb3e6774d21ee50ee1a34084be67a45a37d5e764 (patch) | |
tree | 34fedc34f18e96292e13e5132f0d687384144c23 /participant | |
parent | df2d3298e9881410dff5547e0ba9850135d63d5c (diff) |
Create test jar for CL examples
Files under /main/resources/ have moved to /test/resources/
Issue-ID: POLICY-3242
Change-Id: I96fa71e1af2c026bfb08db889de8608fe8acbd18
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'participant')
-rw-r--r-- | participant/participant-impl/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/participant/participant-impl/pom.xml b/participant/participant-impl/pom.xml index ecc16e633..3d099e747 100644 --- a/participant/participant-impl/pom.xml +++ b/participant/participant-impl/pom.xml @@ -78,5 +78,13 @@ <artifactId>policy-clamp-participant-intermediary</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.clamp</groupId> + <artifactId>policy-clamp-common</artifactId> + <classifier>tests</classifier> + <type>test-jar</type> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |