diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-05 22:17:54 -0500 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-04-06 09:52:53 -0700 |
commit | 90470e0ad4661d2e63504bf26300eae21dde6a58 (patch) | |
tree | 618864907a3b1613cff1071e8aebe8649a4a7041 /version-manifest/src/main/resources/java-manifest.csv | |
parent | c815e1df8a9b4a26598bfc44c7ee75ca42c593b1 (diff) |
Add aaf details in java manifest
Adding aaf dependency details in java manifest file.
resubmitting.
Issue-ID: AAF-215
Change-Id: Ic8b13270ea2b2d6ce64cbf345d00e451d06d6047
Signed-off-by: Sai Gandham <sg481n@att.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/src/main/resources/java-manifest.csv')
-rw-r--r-- | version-manifest/src/main/resources/java-manifest.csv | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/version-manifest/src/main/resources/java-manifest.csv b/version-manifest/src/main/resources/java-manifest.csv index e0ed39f6f..95c06f40d 100644 --- a/version-manifest/src/main/resources/java-manifest.csv +++ b/version-manifest/src/main/resources/java-manifest.csv @@ -1,4 +1,27 @@ groupId,artifactId,version +org.onap.aaf.authz.auth,aaf-auth-batch,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-cass,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-certman,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-client,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-cmd,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-core,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-deforg,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-fs,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-gui,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-hello,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-locate,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-oauth,2.1.0 +org.onap.aaf.authz.auth,aaf-auth-service,2.1.0 +org.onap.aaf.authz.cadi,aaf-cadi-aaf,2.1.0 +org.onap.aaf.authz.cadi,aaf-cadi-cass,2.1.0 +org.onap.aaf.authz.cadi,aaf-cadi-client,2.1.0 +org.onap.aaf.authz.cadi,aaf-cadi-core,2.1.0 +org.onap.aaf.authz.cadi,aaf-cadi-oauth-enduser,2.1.0 +org.onap.aaf.authz.cadi,aaf-cadi-shiro,2.1.0 +org.onap.aaf.authz.misc,aaf-misc-env,2.1.0 +org.onap.aaf.authz.misc,aaf-misc-log4j,2.1.0 +org.onap.aaf.authz.misc,aaf-misc-rosetta,2.1.0 +org.onap.aaf.authz.misc,aaf-misc-xgen,2.1.0 org.onap.aai.aai-common,aai-annotations,1.2.1 org.onap.aai.aai-common,aai-auth,1.2.1 org.onap.aai.aai-common,aai-common,1.2.1 |