diff options
author | st782s <statta@research.att.com> | 2018-11-20 07:31:32 -0500 |
---|---|---|
committer | st782s <statta@research.att.com> | 2018-11-20 07:31:32 -0500 |
commit | 7246eabfd23d6cadc9f658f666df62b93f30ed70 (patch) | |
tree | f60963a0eb52e3bf645491afa5c6ed9477dc28c7 /ecomp-sdk/epsdk-aaf/pom.xml | |
parent | ace477c7097f4dc48498916ba2e024a81513ed93 (diff) |
CADI Integration
Issue-ID: PORTAL-474
System to system authorization using CADI
Change-Id: I76487f8155a36fca8283669fe5e28ec7d5aec91d
Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-aaf/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-aaf/pom.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/ecomp-sdk/epsdk-aaf/pom.xml b/ecomp-sdk/epsdk-aaf/pom.xml index f3d22f61..a8c254e1 100644 --- a/ecomp-sdk/epsdk-aaf/pom.xml +++ b/ecomp-sdk/epsdk-aaf/pom.xml @@ -23,9 +23,9 @@ </properties> <dependencies> <!-- internal --> - <dependency> + <dependency> <groupId>org.onap.portal.sdk</groupId> - <artifactId>epsdk-fw</artifactId> + <artifactId>epsdk-domain</artifactId> <version>${project.version}</version> <exclusions> <exclusion> @@ -34,17 +34,15 @@ </exclusion> </exclusions> </dependency> - <!-- internal --> <dependency> <groupId>org.onap.portal.sdk</groupId> - <artifactId>epsdk-core</artifactId> + <artifactId>epsdk-logger</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> + </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20160212</version> </dependency> <dependency> <groupId>com.att.eelf</groupId> |