diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-09 13:17:56 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-09 13:18:14 -0500 |
commit | 37ca14cde10e1b507464d88ed2ebbc3fcaa7e7bb (patch) | |
tree | b3b8307ced602c1eb75d96e3d302aad6353bd460 /PolicyEngineUtils/pom.xml | |
parent | 4e9205fe5586a33461e8207e446147948d3fd309 (diff) |
Use org.onap.aaf dependencies
Move from github version to the onap version.
Issue-ID: POLICY-568
Change-Id: I30f91b07cb690e50e829c14725c1bf05a1f4200b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PolicyEngineUtils/pom.xml')
-rw-r--r-- | PolicyEngineUtils/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index e7196c511..ac2b2a1a9 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -118,9 +118,9 @@ </exclusions> </dependency> <dependency> - <groupId>com.att.cadi</groupId> - <artifactId>cadi-aaf</artifactId> - <version>1.3.0</version> + <groupId>org.onap.aaf.cadi</groupId> + <artifactId>cadi-aaf</artifactId> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> |