diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2024-10-09 12:32:04 +0100 |
---|---|---|
committer | RAVITEJA KARUMURI <raviteja.karumuri@est.tech> | 2024-10-11 15:13:36 +0000 |
commit | 173f2c65598d2fcbdca7c035a770847425a4c1df (patch) | |
tree | 1d5420cac38b44b06e6c014254679daea4ed770d /a1-policy-management | |
parent | 7c50c52e71bb26071d40ffd6db97640ad2a5a963 (diff) |
Create git hub actions workflow for a1-policy in ONAP to run FTC tests on a1pms new review created
Issue-ID: CCSDK-4057
Change-Id: I896e20479a8010879dfef155177d9d778474e894
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 718a2742..78744e6c 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -60,6 +60,32 @@ <mapstruct.version>1.6.0</mapstruct.version> <allowskiptests>false</allowskiptests> </properties> + <repositories> + <repository> + <id>onap-public</id> + <url>https://nexus.onap.org/content/groups/public</url> + <releases> + <enabled>true</enabled> + <updatePolicy>never</updatePolicy> + </releases> + <snapshots> + <enabled>true</enabled> + <updatePolicy>always</updatePolicy> + </snapshots> + </repository> + <repository> + <id>onap-staging</id> + <url>https://nexus.onap.org/content/groups/staging</url> + <releases> + <enabled>true</enabled> + <updatePolicy>never</updatePolicy> + </releases> + <snapshots> + <enabled>true</enabled> + <updatePolicy>always</updatePolicy> + </snapshots> + </repository> + </repositories> <dependencies> <dependency> <groupId>javax.validation</groupId> |